From 87ccff97601d522326f56184a41037278ad328c5 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 3 Jun 2013 21:12:38 -0700 Subject: [PATCH] upgrade fckeditor to ckeditor, for IE10 compatibility, RT#22014 --- httemplate/docs/license.html | 2 +- httemplate/elements/ckeditor/build-config.js | 162 ++++ httemplate/elements/ckeditor/ckeditor.js | 919 +++++++++++++++++++++ httemplate/elements/ckeditor/config.js | 10 + httemplate/elements/ckeditor/contents.css | 103 +++ httemplate/elements/ckeditor/lang/af.js | 5 + httemplate/elements/ckeditor/lang/ar.js | 5 + httemplate/elements/ckeditor/lang/bg.js | 5 + httemplate/elements/ckeditor/lang/bn.js | 5 + httemplate/elements/ckeditor/lang/bs.js | 5 + httemplate/elements/ckeditor/lang/ca.js | 5 + httemplate/elements/ckeditor/lang/cs.js | 5 + httemplate/elements/ckeditor/lang/cy.js | 5 + httemplate/elements/ckeditor/lang/da.js | 5 + httemplate/elements/ckeditor/lang/de.js | 5 + httemplate/elements/ckeditor/lang/el.js | 5 + httemplate/elements/ckeditor/lang/en-au.js | 5 + httemplate/elements/ckeditor/lang/en-ca.js | 5 + httemplate/elements/ckeditor/lang/en-gb.js | 5 + httemplate/elements/ckeditor/lang/en.js | 5 + httemplate/elements/ckeditor/lang/eo.js | 5 + httemplate/elements/ckeditor/lang/es.js | 5 + httemplate/elements/ckeditor/lang/et.js | 5 + httemplate/elements/ckeditor/lang/eu.js | 5 + httemplate/elements/ckeditor/lang/fa.js | 5 + httemplate/elements/ckeditor/lang/fi.js | 5 + httemplate/elements/ckeditor/lang/fo.js | 5 + httemplate/elements/ckeditor/lang/fr-ca.js | 5 + httemplate/elements/ckeditor/lang/fr.js | 5 + httemplate/elements/ckeditor/lang/gl.js | 5 + httemplate/elements/ckeditor/lang/gu.js | 5 + httemplate/elements/ckeditor/lang/he.js | 5 + httemplate/elements/ckeditor/lang/hi.js | 5 + httemplate/elements/ckeditor/lang/hr.js | 5 + httemplate/elements/ckeditor/lang/hu.js | 5 + httemplate/elements/ckeditor/lang/is.js | 5 + httemplate/elements/ckeditor/lang/it.js | 5 + httemplate/elements/ckeditor/lang/ja.js | 5 + httemplate/elements/ckeditor/lang/ka.js | 5 + httemplate/elements/ckeditor/lang/km.js | 5 + httemplate/elements/ckeditor/lang/ko.js | 5 + httemplate/elements/ckeditor/lang/ku.js | 5 + httemplate/elements/ckeditor/lang/lt.js | 5 + httemplate/elements/ckeditor/lang/lv.js | 5 + httemplate/elements/ckeditor/lang/mk.js | 5 + httemplate/elements/ckeditor/lang/mn.js | 5 + httemplate/elements/ckeditor/lang/ms.js | 5 + httemplate/elements/ckeditor/lang/nb.js | 5 + httemplate/elements/ckeditor/lang/nl.js | 5 + httemplate/elements/ckeditor/lang/no.js | 5 + httemplate/elements/ckeditor/lang/pl.js | 5 + httemplate/elements/ckeditor/lang/pt-br.js | 5 + httemplate/elements/ckeditor/lang/pt.js | 5 + httemplate/elements/ckeditor/lang/ro.js | 5 + httemplate/elements/ckeditor/lang/ru.js | 5 + httemplate/elements/ckeditor/lang/sk.js | 5 + httemplate/elements/ckeditor/lang/sl.js | 5 + httemplate/elements/ckeditor/lang/sq.js | 5 + httemplate/elements/ckeditor/lang/sr-latn.js | 5 + httemplate/elements/ckeditor/lang/sr.js | 5 + httemplate/elements/ckeditor/lang/sv.js | 5 + httemplate/elements/ckeditor/lang/th.js | 5 + httemplate/elements/ckeditor/lang/tr.js | 5 + httemplate/elements/ckeditor/lang/ug.js | 5 + httemplate/elements/ckeditor/lang/uk.js | 5 + httemplate/elements/ckeditor/lang/vi.js | 5 + httemplate/elements/ckeditor/lang/zh-cn.js | 5 + httemplate/elements/ckeditor/lang/zh.js | 5 + .../ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js | 10 + .../a11yhelp/dialogs/lang/_translationstatus.txt | 25 + .../ckeditor/plugins/a11yhelp/dialogs/lang/ar.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/bg.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/ca.js | 10 + .../ckeditor/plugins/a11yhelp/dialogs/lang/cs.js | 10 + .../ckeditor/plugins/a11yhelp/dialogs/lang/cy.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/da.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/de.js | 10 + .../ckeditor/plugins/a11yhelp/dialogs/lang/el.js | 10 + .../ckeditor/plugins/a11yhelp/dialogs/lang/en.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/eo.js | 10 + .../ckeditor/plugins/a11yhelp/dialogs/lang/es.js | 10 + .../ckeditor/plugins/a11yhelp/dialogs/lang/et.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/fa.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/fi.js | 10 + .../plugins/a11yhelp/dialogs/lang/fr-ca.js | 10 + .../ckeditor/plugins/a11yhelp/dialogs/lang/fr.js | 10 + .../ckeditor/plugins/a11yhelp/dialogs/lang/gu.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/he.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/hi.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/hr.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/hu.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/it.js | 10 + .../ckeditor/plugins/a11yhelp/dialogs/lang/ja.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/km.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/ku.js | 10 + .../ckeditor/plugins/a11yhelp/dialogs/lang/lt.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/lv.js | 11 + .../ckeditor/plugins/a11yhelp/dialogs/lang/mk.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/mn.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/nb.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/nl.js | 10 + .../ckeditor/plugins/a11yhelp/dialogs/lang/no.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/pl.js | 10 + .../plugins/a11yhelp/dialogs/lang/pt-br.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/pt.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/ro.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/ru.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/sk.js | 10 + .../ckeditor/plugins/a11yhelp/dialogs/lang/sl.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/sq.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/sv.js | 10 + .../ckeditor/plugins/a11yhelp/dialogs/lang/th.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/tr.js | 10 + .../ckeditor/plugins/a11yhelp/dialogs/lang/ug.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/uk.js | 9 + .../ckeditor/plugins/a11yhelp/dialogs/lang/vi.js | 9 + .../plugins/a11yhelp/dialogs/lang/zh-cn.js | 7 + .../ckeditor/plugins/about/dialogs/about.js | 6 + .../plugins/about/dialogs/logo_ckeditor.png | Bin 0 -> 2759 bytes .../ckeditor/plugins/clipboard/dialogs/paste.js | 11 + .../plugins/colordialog/dialogs/colordialog.js | 13 + .../ckeditor/plugins/dialog/dialogDefinition.js | 4 + .../elements/ckeditor/plugins/div/dialogs/div.js | 9 + .../plugins/fakeobjects}/images/spacer.gif | Bin .../elements/ckeditor/plugins/find/dialogs/find.js | 24 + .../ckeditor/plugins/flash/dialogs/flash.js | 24 + .../ckeditor/plugins/flash/images/placeholder.png | Bin 0 -> 256 bytes .../ckeditor/plugins/forms/dialogs/button.js | 8 + .../ckeditor/plugins/forms/dialogs/checkbox.js | 8 + .../ckeditor/plugins/forms/dialogs/form.js | 8 + .../ckeditor/plugins/forms/dialogs/hiddenfield.js | 8 + .../ckeditor/plugins/forms/dialogs/radio.js | 8 + .../ckeditor/plugins/forms/dialogs/select.js | 20 + .../ckeditor/plugins/forms/dialogs/textarea.js | 8 + .../ckeditor/plugins/forms/dialogs/textfield.js | 10 + .../plugins/forms/images/hiddenfield.gif} | Bin httemplate/elements/ckeditor/plugins/icons.png | Bin 0 -> 20881 bytes .../ckeditor/plugins/iframe/dialogs/iframe.js | 10 + .../ckeditor/plugins/iframe/images/placeholder.png | Bin 0 -> 449 bytes .../ckeditor/plugins/image/dialogs/image.js | 43 + .../ckeditor/plugins/image/images/noimage.png | Bin 0 -> 2115 bytes .../ckeditor/plugins/link/dialogs/anchor.js | 8 + .../elements/ckeditor/plugins/link/dialogs/link.js | 36 + .../ckeditor/plugins/link/images/anchor.png | Bin 0 -> 566 bytes .../plugins/liststyle/dialogs/liststyle.js | 10 + .../ckeditor/plugins/magicline/images/icon.png | Bin 0 -> 172 bytes .../plugins/pagebreak/images/pagebreak.gif} | Bin .../plugins/pastefromword/filter/default.js | 31 + .../elements/ckeditor/plugins/preview/preview.html | 10 + .../elements/ckeditor/plugins/scayt/LICENSE.md | 28 + .../elements/ckeditor/plugins/scayt/README.md | 25 + .../ckeditor/plugins/scayt/dialogs/options.js | 20 + .../ckeditor/plugins/scayt/dialogs/toolbar.css | 71 ++ .../plugins/showblocks/images/block_address.png | Bin 0 -> 171 bytes .../plugins/showblocks/images/block_blockquote.png | Bin 0 -> 181 bytes .../plugins/showblocks/images/block_div.png | Bin 0 -> 136 bytes .../plugins/showblocks/images/block_h1.png | Bin 0 -> 127 bytes .../plugins/showblocks/images/block_h2.png | Bin 0 -> 134 bytes .../plugins/showblocks/images/block_h3.png | Bin 0 -> 131 bytes .../plugins/showblocks/images/block_h4.png | Bin 0 -> 133 bytes .../plugins/showblocks/images/block_h5.png | Bin 0 -> 133 bytes .../plugins/showblocks/images/block_h6.png | Bin 0 -> 129 bytes .../ckeditor/plugins/showblocks/images/block_p.png | Bin 0 -> 119 bytes .../plugins/showblocks/images/block_pre.png | Bin 0 -> 136 bytes .../ckeditor/plugins/smiley/dialogs/smiley.js | 10 + .../ckeditor/plugins/smiley/images/angel_smile.gif | Bin 0 -> 465 bytes .../ckeditor/plugins/smiley/images/angry_smile.gif | Bin 0 -> 443 bytes .../plugins/smiley/images/broken_heart.gif | Bin 0 -> 192 bytes .../plugins/smiley/images/confused_smile.gif | Bin 0 -> 464 bytes .../ckeditor/plugins/smiley/images/cry_smile.gif | Bin 0 -> 468 bytes .../ckeditor/plugins/smiley/images/devil_smile.gif | Bin 0 -> 436 bytes .../plugins/smiley/images/embaressed_smile.gif | Bin 0 -> 442 bytes .../plugins/smiley/images/embarrassed_smile.gif | Bin 0 -> 442 bytes .../ckeditor/plugins/smiley/images/envelope.gif | Bin 0 -> 426 bytes .../ckeditor/plugins/smiley/images/heart.gif | Bin 0 -> 183 bytes .../ckeditor/plugins/smiley/images/kiss.gif | Bin 0 -> 241 bytes .../ckeditor/plugins/smiley/images/lightbulb.gif | Bin 0 -> 368 bytes .../ckeditor/plugins/smiley/images/omg_smile.gif | Bin 0 -> 451 bytes .../plugins/smiley/images/regular_smile.gif | Bin 0 -> 450 bytes .../ckeditor/plugins/smiley/images/sad_smile.gif | Bin 0 -> 460 bytes .../plugins/smiley/images/shades_smile.gif | Bin 0 -> 449 bytes .../ckeditor/plugins/smiley/images/teeth_smile.gif | Bin 0 -> 442 bytes .../ckeditor/plugins/smiley/images/thumbs_down.gif | Bin 0 -> 408 bytes .../ckeditor/plugins/smiley/images/thumbs_up.gif | Bin 0 -> 396 bytes .../plugins/smiley/images/tongue_smile.gif | Bin 0 -> 446 bytes .../plugins/smiley/images/tounge_smile.gif | Bin 0 -> 446 bytes .../smiley/images/whatchutalkingabout_smile.gif | Bin 0 -> 452 bytes .../ckeditor/plugins/smiley/images/wink_smile.gif | Bin 0 -> 458 bytes .../dialogs/lang/_translationstatus.txt | 20 + .../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/de.js | 13 + .../plugins/specialchar/dialogs/lang/el.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/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/he.js | 13 + .../plugins/specialchar/dialogs/lang/hr.js | 13 + .../plugins/specialchar/dialogs/lang/it.js | 14 + .../plugins/specialchar/dialogs/lang/ku.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/sk.js | 13 + .../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/ug.js | 13 + .../plugins/specialchar/dialogs/lang/zh-cn.js | 9 + .../plugins/specialchar/dialogs/specialchar.js | 14 + .../ckeditor/plugins/table/dialogs/table.js | 21 + .../plugins/tabletools/dialogs/tableCell.js | 16 + .../plugins/templates/dialogs/templates.css | 84 ++ .../plugins/templates/dialogs/templates.js | 10 + .../plugins/templates/templates/default.js | 6 + .../templates/templates}/images/template1.gif | Bin .../templates/templates}/images/template2.gif | Bin .../templates/templates}/images/template3.gif | Bin .../elements/ckeditor/plugins/wsc/LICENSE.md | 28 + httemplate/elements/ckeditor/plugins/wsc/README.md | 25 + .../plugins/wsc/dialogs}/ciframe.html | 36 +- .../ckeditor/plugins/wsc/dialogs/tmpFrameset.html | 52 ++ .../elements/ckeditor/plugins/wsc/dialogs/wsc.css | 82 ++ .../elements/ckeditor/plugins/wsc/dialogs/wsc.js | 11 + httemplate/elements/ckeditor/skins/kama/dialog.css | 5 + .../elements/ckeditor/skins/kama/dialog_ie.css | 5 + .../elements/ckeditor/skins/kama/dialog_ie7.css | 5 + .../elements/ckeditor/skins/kama/dialog_ie8.css | 5 + .../ckeditor/skins/kama/dialog_iequirks.css | 5 + .../elements/ckeditor/skins/kama/dialog_opera.css | 5 + httemplate/elements/ckeditor/skins/kama/editor.css | 5 + .../elements/ckeditor/skins/kama/editor_ie.css | 5 + .../elements/ckeditor/skins/kama/editor_ie7.css | 5 + .../elements/ckeditor/skins/kama/editor_ie8.css | 5 + .../ckeditor/skins/kama/editor_iequirks.css | 5 + httemplate/elements/ckeditor/skins/kama/icons.png | Bin 0 -> 13034 bytes .../skins/kama/images/dialog_sides.gif} | Bin .../skins/kama/images/dialog_sides.png} | Bin .../skins/kama/images/dialog_sides_rtl.png} | Bin .../elements/ckeditor/skins/kama/images/mini.gif | Bin 0 -> 183 bytes .../ckeditor/skins/kama/images/sprites.png | Bin 0 -> 7086 bytes .../ckeditor/skins/kama/images/sprites_ie6.png | Bin 0 -> 2724 bytes .../skins/kama/images/toolbar_start.gif} | Bin httemplate/elements/ckeditor/skins/kama/readme.md | 40 + httemplate/elements/ckeditor/skins/kama/skin.js | 8 + .../elements/ckeditor/skins/moono/dialog.css | 5 + .../elements/ckeditor/skins/moono/dialog_ie.css | 5 + .../elements/ckeditor/skins/moono/dialog_ie7.css | 5 + .../elements/ckeditor/skins/moono/dialog_ie8.css | 5 + .../ckeditor/skins/moono/dialog_iequirks.css | 5 + .../elements/ckeditor/skins/moono/dialog_opera.css | 5 + .../elements/ckeditor/skins/moono/editor.css | 5 + .../elements/ckeditor/skins/moono/editor_gecko.css | 5 + .../elements/ckeditor/skins/moono/editor_ie.css | 5 + .../elements/ckeditor/skins/moono/editor_ie7.css | 5 + .../elements/ckeditor/skins/moono/editor_ie8.css | 5 + .../ckeditor/skins/moono/editor_iequirks.css | 5 + httemplate/elements/ckeditor/skins/moono/icons.png | Bin 0 -> 20881 bytes .../elements/ckeditor/skins/moono/images/arrow.png | Bin 0 -> 261 bytes .../elements/ckeditor/skins/moono/images/close.png | Bin 0 -> 389 bytes .../elements/ckeditor/skins/moono/images/mini.png | Bin 0 -> 818 bytes httemplate/elements/ckeditor/skins/moono/readme.md | 51 ++ .../elements/ckeditor/skins/moonocolor/dialog.css | 5 + .../ckeditor/skins/moonocolor/dialog_ie.css | 5 + .../ckeditor/skins/moonocolor/dialog_ie7.css | 5 + .../ckeditor/skins/moonocolor/dialog_ie8.css | 5 + .../ckeditor/skins/moonocolor/dialog_iequirks.css | 5 + .../ckeditor/skins/moonocolor/dialog_opera.css | 5 + .../elements/ckeditor/skins/moonocolor/editor.css | 5 + .../ckeditor/skins/moonocolor/editor_gecko.css | 5 + .../ckeditor/skins/moonocolor/editor_ie.css | 5 + .../ckeditor/skins/moonocolor/editor_ie7.css | 5 + .../ckeditor/skins/moonocolor/editor_ie8.css | 5 + .../ckeditor/skins/moonocolor/editor_iequirks.css | 5 + .../elements/ckeditor/skins/moonocolor/icons.png | Bin 0 -> 28072 bytes .../ckeditor/skins/moonocolor/icons/about.png | Bin 0 -> 776 bytes .../ckeditor/skins/moonocolor/icons/anchor-rtl.png | Bin 0 -> 751 bytes .../ckeditor/skins/moonocolor/icons/anchor.png | Bin 0 -> 769 bytes .../ckeditor/skins/moonocolor/icons/bgcolor.png | Bin 0 -> 156 bytes .../ckeditor/skins/moonocolor/icons/bidiltr.png | Bin 0 -> 485 bytes .../ckeditor/skins/moonocolor/icons/bidirtl.png | Bin 0 -> 485 bytes .../ckeditor/skins/moonocolor/icons/blockquote.png | Bin 0 -> 462 bytes .../ckeditor/skins/moonocolor/icons/bold.png | Bin 0 -> 405 bytes .../skins/moonocolor/icons/bulletedlist-rtl.png | Bin 0 -> 337 bytes .../skins/moonocolor/icons/bulletedlist.png | Bin 0 -> 335 bytes .../ckeditor/skins/moonocolor/icons/button.png | Bin 0 -> 341 bytes .../ckeditor/skins/moonocolor/icons/checkbox.png | Bin 0 -> 424 bytes .../ckeditor/skins/moonocolor/icons/copy-rtl.png | Bin 0 -> 745 bytes .../ckeditor/skins/moonocolor/icons/copy.png | Bin 0 -> 774 bytes .../ckeditor/skins/moonocolor/icons/creatediv.png | Bin 0 -> 426 bytes .../ckeditor/skins/moonocolor/icons/cut-rtl.png | Bin 0 -> 677 bytes .../ckeditor/skins/moonocolor/icons/cut.png | Bin 0 -> 662 bytes .../ckeditor/skins/moonocolor/icons/find-rtl.png | Bin 0 -> 605 bytes .../ckeditor/skins/moonocolor/icons/find.png | Bin 0 -> 608 bytes .../ckeditor/skins/moonocolor/icons/flash.png | Bin 0 -> 729 bytes .../ckeditor/skins/moonocolor/icons/form.png | Bin 0 -> 560 bytes .../skins/moonocolor/icons/hiddenfield.png | Bin 0 -> 465 bytes .../skins/moonocolor/icons/horizontalrule.png | Bin 0 -> 307 bytes .../ckeditor/skins/moonocolor/icons/iframe.png | Bin 0 -> 827 bytes .../ckeditor/skins/moonocolor/icons/image.png | Bin 0 -> 663 bytes .../skins/moonocolor/icons/imagebutton.png | Bin 0 -> 501 bytes .../ckeditor/skins/moonocolor/icons/indent-rtl.png | Bin 0 -> 341 bytes .../ckeditor/skins/moonocolor/icons/indent.png | Bin 0 -> 341 bytes .../ckeditor/skins/moonocolor/icons/italic.png | Bin 0 -> 297 bytes .../skins/moonocolor/icons/justifyblock.png | Bin 0 -> 236 bytes .../skins/moonocolor/icons/justifycenter.png | Bin 0 -> 251 bytes .../skins/moonocolor/icons/justifyleft.png | Bin 0 -> 240 bytes .../skins/moonocolor/icons/justifyright.png | Bin 0 -> 234 bytes .../ckeditor/skins/moonocolor/icons/link.png | Bin 0 -> 652 bytes .../ckeditor/skins/moonocolor/icons/maximize.png | Bin 0 -> 615 bytes .../skins/moonocolor/icons/newpage-rtl.png | Bin 0 -> 428 bytes .../ckeditor/skins/moonocolor/icons/newpage.png | Bin 0 -> 430 bytes .../skins/moonocolor/icons/numberedlist-rtl.png | Bin 0 -> 363 bytes .../skins/moonocolor/icons/numberedlist.png | Bin 0 -> 366 bytes .../skins/moonocolor/icons/outdent-rtl.png | Bin 0 -> 346 bytes .../ckeditor/skins/moonocolor/icons/outdent.png | Bin 0 -> 338 bytes .../skins/moonocolor/icons/pagebreak-rtl.png | Bin 0 -> 408 bytes .../ckeditor/skins/moonocolor/icons/pagebreak.png | Bin 0 -> 410 bytes .../ckeditor/skins/moonocolor/icons/paste-rtl.png | Bin 0 -> 793 bytes .../ckeditor/skins/moonocolor/icons/paste.png | Bin 0 -> 808 bytes .../skins/moonocolor/icons/pastefromword-rtl.png | Bin 0 -> 822 bytes .../skins/moonocolor/icons/pastefromword.png | Bin 0 -> 822 bytes .../skins/moonocolor/icons/pastetext-rtl.png | Bin 0 -> 848 bytes .../ckeditor/skins/moonocolor/icons/pastetext.png | Bin 0 -> 834 bytes .../skins/moonocolor/icons/preview-rtl.png | Bin 0 -> 623 bytes .../ckeditor/skins/moonocolor/icons/preview.png | Bin 0 -> 638 bytes .../ckeditor/skins/moonocolor/icons/print.png | Bin 0 -> 834 bytes .../ckeditor/skins/moonocolor/icons/radio.png | Bin 0 -> 548 bytes .../ckeditor/skins/moonocolor/icons/redo-rtl.png | Bin 0 -> 628 bytes .../ckeditor/skins/moonocolor/icons/redo.png | Bin 0 -> 632 bytes .../skins/moonocolor/icons/removeformat.png | Bin 0 -> 691 bytes .../ckeditor/skins/moonocolor/icons/replace.png | Bin 0 -> 745 bytes .../ckeditor/skins/moonocolor/icons/save.png | Bin 0 -> 728 bytes .../ckeditor/skins/moonocolor/icons/scayt.png | Bin 0 -> 679 bytes .../ckeditor/skins/moonocolor/icons/select-rtl.png | Bin 0 -> 358 bytes .../ckeditor/skins/moonocolor/icons/select.png | Bin 0 -> 354 bytes .../ckeditor/skins/moonocolor/icons/selectall.png | Bin 0 -> 530 bytes .../skins/moonocolor/icons/showblocks-rtl.png | Bin 0 -> 340 bytes .../ckeditor/skins/moonocolor/icons/showblocks.png | Bin 0 -> 354 bytes .../ckeditor/skins/moonocolor/icons/smiley.png | Bin 0 -> 732 bytes .../ckeditor/skins/moonocolor/icons/source-rtl.png | Bin 0 -> 650 bytes .../ckeditor/skins/moonocolor/icons/source.png | Bin 0 -> 647 bytes .../skins/moonocolor/icons/specialchar.png | Bin 0 -> 565 bytes .../skins/moonocolor/icons/spellchecker.png | Bin 0 -> 679 bytes .../ckeditor/skins/moonocolor/icons/strike.png | Bin 0 -> 389 bytes .../ckeditor/skins/moonocolor/icons/subscript.png | Bin 0 -> 438 bytes .../skins/moonocolor/icons/superscript.png | Bin 0 -> 446 bytes .../ckeditor/skins/moonocolor/icons/table.png | Bin 0 -> 568 bytes .../skins/moonocolor/icons/templates-rtl.png | Bin 0 -> 608 bytes .../ckeditor/skins/moonocolor/icons/templates.png | Bin 0 -> 610 bytes .../skins/moonocolor/icons/textarea-rtl.png | Bin 0 -> 431 bytes .../ckeditor/skins/moonocolor/icons/textarea.png | Bin 0 -> 433 bytes .../ckeditor/skins/moonocolor/icons/textcolor.png | Bin 0 -> 218 bytes .../skins/moonocolor/icons/textfield-rtl.png | Bin 0 -> 323 bytes .../ckeditor/skins/moonocolor/icons/textfield.png | Bin 0 -> 324 bytes .../ckeditor/skins/moonocolor/icons/underline.png | Bin 0 -> 338 bytes .../ckeditor/skins/moonocolor/icons/undo-rtl.png | Bin 0 -> 632 bytes .../ckeditor/skins/moonocolor/icons/undo.png | Bin 0 -> 628 bytes .../ckeditor/skins/moonocolor/icons/unlink.png | Bin 0 -> 662 bytes .../ckeditor/skins/moonocolor/images/arrow.png | Bin 0 -> 342 bytes .../ckeditor/skins/moonocolor/images/close.png | Bin 0 -> 375 bytes .../ckeditor/skins/moonocolor/images/mini.png | Bin 0 -> 1190 bytes .../elements/ckeditor/skins/moonocolor/readme.md | 51 ++ .../elements/ckeditor/skins/moonocolor/skin.js | 10 + httemplate/elements/ckeditor/styles.js | 111 +++ .../editor/css/behaviors/disablehandles.htc | 15 - .../editor/css/behaviors/showtableborders.htc | 36 - .../fckeditor/editor/css/fck_editorarea.css | 110 --- .../elements/fckeditor/editor/css/fck_internal.css | 199 ----- .../editor/css/fck_showtableborders_gecko.css | 49 -- .../fckeditor/editor/css/images/block_address.png | Bin 288 -> 0 bytes .../editor/css/images/block_blockquote.png | Bin 293 -> 0 bytes .../fckeditor/editor/css/images/block_div.png | Bin 229 -> 0 bytes .../fckeditor/editor/css/images/block_h1.png | Bin 218 -> 0 bytes .../fckeditor/editor/css/images/block_h2.png | Bin 220 -> 0 bytes .../fckeditor/editor/css/images/block_h3.png | Bin 219 -> 0 bytes .../fckeditor/editor/css/images/block_h4.png | Bin 229 -> 0 bytes .../fckeditor/editor/css/images/block_h5.png | Bin 236 -> 0 bytes .../fckeditor/editor/css/images/block_h6.png | Bin 216 -> 0 bytes .../fckeditor/editor/css/images/block_p.png | Bin 205 -> 0 bytes .../fckeditor/editor/css/images/block_pre.png | Bin 223 -> 0 bytes .../fckeditor/editor/css/images/fck_anchor.gif | Bin 184 -> 0 bytes .../fckeditor/editor/css/images/fck_flashlogo.gif | Bin 599 -> 0 bytes .../fckeditor/editor/css/images/fck_plugin.gif | Bin 1709 -> 0 bytes .../editor/dialog/common/fck_dialog_common.css | 85 -- .../editor/dialog/common/fck_dialog_common.js | 347 -------- .../editor/dialog/common/fcknumericfield.htc | 24 - .../editor/dialog/common/images/locked.gif | Bin 74 -> 0 bytes .../editor/dialog/common/images/reset.gif | Bin 104 -> 0 bytes .../editor/dialog/common/images/unlocked.gif | Bin 75 -> 0 bytes .../editor/dialog/common/moz-bindings.xml | 30 - .../fckeditor/editor/dialog/fck_about.html | 161 ---- .../editor/dialog/fck_about/logo_fckeditor.gif | Bin 2044 -> 0 bytes .../editor/dialog/fck_about/logo_fredck.gif | Bin 920 -> 0 bytes .../dialog/fck_about/sponsors/spellchecker_net.gif | Bin 1447 -> 0 bytes .../fckeditor/editor/dialog/fck_anchor.html | 220 ----- .../fckeditor/editor/dialog/fck_button.html | 104 --- .../fckeditor/editor/dialog/fck_checkbox.html | 104 --- .../fckeditor/editor/dialog/fck_colorselector.html | 172 ---- .../elements/fckeditor/editor/dialog/fck_div.html | 396 --------- .../fckeditor/editor/dialog/fck_docprops.html | 600 -------------- .../dialog/fck_docprops/fck_document_preview.html | 113 --- .../elements/fckeditor/editor/dialog/fck_find.html | 173 ---- .../fckeditor/editor/dialog/fck_flash.html | 152 ---- .../fckeditor/editor/dialog/fck_flash/fck_flash.js | 300 ------- .../editor/dialog/fck_flash/fck_flash_preview.html | 50 -- .../elements/fckeditor/editor/dialog/fck_form.html | 109 --- .../fckeditor/editor/dialog/fck_hiddenfield.html | 115 --- .../fckeditor/editor/dialog/fck_image.html | 258 ------ .../fckeditor/editor/dialog/fck_image/fck_image.js | 512 ------------ .../editor/dialog/fck_image/fck_image_preview.html | 72 -- .../elements/fckeditor/editor/dialog/fck_link.html | 295 ------- .../fckeditor/editor/dialog/fck_link/fck_link.js | 893 -------------------- .../fckeditor/editor/dialog/fck_listprop.html | 120 --- .../fckeditor/editor/dialog/fck_paste.html | 347 -------- .../fckeditor/editor/dialog/fck_radiobutton.html | 104 --- .../fckeditor/editor/dialog/fck_replace.html | 650 --------------- .../fckeditor/editor/dialog/fck_scayt.html | 746 ----------------- .../editor/dialog/fck_scayt/scayt_dialog.css | 169 ---- .../fckeditor/editor/dialog/fck_select.html | 180 ---- .../editor/dialog/fck_select/fck_select.js | 194 ----- .../fckeditor/editor/dialog/fck_smiley.html | 111 --- .../fckeditor/editor/dialog/fck_source.html | 68 -- .../fckeditor/editor/dialog/fck_specialchar.html | 121 --- .../fckeditor/editor/dialog/fck_spellerpages.html | 70 -- .../fck_spellerpages/spellerpages/blank.html | 0 .../fck_spellerpages/spellerpages/controlWindow.js | 87 -- .../fck_spellerpages/spellerpages/controls.html | 153 ---- .../spellerpages/server-scripts/spellchecker.pl | 181 ---- .../fck_spellerpages/spellerpages/spellChecker.js | 461 ----------- .../spellerpages/spellchecker.html | 71 -- .../fck_spellerpages/spellerpages/spellerStyle.css | 49 -- .../fck_spellerpages/spellerpages/wordWindow.js | 272 ------ .../fckeditor/editor/dialog/fck_table.html | 440 ---------- .../fckeditor/editor/dialog/fck_tablecell.html | 293 ------- .../fckeditor/editor/dialog/fck_template.html | 242 ------ .../fckeditor/editor/dialog/fck_textarea.html | 94 --- .../fckeditor/editor/dialog/fck_textfield.html | 136 --- .../fckeditor/editor/dtd/fck_dtd_test.html | 41 - .../fckeditor/editor/dtd/fck_xhtml10strict.js | 116 --- .../editor/dtd/fck_xhtml10transitional.js | 140 ---- httemplate/elements/fckeditor/editor/fckdebug.html | 153 ---- .../elements/fckeditor/editor/fckdialog.html | 819 ------------------ .../elements/fckeditor/editor/fckeditor.html | 317 ------- .../fckeditor/editor/fckeditor.original.html | 425 ---------- .../editor/filemanager/browser/default/browser.css | 87 -- .../filemanager/browser/default/browser.html | 200 ----- .../browser/default/connectors/perl/basexml.pl | 63 -- .../browser/default/connectors/perl/commands.pl | 158 ---- .../browser/default/connectors/perl/connector.cgi | 137 --- .../browser/default/connectors/perl/io.pl | 131 --- .../browser/default/connectors/perl/upload_fck.pl | 667 --------------- .../browser/default/connectors/perl/util.pl | 60 -- .../browser/default/frmactualfolder.html | 95 --- .../browser/default/frmcreatefolder.html | 114 --- .../filemanager/browser/default/frmfolders.html | 198 ----- .../browser/default/frmresourceslist.html | 169 ---- .../browser/default/frmresourcetype.html | 69 -- .../filemanager/browser/default/frmupload.html | 115 --- .../browser/default/images/ButtonArrow.gif | Bin 138 -> 0 bytes .../filemanager/browser/default/images/Folder.gif | Bin 128 -> 0 bytes .../browser/default/images/Folder32.gif | Bin 281 -> 0 bytes .../browser/default/images/FolderOpened.gif | Bin 132 -> 0 bytes .../browser/default/images/FolderOpened32.gif | Bin 264 -> 0 bytes .../browser/default/images/FolderUp.gif | Bin 132 -> 0 bytes .../browser/default/images/icons/32/ai.gif | Bin 1140 -> 0 bytes .../browser/default/images/icons/32/avi.gif | Bin 454 -> 0 bytes .../browser/default/images/icons/32/bmp.gif | Bin 709 -> 0 bytes .../browser/default/images/icons/32/cs.gif | Bin 224 -> 0 bytes .../default/images/icons/32/default.icon.gif | Bin 177 -> 0 bytes .../browser/default/images/icons/32/dll.gif | Bin 258 -> 0 bytes .../browser/default/images/icons/32/doc.gif | Bin 260 -> 0 bytes .../browser/default/images/icons/32/exe.gif | Bin 170 -> 0 bytes .../browser/default/images/icons/32/fla.gif | Bin 946 -> 0 bytes .../browser/default/images/icons/32/gif.gif | Bin 704 -> 0 bytes .../browser/default/images/icons/32/htm.gif | Bin 1527 -> 0 bytes .../browser/default/images/icons/32/html.gif | Bin 1527 -> 0 bytes .../browser/default/images/icons/32/jpg.gif | Bin 463 -> 0 bytes .../browser/default/images/icons/32/js.gif | Bin 274 -> 0 bytes .../browser/default/images/icons/32/mdb.gif | Bin 274 -> 0 bytes .../browser/default/images/icons/32/mp3.gif | Bin 454 -> 0 bytes .../browser/default/images/icons/32/pdf.gif | Bin 567 -> 0 bytes .../browser/default/images/icons/32/png.gif | Bin 464 -> 0 bytes .../browser/default/images/icons/32/ppt.gif | Bin 254 -> 0 bytes .../browser/default/images/icons/32/rdp.gif | Bin 1493 -> 0 bytes .../browser/default/images/icons/32/swf.gif | Bin 725 -> 0 bytes .../browser/default/images/icons/32/swt.gif | Bin 724 -> 0 bytes .../browser/default/images/icons/32/txt.gif | Bin 213 -> 0 bytes .../browser/default/images/icons/32/vsd.gif | Bin 277 -> 0 bytes .../browser/default/images/icons/32/xls.gif | Bin 271 -> 0 bytes .../browser/default/images/icons/32/xml.gif | Bin 408 -> 0 bytes .../browser/default/images/icons/32/zip.gif | Bin 368 -> 0 bytes .../browser/default/images/icons/ai.gif | Bin 403 -> 0 bytes .../browser/default/images/icons/avi.gif | Bin 249 -> 0 bytes .../browser/default/images/icons/bmp.gif | Bin 126 -> 0 bytes .../browser/default/images/icons/cs.gif | Bin 128 -> 0 bytes .../browser/default/images/icons/default.icon.gif | Bin 113 -> 0 bytes .../browser/default/images/icons/dll.gif | Bin 132 -> 0 bytes .../browser/default/images/icons/doc.gif | Bin 140 -> 0 bytes .../browser/default/images/icons/exe.gif | Bin 109 -> 0 bytes .../browser/default/images/icons/fla.gif | Bin 382 -> 0 bytes .../browser/default/images/icons/gif.gif | Bin 125 -> 0 bytes .../browser/default/images/icons/htm.gif | Bin 621 -> 0 bytes .../browser/default/images/icons/html.gif | Bin 621 -> 0 bytes .../browser/default/images/icons/jpg.gif | Bin 125 -> 0 bytes .../browser/default/images/icons/js.gif | Bin 139 -> 0 bytes .../browser/default/images/icons/mdb.gif | Bin 146 -> 0 bytes .../browser/default/images/icons/mp3.gif | Bin 249 -> 0 bytes .../browser/default/images/icons/pdf.gif | Bin 230 -> 0 bytes .../browser/default/images/icons/png.gif | Bin 125 -> 0 bytes .../browser/default/images/icons/ppt.gif | Bin 139 -> 0 bytes .../browser/default/images/icons/rdp.gif | Bin 606 -> 0 bytes .../browser/default/images/icons/swf.gif | Bin 388 -> 0 bytes .../browser/default/images/icons/swt.gif | Bin 388 -> 0 bytes .../browser/default/images/icons/txt.gif | Bin 122 -> 0 bytes .../browser/default/images/icons/vsd.gif | Bin 136 -> 0 bytes .../browser/default/images/icons/xls.gif | Bin 138 -> 0 bytes .../browser/default/images/icons/xml.gif | Bin 231 -> 0 bytes .../browser/default/images/icons/zip.gif | Bin 235 -> 0 bytes .../filemanager/browser/default/images/spacer.gif | Bin 43 -> 0 bytes .../filemanager/browser/default/js/common.js | 88 -- .../filemanager/browser/default/js/fckxml.js | 147 ---- .../editor/filemanager/connectors/perl/basexml.pl | 68 -- .../editor/filemanager/connectors/perl/commands.pl | 200 ----- .../editor/filemanager/connectors/perl/config.pl | 39 - .../filemanager/connectors/perl/connector.cgi | 129 --- .../editor/filemanager/connectors/perl/io.pl | 141 ---- .../editor/filemanager/connectors/perl/upload.cgi | 87 -- .../filemanager/connectors/perl/upload_fck.pl | 686 --------------- .../editor/filemanager/connectors/perl/util.pl | 66 -- .../editor/filemanager/connectors/test.html | 210 ----- .../editor/filemanager/connectors/uploadtest.html | 192 ----- .../fckeditor/editor/filemanager/upload/test.html | 133 --- .../elements/fckeditor/editor/images/anchor.gif | Bin 184 -> 0 bytes .../elements/fckeditor/editor/images/arrow_ltr.gif | Bin 49 -> 0 bytes .../elements/fckeditor/editor/images/arrow_rtl.gif | Bin 49 -> 0 bytes .../editor/images/smiley/msn/angel_smile.gif | Bin 445 -> 0 bytes .../editor/images/smiley/msn/angry_smile.gif | Bin 453 -> 0 bytes .../editor/images/smiley/msn/broken_heart.gif | Bin 423 -> 0 bytes .../fckeditor/editor/images/smiley/msn/cake.gif | Bin 453 -> 0 bytes .../editor/images/smiley/msn/confused_smile.gif | Bin 322 -> 0 bytes .../editor/images/smiley/msn/cry_smile.gif | Bin 473 -> 0 bytes .../editor/images/smiley/msn/devil_smile.gif | Bin 444 -> 0 bytes .../editor/images/smiley/msn/embaressed_smile.gif | Bin 1077 -> 0 bytes .../editor/images/smiley/msn/envelope.gif | Bin 1030 -> 0 bytes .../fckeditor/editor/images/smiley/msn/heart.gif | Bin 1012 -> 0 bytes .../fckeditor/editor/images/smiley/msn/kiss.gif | Bin 978 -> 0 bytes .../editor/images/smiley/msn/lightbulb.gif | Bin 303 -> 0 bytes .../editor/images/smiley/msn/omg_smile.gif | Bin 342 -> 0 bytes .../editor/images/smiley/msn/regular_smile.gif | Bin 1036 -> 0 bytes .../editor/images/smiley/msn/sad_smile.gif | Bin 1039 -> 0 bytes .../editor/images/smiley/msn/shades_smile.gif | Bin 1059 -> 0 bytes .../editor/images/smiley/msn/teeth_smile.gif | Bin 1064 -> 0 bytes .../editor/images/smiley/msn/thumbs_down.gif | Bin 992 -> 0 bytes .../editor/images/smiley/msn/thumbs_up.gif | Bin 989 -> 0 bytes .../editor/images/smiley/msn/tounge_smile.gif | Bin 1055 -> 0 bytes .../smiley/msn/whatchutalkingabout_smile.gif | Bin 1034 -> 0 bytes .../editor/images/smiley/msn/wink_smile.gif | Bin 1041 -> 0 bytes .../elements/fckeditor/editor/js/fckadobeair.js | 176 ---- .../fckeditor/editor/js/fckeditorcode_gecko.js | 109 --- .../fckeditor/editor/js/fckeditorcode_ie.js | 110 --- .../fckeditor/editor/lang/_getfontformat.html | 85 -- .../fckeditor/editor/lang/_translationstatus.txt | 79 -- httemplate/elements/fckeditor/editor/lang/af.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/ar.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/bg.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/bn.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/bs.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/ca.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/cs.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/da.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/de.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/el.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/en-au.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/en-ca.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/en-uk.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/en.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/eo.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/es.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/et.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/eu.js | 540 ------------ httemplate/elements/fckeditor/editor/lang/fa.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/fi.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/fo.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/fr-ca.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/fr.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/gl.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/gu.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/he.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/hi.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/hr.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/hu.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/is.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/it.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/ja.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/km.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/ko.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/lt.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/lv.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/mn.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/ms.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/nb.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/nl.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/no.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/pl.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/pt-br.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/pt.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/ro.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/ru.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/sk.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/sl.js | 539 ------------ .../elements/fckeditor/editor/lang/sr-latn.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/sr.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/sv.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/th.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/tr.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/uk.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/vi.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/zh-cn.js | 539 ------------ httemplate/elements/fckeditor/editor/lang/zh.js | 539 ------------ .../fckeditor/editor/plugins/autogrow/fckplugin.js | 111 --- .../fckeditor/editor/plugins/bbcode/fckplugin.js | 123 --- .../editor/plugins/dragresizetable/fckplugin.js | 529 ------------ .../plugins/placeholder/fck_placeholder.html | 105 --- .../editor/plugins/placeholder/fckplugin.js | 187 ----- .../editor/plugins/placeholder/lang/de.js | 27 - .../editor/plugins/placeholder/lang/en.js | 27 - .../editor/plugins/placeholder/lang/es.js | 27 - .../editor/plugins/placeholder/lang/fr.js | 27 - .../editor/plugins/placeholder/lang/it.js | 27 - .../editor/plugins/placeholder/lang/pl.js | 27 - .../editor/plugins/placeholder/placeholder.gif | Bin 96 -> 0 bytes .../editor/plugins/simplecommands/fckplugin.js | 29 - .../editor/plugins/tablecommands/fckplugin.js | 33 - .../fckeditor/editor/skins/_fckviewstrips.html | 121 --- .../fckeditor/editor/skins/default/fck_dialog.css | 402 --------- .../editor/skins/default/fck_dialog_ie6.js | 110 --- .../fckeditor/editor/skins/default/fck_editor.css | 464 ----------- .../fckeditor/editor/skins/default/fck_strip.gif | Bin 5175 -> 0 bytes .../editor/skins/default/images/sprites.gif | Bin 959 -> 0 bytes .../editor/skins/default/images/sprites.png | Bin 3250 -> 0 bytes .../skins/default/images/toolbar.arrowright.gif | Bin 53 -> 0 bytes .../skins/default/images/toolbar.buttonarrow.gif | Bin 46 -> 0 bytes .../skins/default/images/toolbar.collapse.gif | Bin 152 -> 0 bytes .../editor/skins/default/images/toolbar.end.gif | Bin 43 -> 0 bytes .../editor/skins/default/images/toolbar.expand.gif | Bin 152 -> 0 bytes .../skins/default/images/toolbar.separator.gif | Bin 58 -> 0 bytes .../editor/skins/office2003/fck_dialog.css | 402 --------- .../editor/skins/office2003/fck_dialog_ie6.js | 110 --- .../editor/skins/office2003/fck_editor.css | 476 ----------- .../editor/skins/office2003/fck_strip.gif | Bin 9668 -> 0 bytes .../skins/office2003/images/dialog.sides.gif | Bin 48 -> 0 bytes .../skins/office2003/images/dialog.sides.png | Bin 203 -> 0 bytes .../skins/office2003/images/dialog.sides.rtl.png | Bin 205 -> 0 bytes .../editor/skins/office2003/images/sprites.gif | Bin 959 -> 0 bytes .../editor/skins/office2003/images/sprites.png | Bin 3305 -> 0 bytes .../skins/office2003/images/toolbar.arrowright.gif | Bin 53 -> 0 bytes .../editor/skins/office2003/images/toolbar.bg.gif | Bin 73 -> 0 bytes .../office2003/images/toolbar.buttonarrow.gif | Bin 46 -> 0 bytes .../skins/office2003/images/toolbar.collapse.gif | Bin 152 -> 0 bytes .../editor/skins/office2003/images/toolbar.end.gif | Bin 124 -> 0 bytes .../skins/office2003/images/toolbar.expand.gif | Bin 152 -> 0 bytes .../skins/office2003/images/toolbar.separator.gif | Bin 67 -> 0 bytes .../skins/office2003/images/toolbar.start.gif | Bin 99 -> 0 bytes .../fckeditor/editor/skins/silver/fck_dialog.css | 402 --------- .../editor/skins/silver/fck_dialog_ie6.js | 110 --- .../fckeditor/editor/skins/silver/fck_editor.css | 473 ----------- .../fckeditor/editor/skins/silver/fck_strip.gif | Bin 5175 -> 0 bytes .../editor/skins/silver/images/dialog.sides.gif | Bin 48 -> 0 bytes .../editor/skins/silver/images/dialog.sides.png | Bin 198 -> 0 bytes .../skins/silver/images/dialog.sides.rtl.png | Bin 200 -> 0 bytes .../editor/skins/silver/images/sprites.gif | Bin 959 -> 0 bytes .../editor/skins/silver/images/sprites.png | Bin 3278 -> 0 bytes .../skins/silver/images/toolbar.arrowright.gif | Bin 53 -> 0 bytes .../skins/silver/images/toolbar.buttonarrow.gif | Bin 46 -> 0 bytes .../skins/silver/images/toolbar.buttonbg.gif | Bin 829 -> 0 bytes .../skins/silver/images/toolbar.collapse.gif | Bin 152 -> 0 bytes .../editor/skins/silver/images/toolbar.end.gif | Bin 43 -> 0 bytes .../editor/skins/silver/images/toolbar.expand.gif | Bin 152 -> 0 bytes .../skins/silver/images/toolbar.separator.gif | Bin 58 -> 0 bytes .../editor/skins/silver/images/toolbar.start.gif | Bin 105 -> 0 bytes .../elements/fckeditor/editor/wsc/tmpFrameset.html | 67 -- httemplate/elements/fckeditor/editor/wsc/w.html | 227 ----- httemplate/elements/fckeditor/fckconfig.js | 325 -------- httemplate/elements/fckeditor/fckeditor.js | 330 -------- httemplate/elements/fckeditor/fckpackager.xml | 264 ------ httemplate/elements/fckeditor/fckstyles.xml | 111 --- httemplate/elements/fckeditor/fcktemplates.xml | 103 --- httemplate/elements/htmlarea.html | 26 +- 699 files changed, 3664 insertions(+), 54613 deletions(-) create mode 100644 httemplate/elements/ckeditor/build-config.js create mode 100644 httemplate/elements/ckeditor/ckeditor.js create mode 100644 httemplate/elements/ckeditor/config.js create mode 100644 httemplate/elements/ckeditor/contents.css create mode 100644 httemplate/elements/ckeditor/lang/af.js create mode 100644 httemplate/elements/ckeditor/lang/ar.js create mode 100644 httemplate/elements/ckeditor/lang/bg.js create mode 100644 httemplate/elements/ckeditor/lang/bn.js create mode 100644 httemplate/elements/ckeditor/lang/bs.js create mode 100644 httemplate/elements/ckeditor/lang/ca.js create mode 100644 httemplate/elements/ckeditor/lang/cs.js create mode 100644 httemplate/elements/ckeditor/lang/cy.js create mode 100644 httemplate/elements/ckeditor/lang/da.js create mode 100644 httemplate/elements/ckeditor/lang/de.js create mode 100644 httemplate/elements/ckeditor/lang/el.js create mode 100644 httemplate/elements/ckeditor/lang/en-au.js create mode 100644 httemplate/elements/ckeditor/lang/en-ca.js create mode 100644 httemplate/elements/ckeditor/lang/en-gb.js create mode 100644 httemplate/elements/ckeditor/lang/en.js create mode 100644 httemplate/elements/ckeditor/lang/eo.js create mode 100644 httemplate/elements/ckeditor/lang/es.js create mode 100644 httemplate/elements/ckeditor/lang/et.js create mode 100644 httemplate/elements/ckeditor/lang/eu.js create mode 100644 httemplate/elements/ckeditor/lang/fa.js create mode 100644 httemplate/elements/ckeditor/lang/fi.js create mode 100644 httemplate/elements/ckeditor/lang/fo.js create mode 100644 httemplate/elements/ckeditor/lang/fr-ca.js create mode 100644 httemplate/elements/ckeditor/lang/fr.js create mode 100644 httemplate/elements/ckeditor/lang/gl.js create mode 100644 httemplate/elements/ckeditor/lang/gu.js create mode 100644 httemplate/elements/ckeditor/lang/he.js create mode 100644 httemplate/elements/ckeditor/lang/hi.js create mode 100644 httemplate/elements/ckeditor/lang/hr.js create mode 100644 httemplate/elements/ckeditor/lang/hu.js create mode 100644 httemplate/elements/ckeditor/lang/is.js create mode 100644 httemplate/elements/ckeditor/lang/it.js create mode 100644 httemplate/elements/ckeditor/lang/ja.js create mode 100644 httemplate/elements/ckeditor/lang/ka.js create mode 100644 httemplate/elements/ckeditor/lang/km.js create mode 100644 httemplate/elements/ckeditor/lang/ko.js create mode 100644 httemplate/elements/ckeditor/lang/ku.js create mode 100644 httemplate/elements/ckeditor/lang/lt.js create mode 100644 httemplate/elements/ckeditor/lang/lv.js create mode 100644 httemplate/elements/ckeditor/lang/mk.js create mode 100644 httemplate/elements/ckeditor/lang/mn.js create mode 100644 httemplate/elements/ckeditor/lang/ms.js create mode 100644 httemplate/elements/ckeditor/lang/nb.js create mode 100644 httemplate/elements/ckeditor/lang/nl.js create mode 100644 httemplate/elements/ckeditor/lang/no.js create mode 100644 httemplate/elements/ckeditor/lang/pl.js create mode 100644 httemplate/elements/ckeditor/lang/pt-br.js create mode 100644 httemplate/elements/ckeditor/lang/pt.js create mode 100644 httemplate/elements/ckeditor/lang/ro.js create mode 100644 httemplate/elements/ckeditor/lang/ru.js create mode 100644 httemplate/elements/ckeditor/lang/sk.js create mode 100644 httemplate/elements/ckeditor/lang/sl.js create mode 100644 httemplate/elements/ckeditor/lang/sq.js create mode 100644 httemplate/elements/ckeditor/lang/sr-latn.js create mode 100644 httemplate/elements/ckeditor/lang/sr.js create mode 100644 httemplate/elements/ckeditor/lang/sv.js create mode 100644 httemplate/elements/ckeditor/lang/th.js create mode 100644 httemplate/elements/ckeditor/lang/tr.js create mode 100644 httemplate/elements/ckeditor/lang/ug.js create mode 100644 httemplate/elements/ckeditor/lang/uk.js create mode 100644 httemplate/elements/ckeditor/lang/vi.js create mode 100644 httemplate/elements/ckeditor/lang/zh-cn.js create mode 100644 httemplate/elements/ckeditor/lang/zh.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/da.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/de.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/el.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/en.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/es.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/et.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/he.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/it.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/km.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/no.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/th.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js create mode 100644 httemplate/elements/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js create mode 100644 httemplate/elements/ckeditor/plugins/about/dialogs/about.js create mode 100644 httemplate/elements/ckeditor/plugins/about/dialogs/logo_ckeditor.png create mode 100644 httemplate/elements/ckeditor/plugins/clipboard/dialogs/paste.js create mode 100644 httemplate/elements/ckeditor/plugins/colordialog/dialogs/colordialog.js create mode 100644 httemplate/elements/ckeditor/plugins/dialog/dialogDefinition.js create mode 100644 httemplate/elements/ckeditor/plugins/div/dialogs/div.js rename httemplate/elements/{fckeditor/editor => ckeditor/plugins/fakeobjects}/images/spacer.gif (100%) create mode 100644 httemplate/elements/ckeditor/plugins/find/dialogs/find.js create mode 100644 httemplate/elements/ckeditor/plugins/flash/dialogs/flash.js create mode 100644 httemplate/elements/ckeditor/plugins/flash/images/placeholder.png create mode 100644 httemplate/elements/ckeditor/plugins/forms/dialogs/button.js create mode 100644 httemplate/elements/ckeditor/plugins/forms/dialogs/checkbox.js create mode 100644 httemplate/elements/ckeditor/plugins/forms/dialogs/form.js create mode 100644 httemplate/elements/ckeditor/plugins/forms/dialogs/hiddenfield.js create mode 100644 httemplate/elements/ckeditor/plugins/forms/dialogs/radio.js create mode 100644 httemplate/elements/ckeditor/plugins/forms/dialogs/select.js create mode 100644 httemplate/elements/ckeditor/plugins/forms/dialogs/textarea.js create mode 100644 httemplate/elements/ckeditor/plugins/forms/dialogs/textfield.js rename httemplate/elements/{fckeditor/editor/css/images/fck_hiddenfield.gif => ckeditor/plugins/forms/images/hiddenfield.gif} (100%) create mode 100644 httemplate/elements/ckeditor/plugins/icons.png create mode 100644 httemplate/elements/ckeditor/plugins/iframe/dialogs/iframe.js create mode 100644 httemplate/elements/ckeditor/plugins/iframe/images/placeholder.png create mode 100644 httemplate/elements/ckeditor/plugins/image/dialogs/image.js create mode 100644 httemplate/elements/ckeditor/plugins/image/images/noimage.png create mode 100644 httemplate/elements/ckeditor/plugins/link/dialogs/anchor.js create mode 100644 httemplate/elements/ckeditor/plugins/link/dialogs/link.js create mode 100644 httemplate/elements/ckeditor/plugins/link/images/anchor.png create mode 100644 httemplate/elements/ckeditor/plugins/liststyle/dialogs/liststyle.js create mode 100644 httemplate/elements/ckeditor/plugins/magicline/images/icon.png rename httemplate/elements/{fckeditor/editor/css/images/fck_pagebreak.gif => ckeditor/plugins/pagebreak/images/pagebreak.gif} (100%) create mode 100644 httemplate/elements/ckeditor/plugins/pastefromword/filter/default.js create mode 100644 httemplate/elements/ckeditor/plugins/preview/preview.html create mode 100644 httemplate/elements/ckeditor/plugins/scayt/LICENSE.md create mode 100644 httemplate/elements/ckeditor/plugins/scayt/README.md create mode 100644 httemplate/elements/ckeditor/plugins/scayt/dialogs/options.js create mode 100644 httemplate/elements/ckeditor/plugins/scayt/dialogs/toolbar.css create mode 100644 httemplate/elements/ckeditor/plugins/showblocks/images/block_address.png create mode 100644 httemplate/elements/ckeditor/plugins/showblocks/images/block_blockquote.png create mode 100644 httemplate/elements/ckeditor/plugins/showblocks/images/block_div.png create mode 100644 httemplate/elements/ckeditor/plugins/showblocks/images/block_h1.png create mode 100644 httemplate/elements/ckeditor/plugins/showblocks/images/block_h2.png create mode 100644 httemplate/elements/ckeditor/plugins/showblocks/images/block_h3.png create mode 100644 httemplate/elements/ckeditor/plugins/showblocks/images/block_h4.png create mode 100644 httemplate/elements/ckeditor/plugins/showblocks/images/block_h5.png create mode 100644 httemplate/elements/ckeditor/plugins/showblocks/images/block_h6.png create mode 100644 httemplate/elements/ckeditor/plugins/showblocks/images/block_p.png create mode 100644 httemplate/elements/ckeditor/plugins/showblocks/images/block_pre.png create mode 100644 httemplate/elements/ckeditor/plugins/smiley/dialogs/smiley.js create mode 100644 httemplate/elements/ckeditor/plugins/smiley/images/angel_smile.gif create mode 100644 httemplate/elements/ckeditor/plugins/smiley/images/angry_smile.gif create mode 100644 httemplate/elements/ckeditor/plugins/smiley/images/broken_heart.gif create mode 100644 httemplate/elements/ckeditor/plugins/smiley/images/confused_smile.gif create mode 100644 httemplate/elements/ckeditor/plugins/smiley/images/cry_smile.gif create mode 100644 httemplate/elements/ckeditor/plugins/smiley/images/devil_smile.gif create mode 100644 httemplate/elements/ckeditor/plugins/smiley/images/embaressed_smile.gif create mode 100644 httemplate/elements/ckeditor/plugins/smiley/images/embarrassed_smile.gif create mode 100644 httemplate/elements/ckeditor/plugins/smiley/images/envelope.gif create mode 100644 httemplate/elements/ckeditor/plugins/smiley/images/heart.gif create mode 100644 httemplate/elements/ckeditor/plugins/smiley/images/kiss.gif create mode 100644 httemplate/elements/ckeditor/plugins/smiley/images/lightbulb.gif create mode 100644 httemplate/elements/ckeditor/plugins/smiley/images/omg_smile.gif create mode 100644 httemplate/elements/ckeditor/plugins/smiley/images/regular_smile.gif create mode 100644 httemplate/elements/ckeditor/plugins/smiley/images/sad_smile.gif create mode 100644 httemplate/elements/ckeditor/plugins/smiley/images/shades_smile.gif create mode 100644 httemplate/elements/ckeditor/plugins/smiley/images/teeth_smile.gif create mode 100644 httemplate/elements/ckeditor/plugins/smiley/images/thumbs_down.gif create mode 100644 httemplate/elements/ckeditor/plugins/smiley/images/thumbs_up.gif create mode 100644 httemplate/elements/ckeditor/plugins/smiley/images/tongue_smile.gif create mode 100644 httemplate/elements/ckeditor/plugins/smiley/images/tounge_smile.gif create mode 100644 httemplate/elements/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif create mode 100644 httemplate/elements/ckeditor/plugins/smiley/images/wink_smile.gif create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/ca.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/cs.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/cy.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/de.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/el.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/en.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/eo.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/es.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/et.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/fa.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/fi.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/fr.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/he.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/hr.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/it.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/ku.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/lv.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/nb.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/nl.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/no.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/pl.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/sk.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/sq.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/sv.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/th.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/tr.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/ug.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js create mode 100644 httemplate/elements/ckeditor/plugins/specialchar/dialogs/specialchar.js create mode 100644 httemplate/elements/ckeditor/plugins/table/dialogs/table.js create mode 100644 httemplate/elements/ckeditor/plugins/tabletools/dialogs/tableCell.js create mode 100644 httemplate/elements/ckeditor/plugins/templates/dialogs/templates.css create mode 100644 httemplate/elements/ckeditor/plugins/templates/dialogs/templates.js create mode 100644 httemplate/elements/ckeditor/plugins/templates/templates/default.js rename httemplate/elements/{fckeditor/editor/dialog/fck_template => ckeditor/plugins/templates/templates}/images/template1.gif (100%) rename httemplate/elements/{fckeditor/editor/dialog/fck_template => ckeditor/plugins/templates/templates}/images/template2.gif (100%) rename httemplate/elements/{fckeditor/editor/dialog/fck_template => ckeditor/plugins/templates/templates}/images/template3.gif (100%) create mode 100644 httemplate/elements/ckeditor/plugins/wsc/LICENSE.md create mode 100644 httemplate/elements/ckeditor/plugins/wsc/README.md rename httemplate/elements/{fckeditor/editor/wsc => ckeditor/plugins/wsc/dialogs}/ciframe.html (50%) create mode 100644 httemplate/elements/ckeditor/plugins/wsc/dialogs/tmpFrameset.html create mode 100644 httemplate/elements/ckeditor/plugins/wsc/dialogs/wsc.css create mode 100644 httemplate/elements/ckeditor/plugins/wsc/dialogs/wsc.js create mode 100644 httemplate/elements/ckeditor/skins/kama/dialog.css create mode 100644 httemplate/elements/ckeditor/skins/kama/dialog_ie.css create mode 100644 httemplate/elements/ckeditor/skins/kama/dialog_ie7.css create mode 100644 httemplate/elements/ckeditor/skins/kama/dialog_ie8.css create mode 100644 httemplate/elements/ckeditor/skins/kama/dialog_iequirks.css create mode 100644 httemplate/elements/ckeditor/skins/kama/dialog_opera.css create mode 100644 httemplate/elements/ckeditor/skins/kama/editor.css create mode 100644 httemplate/elements/ckeditor/skins/kama/editor_ie.css create mode 100644 httemplate/elements/ckeditor/skins/kama/editor_ie7.css create mode 100644 httemplate/elements/ckeditor/skins/kama/editor_ie8.css create mode 100644 httemplate/elements/ckeditor/skins/kama/editor_iequirks.css create mode 100644 httemplate/elements/ckeditor/skins/kama/icons.png rename httemplate/elements/{fckeditor/editor/skins/default/images/dialog.sides.gif => ckeditor/skins/kama/images/dialog_sides.gif} (100%) rename httemplate/elements/{fckeditor/editor/skins/default/images/dialog.sides.png => ckeditor/skins/kama/images/dialog_sides.png} (100%) rename httemplate/elements/{fckeditor/editor/skins/default/images/dialog.sides.rtl.png => ckeditor/skins/kama/images/dialog_sides_rtl.png} (100%) create mode 100644 httemplate/elements/ckeditor/skins/kama/images/mini.gif create mode 100644 httemplate/elements/ckeditor/skins/kama/images/sprites.png create mode 100644 httemplate/elements/ckeditor/skins/kama/images/sprites_ie6.png rename httemplate/elements/{fckeditor/editor/skins/default/images/toolbar.start.gif => ckeditor/skins/kama/images/toolbar_start.gif} (100%) create mode 100644 httemplate/elements/ckeditor/skins/kama/readme.md create mode 100644 httemplate/elements/ckeditor/skins/kama/skin.js create mode 100644 httemplate/elements/ckeditor/skins/moono/dialog.css create mode 100644 httemplate/elements/ckeditor/skins/moono/dialog_ie.css create mode 100644 httemplate/elements/ckeditor/skins/moono/dialog_ie7.css create mode 100644 httemplate/elements/ckeditor/skins/moono/dialog_ie8.css create mode 100644 httemplate/elements/ckeditor/skins/moono/dialog_iequirks.css create mode 100644 httemplate/elements/ckeditor/skins/moono/dialog_opera.css create mode 100644 httemplate/elements/ckeditor/skins/moono/editor.css create mode 100644 httemplate/elements/ckeditor/skins/moono/editor_gecko.css create mode 100644 httemplate/elements/ckeditor/skins/moono/editor_ie.css create mode 100644 httemplate/elements/ckeditor/skins/moono/editor_ie7.css create mode 100644 httemplate/elements/ckeditor/skins/moono/editor_ie8.css create mode 100644 httemplate/elements/ckeditor/skins/moono/editor_iequirks.css create mode 100644 httemplate/elements/ckeditor/skins/moono/icons.png create mode 100644 httemplate/elements/ckeditor/skins/moono/images/arrow.png create mode 100644 httemplate/elements/ckeditor/skins/moono/images/close.png create mode 100644 httemplate/elements/ckeditor/skins/moono/images/mini.png create mode 100644 httemplate/elements/ckeditor/skins/moono/readme.md create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/dialog.css create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/dialog_ie.css create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/dialog_ie7.css create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/dialog_ie8.css create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/dialog_iequirks.css create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/dialog_opera.css create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/editor.css create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/editor_gecko.css create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/editor_ie.css create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/editor_ie7.css create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/editor_ie8.css create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/editor_iequirks.css create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/about.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/anchor-rtl.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/anchor.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/bgcolor.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/bidiltr.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/bidirtl.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/blockquote.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/bold.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/bulletedlist-rtl.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/bulletedlist.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/button.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/checkbox.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/copy-rtl.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/copy.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/creatediv.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/cut-rtl.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/cut.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/find-rtl.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/find.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/flash.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/form.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/hiddenfield.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/horizontalrule.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/iframe.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/image.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/imagebutton.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/indent-rtl.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/indent.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/italic.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/justifyblock.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/justifycenter.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/justifyleft.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/justifyright.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/link.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/maximize.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/newpage-rtl.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/newpage.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/numberedlist-rtl.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/numberedlist.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/outdent-rtl.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/outdent.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/pagebreak-rtl.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/pagebreak.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/paste-rtl.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/paste.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/pastefromword-rtl.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/pastefromword.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/pastetext-rtl.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/pastetext.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/preview-rtl.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/preview.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/print.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/radio.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/redo-rtl.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/redo.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/removeformat.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/replace.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/save.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/scayt.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/select-rtl.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/select.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/selectall.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/showblocks-rtl.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/showblocks.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/smiley.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/source-rtl.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/source.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/specialchar.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/spellchecker.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/strike.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/subscript.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/superscript.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/table.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/templates-rtl.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/templates.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/textarea-rtl.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/textarea.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/textcolor.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/textfield-rtl.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/textfield.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/underline.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/undo-rtl.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/undo.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/icons/unlink.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/images/arrow.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/images/close.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/images/mini.png create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/readme.md create mode 100644 httemplate/elements/ckeditor/skins/moonocolor/skin.js create mode 100644 httemplate/elements/ckeditor/styles.js delete mode 100644 httemplate/elements/fckeditor/editor/css/behaviors/disablehandles.htc delete mode 100644 httemplate/elements/fckeditor/editor/css/behaviors/showtableborders.htc delete mode 100644 httemplate/elements/fckeditor/editor/css/fck_editorarea.css delete mode 100644 httemplate/elements/fckeditor/editor/css/fck_internal.css delete mode 100644 httemplate/elements/fckeditor/editor/css/fck_showtableborders_gecko.css delete mode 100644 httemplate/elements/fckeditor/editor/css/images/block_address.png delete mode 100644 httemplate/elements/fckeditor/editor/css/images/block_blockquote.png delete mode 100644 httemplate/elements/fckeditor/editor/css/images/block_div.png delete mode 100644 httemplate/elements/fckeditor/editor/css/images/block_h1.png delete mode 100644 httemplate/elements/fckeditor/editor/css/images/block_h2.png delete mode 100644 httemplate/elements/fckeditor/editor/css/images/block_h3.png delete mode 100644 httemplate/elements/fckeditor/editor/css/images/block_h4.png delete mode 100644 httemplate/elements/fckeditor/editor/css/images/block_h5.png delete mode 100644 httemplate/elements/fckeditor/editor/css/images/block_h6.png delete mode 100644 httemplate/elements/fckeditor/editor/css/images/block_p.png delete mode 100644 httemplate/elements/fckeditor/editor/css/images/block_pre.png delete mode 100644 httemplate/elements/fckeditor/editor/css/images/fck_anchor.gif delete mode 100644 httemplate/elements/fckeditor/editor/css/images/fck_flashlogo.gif delete mode 100644 httemplate/elements/fckeditor/editor/css/images/fck_plugin.gif delete mode 100644 httemplate/elements/fckeditor/editor/dialog/common/fck_dialog_common.css delete mode 100644 httemplate/elements/fckeditor/editor/dialog/common/fck_dialog_common.js delete mode 100644 httemplate/elements/fckeditor/editor/dialog/common/fcknumericfield.htc delete mode 100644 httemplate/elements/fckeditor/editor/dialog/common/images/locked.gif delete mode 100644 httemplate/elements/fckeditor/editor/dialog/common/images/reset.gif delete mode 100644 httemplate/elements/fckeditor/editor/dialog/common/images/unlocked.gif delete mode 100644 httemplate/elements/fckeditor/editor/dialog/common/moz-bindings.xml delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_about.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_about/logo_fckeditor.gif delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_about/logo_fredck.gif delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_about/sponsors/spellchecker_net.gif delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_anchor.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_button.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_checkbox.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_colorselector.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_div.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_docprops.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_find.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_flash.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_flash/fck_flash.js delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_flash/fck_flash_preview.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_form.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_hiddenfield.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_image.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_image/fck_image.js delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_image/fck_image_preview.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_link.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_link/fck_link.js delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_listprop.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_paste.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_radiobutton.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_replace.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_scayt.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_scayt/scayt_dialog.css delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_select.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_select/fck_select.js delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_smiley.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_source.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_specialchar.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_spellerpages.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_spellerpages/spellerpages/blank.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controls.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_table.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_tablecell.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_template.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_textarea.html delete mode 100644 httemplate/elements/fckeditor/editor/dialog/fck_textfield.html delete mode 100644 httemplate/elements/fckeditor/editor/dtd/fck_dtd_test.html delete mode 100644 httemplate/elements/fckeditor/editor/dtd/fck_xhtml10strict.js delete mode 100644 httemplate/elements/fckeditor/editor/dtd/fck_xhtml10transitional.js delete mode 100644 httemplate/elements/fckeditor/editor/fckdebug.html delete mode 100644 httemplate/elements/fckeditor/editor/fckdialog.html delete mode 100644 httemplate/elements/fckeditor/editor/fckeditor.html delete mode 100644 httemplate/elements/fckeditor/editor/fckeditor.original.html delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/browser.css delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/browser.html delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/connectors/perl/basexml.pl delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/connectors/perl/commands.pl delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/connectors/perl/connector.cgi delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/connectors/perl/io.pl delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/connectors/perl/upload_fck.pl delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/connectors/perl/util.pl delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/frmactualfolder.html delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/frmfolders.html delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/frmresourceslist.html delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/frmresourcetype.html delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/frmupload.html delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/ButtonArrow.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/Folder.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/Folder32.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/FolderOpened.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/FolderOpened32.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/FolderUp.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/ai.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/avi.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/cs.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/default.icon.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/dll.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/doc.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/exe.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/fla.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/gif.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/htm.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/html.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/jpg.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/js.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/mdb.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/mp3.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/pdf.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/png.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/ppt.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/rdp.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/swf.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/swt.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/txt.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/vsd.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/xls.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/xml.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/32/zip.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/ai.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/avi.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/bmp.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/cs.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/default.icon.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/dll.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/doc.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/exe.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/fla.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/gif.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/htm.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/html.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/jpg.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/js.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/mdb.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/mp3.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/pdf.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/png.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/ppt.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/rdp.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/swf.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/swt.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/txt.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/vsd.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/xls.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/xml.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/icons/zip.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/images/spacer.gif delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/js/common.js delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/browser/default/js/fckxml.js delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/connectors/perl/basexml.pl delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/connectors/perl/commands.pl delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/connectors/perl/config.pl delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/connectors/perl/connector.cgi delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/connectors/perl/io.pl delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/connectors/perl/upload.cgi delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/connectors/perl/upload_fck.pl delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/connectors/perl/util.pl delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/connectors/test.html delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/connectors/uploadtest.html delete mode 100644 httemplate/elements/fckeditor/editor/filemanager/upload/test.html delete mode 100644 httemplate/elements/fckeditor/editor/images/anchor.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/arrow_ltr.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/arrow_rtl.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/smiley/msn/angel_smile.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/smiley/msn/angry_smile.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/smiley/msn/broken_heart.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/smiley/msn/cake.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/smiley/msn/confused_smile.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/smiley/msn/cry_smile.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/smiley/msn/devil_smile.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/smiley/msn/embaressed_smile.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/smiley/msn/envelope.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/smiley/msn/heart.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/smiley/msn/kiss.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/smiley/msn/lightbulb.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/smiley/msn/omg_smile.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/smiley/msn/regular_smile.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/smiley/msn/sad_smile.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/smiley/msn/shades_smile.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/smiley/msn/teeth_smile.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/smiley/msn/thumbs_down.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/smiley/msn/thumbs_up.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/smiley/msn/tounge_smile.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/smiley/msn/whatchutalkingabout_smile.gif delete mode 100644 httemplate/elements/fckeditor/editor/images/smiley/msn/wink_smile.gif delete mode 100644 httemplate/elements/fckeditor/editor/js/fckadobeair.js delete mode 100644 httemplate/elements/fckeditor/editor/js/fckeditorcode_gecko.js delete mode 100644 httemplate/elements/fckeditor/editor/js/fckeditorcode_ie.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/_getfontformat.html delete mode 100644 httemplate/elements/fckeditor/editor/lang/_translationstatus.txt delete mode 100644 httemplate/elements/fckeditor/editor/lang/af.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/ar.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/bg.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/bn.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/bs.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/ca.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/cs.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/da.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/de.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/el.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/en-au.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/en-ca.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/en-uk.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/en.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/eo.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/es.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/et.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/eu.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/fa.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/fi.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/fo.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/fr-ca.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/fr.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/gl.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/gu.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/he.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/hi.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/hr.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/hu.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/is.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/it.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/ja.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/km.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/ko.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/lt.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/lv.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/mn.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/ms.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/nb.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/nl.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/no.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/pl.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/pt-br.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/pt.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/ro.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/ru.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/sk.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/sl.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/sr-latn.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/sr.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/sv.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/th.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/tr.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/uk.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/vi.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/zh-cn.js delete mode 100644 httemplate/elements/fckeditor/editor/lang/zh.js delete mode 100644 httemplate/elements/fckeditor/editor/plugins/autogrow/fckplugin.js delete mode 100644 httemplate/elements/fckeditor/editor/plugins/bbcode/fckplugin.js delete mode 100644 httemplate/elements/fckeditor/editor/plugins/dragresizetable/fckplugin.js delete mode 100644 httemplate/elements/fckeditor/editor/plugins/placeholder/fck_placeholder.html delete mode 100644 httemplate/elements/fckeditor/editor/plugins/placeholder/fckplugin.js delete mode 100644 httemplate/elements/fckeditor/editor/plugins/placeholder/lang/de.js delete mode 100644 httemplate/elements/fckeditor/editor/plugins/placeholder/lang/en.js delete mode 100644 httemplate/elements/fckeditor/editor/plugins/placeholder/lang/es.js delete mode 100644 httemplate/elements/fckeditor/editor/plugins/placeholder/lang/fr.js delete mode 100644 httemplate/elements/fckeditor/editor/plugins/placeholder/lang/it.js delete mode 100644 httemplate/elements/fckeditor/editor/plugins/placeholder/lang/pl.js delete mode 100644 httemplate/elements/fckeditor/editor/plugins/placeholder/placeholder.gif delete mode 100644 httemplate/elements/fckeditor/editor/plugins/simplecommands/fckplugin.js delete mode 100644 httemplate/elements/fckeditor/editor/plugins/tablecommands/fckplugin.js delete mode 100644 httemplate/elements/fckeditor/editor/skins/_fckviewstrips.html delete mode 100644 httemplate/elements/fckeditor/editor/skins/default/fck_dialog.css delete mode 100644 httemplate/elements/fckeditor/editor/skins/default/fck_dialog_ie6.js delete mode 100644 httemplate/elements/fckeditor/editor/skins/default/fck_editor.css delete mode 100644 httemplate/elements/fckeditor/editor/skins/default/fck_strip.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/default/images/sprites.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/default/images/sprites.png delete mode 100644 httemplate/elements/fckeditor/editor/skins/default/images/toolbar.arrowright.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/default/images/toolbar.buttonarrow.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/default/images/toolbar.collapse.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/default/images/toolbar.end.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/default/images/toolbar.expand.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/default/images/toolbar.separator.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/office2003/fck_dialog.css delete mode 100644 httemplate/elements/fckeditor/editor/skins/office2003/fck_dialog_ie6.js delete mode 100644 httemplate/elements/fckeditor/editor/skins/office2003/fck_editor.css delete mode 100644 httemplate/elements/fckeditor/editor/skins/office2003/fck_strip.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/office2003/images/dialog.sides.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/office2003/images/dialog.sides.png delete mode 100644 httemplate/elements/fckeditor/editor/skins/office2003/images/dialog.sides.rtl.png delete mode 100644 httemplate/elements/fckeditor/editor/skins/office2003/images/sprites.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/office2003/images/sprites.png delete mode 100644 httemplate/elements/fckeditor/editor/skins/office2003/images/toolbar.arrowright.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/office2003/images/toolbar.bg.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/office2003/images/toolbar.buttonarrow.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/office2003/images/toolbar.collapse.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/office2003/images/toolbar.end.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/office2003/images/toolbar.expand.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/office2003/images/toolbar.separator.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/office2003/images/toolbar.start.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/silver/fck_dialog.css delete mode 100644 httemplate/elements/fckeditor/editor/skins/silver/fck_dialog_ie6.js delete mode 100644 httemplate/elements/fckeditor/editor/skins/silver/fck_editor.css delete mode 100644 httemplate/elements/fckeditor/editor/skins/silver/fck_strip.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/silver/images/dialog.sides.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/silver/images/dialog.sides.png delete mode 100644 httemplate/elements/fckeditor/editor/skins/silver/images/dialog.sides.rtl.png delete mode 100644 httemplate/elements/fckeditor/editor/skins/silver/images/sprites.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/silver/images/sprites.png delete mode 100644 httemplate/elements/fckeditor/editor/skins/silver/images/toolbar.arrowright.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/silver/images/toolbar.buttonarrow.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/silver/images/toolbar.buttonbg.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/silver/images/toolbar.collapse.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/silver/images/toolbar.end.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/silver/images/toolbar.expand.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/silver/images/toolbar.separator.gif delete mode 100644 httemplate/elements/fckeditor/editor/skins/silver/images/toolbar.start.gif delete mode 100644 httemplate/elements/fckeditor/editor/wsc/tmpFrameset.html delete mode 100644 httemplate/elements/fckeditor/editor/wsc/w.html delete mode 100644 httemplate/elements/fckeditor/fckconfig.js delete mode 100644 httemplate/elements/fckeditor/fckeditor.js delete mode 100644 httemplate/elements/fckeditor/fckpackager.xml delete mode 100644 httemplate/elements/fckeditor/fckstyles.xml delete mode 100644 httemplate/elements/fckeditor/fcktemplates.xml diff --git a/httemplate/docs/license.html b/httemplate/docs/license.html index 05a89c1f0..5262f7a34 100644 --- a/httemplate/docs/license.html +++ b/httemplate/docs/license.html @@ -68,7 +68,7 @@ Contains "JS Calendar" by Mihai Bazon licensed under the terms of the GNU LGPL.

-Contains FCKeditor by Frederico Caldeira Knabben, licensed under the terms of +Contains CKeditor by Frederico Caldeira Knabben, licensed under the terms of the GNU GPL.

diff --git a/httemplate/elements/ckeditor/build-config.js b/httemplate/elements/ckeditor/build-config.js new file mode 100644 index 000000000..aedc9a87e --- /dev/null +++ b/httemplate/elements/ckeditor/build-config.js @@ -0,0 +1,162 @@ + +/** + * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.html or http://ckeditor.com/license + */ + +/** + * This file was added automatically by CKEditor builder. + * You may re-use it at any time at http://ckeditor.com/builder to build CKEditor again. + * + * NOTE: + * This file is not used by CKEditor, you may remove it. + * Changing this file will not change your CKEditor configuration. + */ + +var CKBUILDER_CONFIG = { + skin: 'moono', + preset: 'full', + ignore: [ + 'dev', + '.gitignore', + '.gitattributes', + 'README.md', + '.mailmap' + ], + plugins : { + 'about' : 1, + 'a11yhelp' : 1, + 'dialogadvtab' : 1, + 'basicstyles' : 1, + 'bidi' : 1, + 'blockquote' : 1, + 'clipboard' : 1, + 'colorbutton' : 1, + 'colordialog' : 1, + 'templates' : 1, + 'contextmenu' : 1, + 'div' : 1, + 'resize' : 1, + 'toolbar' : 1, + 'elementspath' : 1, + 'enterkey' : 1, + 'entities' : 1, + 'filebrowser' : 1, + 'find' : 1, + 'flash' : 1, + 'floatingspace' : 1, + 'font' : 1, + 'forms' : 1, + 'format' : 1, + 'htmlwriter' : 1, + 'horizontalrule' : 1, + 'iframe' : 1, + 'wysiwygarea' : 1, + 'image' : 1, + 'indent' : 1, + 'smiley' : 1, + 'justify' : 1, + 'link' : 1, + 'list' : 1, + 'liststyle' : 1, + 'magicline' : 1, + 'maximize' : 1, + 'newpage' : 1, + 'pagebreak' : 1, + 'pastetext' : 1, + 'pastefromword' : 1, + 'preview' : 1, + 'print' : 1, + 'removeformat' : 1, + 'save' : 1, + 'selectall' : 1, + 'showblocks' : 1, + 'showborders' : 1, + 'sourcearea' : 1, + 'specialchar' : 1, + 'scayt' : 1, + 'stylescombo' : 1, + 'tab' : 1, + 'table' : 1, + 'tabletools' : 1, + 'undo' : 1, + 'wsc' : 1, + 'dialog' : 1, + 'dialogui' : 1, + 'panelbutton' : 1, + 'button' : 1, + 'floatpanel' : 1, + 'panel' : 1, + 'menu' : 1, + 'popup' : 1, + 'fakeobjects' : 1, + 'richcombo' : 1, + 'listblock' : 1, + 'menubutton' : 1 + }, + languages : { + 'af' : 1, + 'sq' : 1, + 'ar' : 1, + 'eu' : 1, + 'bn' : 1, + 'bs' : 1, + 'bg' : 1, + 'ca' : 1, + 'zh-cn' : 1, + 'zh' : 1, + 'hr' : 1, + 'cs' : 1, + 'da' : 1, + 'nl' : 1, + 'en' : 1, + 'en-au' : 1, + 'en-ca' : 1, + 'en-gb' : 1, + 'eo' : 1, + 'et' : 1, + 'fo' : 1, + 'fi' : 1, + 'fr' : 1, + 'fr-ca' : 1, + 'gl' : 1, + 'ka' : 1, + 'de' : 1, + 'el' : 1, + 'gu' : 1, + 'he' : 1, + 'hi' : 1, + 'hu' : 1, + 'is' : 1, + 'it' : 1, + 'ja' : 1, + 'km' : 1, + 'ko' : 1, + 'ku' : 1, + 'lv' : 1, + 'lt' : 1, + 'mk' : 1, + 'ms' : 1, + 'mn' : 1, + 'no' : 1, + 'nb' : 1, + 'fa' : 1, + 'pl' : 1, + 'pt-br' : 1, + 'pt' : 1, + 'ro' : 1, + 'ru' : 1, + 'sr' : 1, + 'sr-latn' : 1, + 'sk' : 1, + 'sl' : 1, + 'es' : 1, + 'sv' : 1, + 'th' : 1, + 'tr' : 1, + 'ug' : 1, + 'uk' : 1, + 'vi' : 1, + 'cy' : 1, + } +}; \ No newline at end of file diff --git a/httemplate/elements/ckeditor/ckeditor.js b/httemplate/elements/ckeditor/ckeditor.js new file mode 100644 index 000000000..cfdeec4a3 --- /dev/null +++ b/httemplate/elements/ckeditor/ckeditor.js @@ -0,0 +1,919 @@ +/* +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.html or http://ckeditor.com/license +*/ +(function(){if(window.CKEDITOR&&window.CKEDITOR.dom)return;window.CKEDITOR||(window.CKEDITOR=function(){var a={timestamp:"D3NA",version:"4.1.1",revision:"5a2a7e3",rnd:Math.floor(900*Math.random())+100,_:{pending:[]},status:"unloaded",basePath:function(){var b=window.CKEDITOR_BASEPATH||"";if(!b)for(var a=document.getElementsByTagName("script"),d=0;d=0;p--)if(n[p].priority<=l){n.splice(p+1,0,i);return{removeListener:m}}n.unshift(i)}return{removeListener:m}}, +once:function(){var b=arguments[1];arguments[1]=function(a){a.removeListener();return b.apply(this,arguments)};return this.on.apply(this,arguments)},capture:function(){CKEDITOR.event.useCapture=1;var b=this.on.apply(this,arguments);CKEDITOR.event.useCapture=0;return b},fire:function(){var b=0,a=function(){b=1},d=0,j=function(){d=1};return function(l,i,m){var n=c(this)[l],l=b,r=d;b=d=0;if(n){var p=n.listeners;if(p.length)for(var p=p.slice(0),g,h=0;h=0&&d.listeners.splice(j,1)}},removeAllListeners:function(){var b=c(this),a;for(a in b)delete b[a]},hasListeners:function(b){return(b=c(this)[b])&&b.listeners.length>0}}}()); +CKEDITOR.editor||(CKEDITOR.editor=function(){CKEDITOR._.pending.push([this,arguments]);CKEDITOR.event.call(this)},CKEDITOR.editor.prototype.fire=function(a,c){a in{instanceReady:1,loaded:1}&&(this[a]=true);return CKEDITOR.event.prototype.fire.call(this,a,c,this)},CKEDITOR.editor.prototype.fireOnce=function(a,c){a in{instanceReady:1,loaded:1}&&(this[a]=true);return CKEDITOR.event.prototype.fireOnce.call(this,a,c,this)},CKEDITOR.event.implementOn(CKEDITOR.editor.prototype)); +CKEDITOR.env||(CKEDITOR.env=function(){var a=navigator.userAgent.toLowerCase(),c=window.opera,b={ie:eval("/*@cc_on!@*/false"),opera:!!c&&c.version,webkit:a.indexOf(" applewebkit/")>-1,air:a.indexOf(" adobeair/")>-1,mac:a.indexOf("macintosh")>-1,quirks:document.compatMode=="BackCompat",mobile:a.indexOf("mobile")>-1,iOS:/(ipad|iphone|ipod)/.test(a),isCustomDomain:function(){if(!this.ie)return false;var b=document.domain,a=window.location.hostname;return b!=a&&b!="["+a+"]"},secure:location.protocol== +"https:"};b.gecko=navigator.product=="Gecko"&&!b.webkit&&!b.opera;if(b.webkit)a.indexOf("chrome")>-1?b.chrome=true:b.safari=true;var f=0;if(b.ie){f=b.quirks||!document.documentMode?parseFloat(a.match(/msie (\d+)/)[1]):document.documentMode;b.ie9Compat=f==9;b.ie8Compat=f==8;b.ie7Compat=f==7;b.ie6Compat=f<7||b.quirks}if(b.gecko){var e=a.match(/rv:([\d\.]+)/);if(e){e=e[1].split(".");f=e[0]*1E4+(e[1]||0)*100+(e[2]||0)*1}}b.opera&&(f=parseFloat(c.version()));b.air&&(f=parseFloat(a.match(/ adobeair\/(\d+)/)[1])); +b.webkit&&(f=parseFloat(a.match(/ applewebkit\/(\d+)/)[1]));b.version=f;b.isCompatible=b.iOS&&f>=534||!b.mobile&&(b.ie&&f>6||b.gecko&&f>=10801||b.opera&&f>=9.5||b.air&&f>=1||b.webkit&&f>=522||false);b.cssClass="cke_browser_"+(b.ie?"ie":b.gecko?"gecko":b.opera?"opera":b.webkit?"webkit":"unknown");if(b.quirks)b.cssClass=b.cssClass+" cke_browser_quirks";if(b.ie){b.cssClass=b.cssClass+(" cke_browser_ie"+(b.quirks||b.version<7?"6":b.version));if(b.quirks)b.cssClass=b.cssClass+" cke_browser_iequirks"}if(b.gecko)if(f< +10900)b.cssClass=b.cssClass+" cke_browser_gecko18";else if(f<=11E3)b.cssClass=b.cssClass+" cke_browser_gecko19";if(b.air)b.cssClass=b.cssClass+" cke_browser_air";return b}()); +"unloaded"==CKEDITOR.status&&function(){CKEDITOR.event.implementOn(CKEDITOR);CKEDITOR.loadFullCore=function(){if(CKEDITOR.status!="basic_ready")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,c=CKEDITOR.loadFullCoreTimeout;if(a){CKEDITOR.status="basic_ready";a&&a._load?a():c&&setTimeout(function(){CKEDITOR.loadFullCore&&CKEDITOR.loadFullCore()},c*1E3)}})})();CKEDITOR.status="basic_loaded"}();CKEDITOR.dom={}; +(function(){var a=[],c=CKEDITOR.env.gecko?"-moz-":CKEDITOR.env.webkit?"-webkit-":CKEDITOR.env.opera?"-o-":CKEDITOR.env.ie?"-ms-":"";CKEDITOR.on("reset",function(){a=[]});CKEDITOR.tools={arrayCompare:function(b,a){if(!b&&!a)return true;if(!b||!a||b.length!=a.length)return false;for(var e=0;e"+a+""):e.push('');return e.join("")},htmlEncode:function(b){return(""+b).replace(/&/g,"&").replace(/>/g,">").replace(//g,">")},getNextNumber:function(){var b=0;return function(){return++b}}(),getNextId:function(){return"cke_"+this.getNextNumber()},override:function(b,a){var e=a(b);e.prototype=b.prototype;return e},setTimeout:function(b,a,e,d,c){c||(c=window);e||(e=c);return c.setTimeout(function(){d?b.apply(e,[].concat(d)):b.apply(e)},a||0)},trim:function(){var b=/(?:^[ \t\n\r]+)|(?:[ \t\n\r]+$)/g;return function(a){return a.replace(b,"")}}(),ltrim:function(){var b=/^[ \t\n\r]+/g; +return function(a){return a.replace(b,"")}}(),rtrim:function(){var b=/[ \t\n\r]+$/g;return function(a){return a.replace(b,"")}}(),indexOf:function(b,a){if(typeof a=="function")for(var e=0,d=b.length;e=0?b[e]:null},bind:function(b,a){return function(){return b.apply(a,arguments)}},createClass:function(b){var a=b.$, +e=b.base,d=b.privates||b._,c=b.proto,b=b.statics;!a&&(a=function(){e&&this.base.apply(this,arguments)});if(d)var l=a,a=function(){var b=this._||(this._={}),a;for(a in d){var f=d[a];b[a]=typeof f=="function"?CKEDITOR.tools.bind(f,this):f}l.apply(this,arguments)};if(e){a.prototype=this.prototypedCopy(e.prototype);a.prototype.constructor=a;a.base=e;a.baseProto=e.prototype;a.prototype.base=function(){this.base=e.prototype.base;e.apply(this,arguments);this.base=arguments.callee}}c&&this.extend(a.prototype, +c,true);b&&this.extend(a,b,true);return a},addFunction:function(b,f){return a.push(function(){return b.apply(f||this,arguments)})-1},removeFunction:function(b){a[b]=null},callFunction:function(b){var f=a[b];return f&&f.apply(window,Array.prototype.slice.call(arguments,1))},cssLength:function(){var b=/^-?\d+\.?\d*px$/,a;return function(e){a=CKEDITOR.tools.trim(e+"")+"px";return b.test(a)?a:e||""}}(),convertToPx:function(){var b;return function(a){if(!b){b=CKEDITOR.dom.element.createFromHtml('

', +CKEDITOR.document);CKEDITOR.document.getBody().append(b)}if(!/%$/.test(a)){b.setStyle("width",a);return b.$.clientWidth}return a}}(),repeat:function(b,a){return Array(a+1).join(b)},tryThese:function(){for(var b,a=0,e=arguments.length;a8)&&c)a=c+":"+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"),true)},getBody:function(){return new CKEDITOR.dom.element(this.$.body)},getDocumentElement:function(){return new CKEDITOR.dom.element(this.$.documentElement)},getWindow:function(){var a=new CKEDITOR.dom.window(this.$.parentWindow||this.$.defaultView);return(this.getWindow=function(){return a})()},write:function(a){this.$.open("text/html","replace");CKEDITOR.env.isCustomDomain()&&(this.$.domain=document.domain); +this.$.write(a);this.$.close()}});CKEDITOR.dom.nodeList=function(a){this.$=a};CKEDITOR.dom.nodeList.prototype={count:function(){return this.$.length},getItem:function(a){if(a<0||a>=this.$.length)return null;return(a=this.$[a])?new CKEDITOR.dom.node(a):null}};CKEDITOR.dom.element=function(a,c){typeof a=="string"&&(a=(c?c.$:document).createElement(a));CKEDITOR.dom.domObject.call(this,a)}; +CKEDITOR.dom.element.get=function(a){return(a=typeof a=="string"?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,c){var b=new CKEDITOR.dom.element("div",c);b.setHtml(a);return b.getFirst().remove()}; +CKEDITOR.dom.element.setMarker=function(a,c,b,f){var e=c.getCustomData("list_marker_id")||c.setCustomData("list_marker_id",CKEDITOR.tools.getNextNumber()).getCustomData("list_marker_id"),d=c.getCustomData("list_marker_names")||c.setCustomData("list_marker_names",{}).getCustomData("list_marker_names");a[e]=c;d[b]=1;return c.setCustomData(b,f)};CKEDITOR.dom.element.clearAllMarkers=function(a){for(var c in a)CKEDITOR.dom.element.clearMarkers(a,a[c],1)}; +CKEDITOR.dom.element.clearMarkers=function(a,c,b){var f=c.getCustomData("list_marker_names"),e=c.getCustomData("list_marker_id"),d;for(d in f)c.removeCustomData(d);c.removeCustomData("list_marker_names");if(b){c.removeCustomData("list_marker_id");delete a[e]}}; +(function(){function a(b){for(var a=0,e=0,d=c[b].length;e]*>/g, +""):b},getOuterHtml:function(){if(this.$.outerHTML)return this.$.outerHTML.replace(/<\?[^>]*>/,"");var b=this.$.ownerDocument.createElement("div");b.appendChild(this.$.cloneNode(true));return b.innerHTML},getClientRect:function(){var b=CKEDITOR.tools.extend({},this.$.getBoundingClientRect());!b.width&&(b.width=b.right-b.left);!b.height&&(b.height=b.bottom-b.top);return b},setHtml:function(){var b=function(b){return this.$.innerHTML=b};return CKEDITOR.env.ie&&CKEDITOR.env.version<9?function(b){try{return this.$.innerHTML= +b}catch(a){this.$.innerHTML="";var c=new CKEDITOR.dom.element("body",this.getDocument());c.$.innerHTML=b;for(c=c.getChildren();c.count();)this.append(c.getItem(0));return b}}:b}(),setText:function(b){CKEDITOR.dom.element.prototype.setText=this.$.innerText!=void 0?function(b){return this.$.innerText=b}:function(b){return this.$.textContent=b};return this.setText(b)},getAttribute:function(){var b=function(b){return this.$.getAttribute(b,2)};return CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.ie6Compat)? +function(b){switch(b){case "class":b="className";break;case "http-equiv":b="httpEquiv";break;case "name":return this.$.name;case "tabindex":b=this.$.getAttribute(b,2);b!==0&&this.$.tabIndex===0&&(b=null);return b;case "checked":b=this.$.attributes.getNamedItem(b);return(b.specified?b.nodeValue:this.$.checked)?"checked":null;case "hspace":case "value":return this.$[b];case "style":return this.$.style.cssText;case "contenteditable":case "contentEditable":return this.$.attributes.getNamedItem("contentEditable").specified? +this.$.getAttribute("contentEditable"):null}return this.$.getAttribute(b,2)}:b}(),getChildren:function(){return new CKEDITOR.dom.nodeList(this.$.childNodes)},getComputedStyle:CKEDITOR.env.ie?function(b){return this.$.currentStyle[CKEDITOR.tools.cssStyleToDomStyle(b)]}:function(b){var a=this.getWindow().$.getComputedStyle(this.$,null);return a?a.getPropertyValue(b):""},getDtd:function(){var b=CKEDITOR.dtd[this.getName()];this.getDtd=function(){return b};return b},getElementsByTag:CKEDITOR.dom.document.prototype.getElementsByTag, +getTabIndex:CKEDITOR.env.ie?function(){var b=this.$.tabIndex;b===0&&(!CKEDITOR.dtd.$tabIndex[this.getName()]&&parseInt(this.getAttribute("tabindex"),10)!==0)&&(b=-1);return b}:CKEDITOR.env.webkit?function(){var b=this.$.tabIndex;if(b==void 0){b=parseInt(this.getAttribute("tabindex"),10);isNaN(b)&&(b=-1)}return b}:function(){return this.$.tabIndex},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 b=this.$.nodeName.toLowerCase();if(CKEDITOR.env.ie&&!(document.documentMode>8)){var a=this.$.scopeName;a!="HTML"&&(b=a.toLowerCase()+":"+b)}return(this.getName=function(){return b})()},getValue:function(){return this.$.value},getFirst:function(b){var a=this.$.firstChild;(a=a&&new CKEDITOR.dom.node(a))&&(b&&!b(a))&&(a=a.getNext(b));return a},getLast:function(b){var a=this.$.lastChild;(a=a&&new CKEDITOR.dom.node(a))&&(b&&!b(a))&& +(a=a.getPrevious(b));return a},getStyle:function(b){return this.$.style[CKEDITOR.tools.cssStyleToDomStyle(b)]},is:function(){var b=this.getName();if(typeof arguments[0]=="object")return!!arguments[0][b];for(var a=0;a0&&(a>2||!c[b[0].nodeName]||a==2&&!c[b[1].nodeName])},hasAttribute:function(){function b(b){b=this.$.attributes.getNamedItem(b); +return!(!b||!b.specified)}return CKEDITOR.env.ie&&CKEDITOR.env.version<8?function(a){return a=="name"?!!this.$.name:b.call(this,a)}:b}(),hide:function(){this.setStyle("display","none")},moveChildren:function(b,a){var c=this.$,b=b.$;if(c!=b){var d;if(a)for(;d=c.lastChild;)b.insertBefore(c.removeChild(d),b.firstChild);else for(;d=c.firstChild;)b.appendChild(c.removeChild(d))}},mergeSiblings:function(){function b(b,a,c){if(a&&a.type==CKEDITOR.NODE_ELEMENT){for(var j=[];a.data("cke-bookmark")||a.isEmptyInlineRemoveable();){j.push(a); +a=c?a.getNext():a.getPrevious();if(!a||a.type!=CKEDITOR.NODE_ELEMENT)return}if(b.isIdentical(a)){for(var l=c?b.getLast():b.getFirst();j.length;)j.shift().move(b,!c);a.moveChildren(b,!c);a.remove();l&&l.type==CKEDITOR.NODE_ELEMENT&&l.mergeSiblings()}}}return function(a){if(a===false||CKEDITOR.dtd.$removeEmpty[this.getName()]||this.is("a")){b(this,this.getNext(),true);b(this,this.getPrevious())}}}(),show:function(){this.setStyles({display:"",visibility:""})},setAttribute:function(){var b=function(b, +a){this.$.setAttribute(b,a);return this};return CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.ie6Compat)?function(a,c){a=="class"?this.$.className=c:a=="style"?this.$.style.cssText=c:a=="tabindex"?this.$.tabIndex=c:a=="checked"?this.$.checked=c:a=="contenteditable"?b.call(this,"contentEditable",c):b.apply(this,arguments);return this}:CKEDITOR.env.ie8Compat&&CKEDITOR.env.secure?function(a,c){if(a=="src"&&c.match(/^http:\/\//))try{b.apply(this,arguments)}catch(d){}else b.apply(this,arguments); +return this}:b}(),setAttributes:function(b){for(var a in b)this.setAttribute(a,b[a]);return this},setValue:function(b){this.$.value=b;return this},removeAttribute:function(){var b=function(b){this.$.removeAttribute(b)};return CKEDITOR.env.ie&&(CKEDITOR.env.ie7Compat||CKEDITOR.env.ie6Compat)?function(b){b=="class"?b="className":b=="tabindex"?b="tabIndex":b=="contenteditable"&&(b="contentEditable");this.$.removeAttribute(b)}:b}(),removeAttributes:function(b){if(CKEDITOR.tools.isArray(b))for(var a=0;a< +b.length;a++)this.removeAttribute(b[a]);else for(a in b)b.hasOwnProperty(a)&&this.removeAttribute(a)},removeStyle:function(b){var a=this.$.style;if(!a.removeProperty&&(b=="border"||b=="margin"||b=="padding")){var c=["top","left","right","bottom"],d;b=="border"&&(d=["color","style","width"]);for(var a=[],j=0;j=100?"":"progid:DXImageTransform.Microsoft.Alpha(opacity="+b+")")}else this.setStyle("opacity",b)},unselectable:function(){this.setStyles(CKEDITOR.tools.cssVendorPrefix("user-select", +"none"));if(CKEDITOR.env.ie||CKEDITOR.env.opera){this.setAttribute("unselectable","on");for(var b,a=this.getElementsByTag("*"),c=0,d=a.count();c0)m(0,a===true?i:a===false?j:i<0?i:j);if(c&&(l<0||d>0))m(l<0?l:d,0)},setState:function(b,a,c){a=a||"cke";switch(b){case CKEDITOR.TRISTATE_ON:this.addClass(a+"_on");this.removeClass(a+"_off");this.removeClass(a+"_disabled");c&&this.setAttribute("aria-pressed",true);c&&this.removeAttribute("aria-disabled"); +break;case CKEDITOR.TRISTATE_DISABLED:this.addClass(a+"_disabled");this.removeClass(a+"_off");this.removeClass(a+"_on");c&&this.setAttribute("aria-disabled",true);c&&this.removeAttribute("aria-pressed");break;default:this.addClass(a+"_off");this.removeClass(a+"_on");this.removeClass(a+"_disabled");c&&this.removeAttribute("aria-pressed");c&&this.removeAttribute("aria-disabled")}},getFrameDocument:function(){var b=this.$;try{b.contentWindow.document}catch(a){b.src=b.src}return b&&new CKEDITOR.dom.document(b.contentWindow.document)}, +copyAttributes:function(b,a){for(var c=this.$.attributes,a=a||{},d=0;d=0&&a0&&c;)c=b(c,a.shift());else c=b(c,a);return c?new CKEDITOR.dom.node(c):null}}(),getChildCount:function(){return this.$.childNodes.length},disableContextMenu:function(){this.on("contextmenu", +function(b){b.data.getTarget().hasClass("cke_enable_context_menu")||b.data.preventDefault()})},getDirection:function(b){return b?this.getComputedStyle("direction")||this.getDirection()||this.getParent()&&this.getParent().getDirection(1)||this.getDocument().$.dir||"ltr":this.getStyle("direction")||this.getAttribute("dir")},data:function(b,a){b="data-"+b;if(a===void 0)return this.getAttribute(b);a===false?this.removeAttribute(b):this.setAttribute(b,a);return null},getEditor:function(){var b=CKEDITOR.instances, +a,c;for(a in b){c=b[a];if(c.element.equals(this)&&c.elementMode!=CKEDITOR.ELEMENT_MODE_APPENDTO)return c}return null}});var c={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(b,c,e){if(typeof c=="number"){if(e&&(!CKEDITOR.env.ie||!CKEDITOR.env.quirks))c=c-a.call(this,b);this.setStyle(b,c+"px")}};CKEDITOR.dom.element.prototype.getSize=function(b, +c){var e=Math.max(this.$["offset"+CKEDITOR.tools.capitalize(b)],this.$["client"+CKEDITOR.tools.capitalize(b)])||0;c&&(e=e-a.call(this,b));return e}})();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)}},!0,{append:1,appendBogus:1,getFirst: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 c=this.range;if(this._.end)return null;if(!this._.start){this._.start=1;if(c.collapsed){this.end();return null}c.optimize()}var d,n=c.startContainer;d=c.endContainer;var r=c.startOffset,p=c.endOffset,g,h=this.guard,u=this.type,f=a?"getPreviousSourceNode":"getNextSourceNode";if(!a&&!this._.guardLTR){var k=d.type==CKEDITOR.NODE_ELEMENT?d:d.getParent(),e=d.type==CKEDITOR.NODE_ELEMENT?d.getChild(p):d.getNext();this._.guardLTR=function(a,b){return(!b||!k.equals(a))&&(!e|| +!a.equals(e))&&(a.type!=CKEDITOR.NODE_ELEMENT||!b||!a.equals(c.root))}}if(a&&!this._.guardRTL){var F=n.type==CKEDITOR.NODE_ELEMENT?n:n.getParent(),D=n.type==CKEDITOR.NODE_ELEMENT?r?n.getChild(r-1):null:n.getPrevious();this._.guardRTL=function(a,b){return(!b||!F.equals(a))&&(!D||!a.equals(D))&&(a.type!=CKEDITOR.NODE_ELEMENT||!b||!a.equals(c.root))}}var B=a?this._.guardRTL:this._.guardLTR;g=h?function(a,b){return B(a,b)===false?false:h(a,b)}:B;if(this.current)d=this.current[f](false,u,g);else{if(a)d.type== +CKEDITOR.NODE_ELEMENT&&(d=p>0?d.getChild(p-1):g(d,true)===false?null:d.getPreviousSourceNode(true,u,g));else{d=n;if(d.type==CKEDITOR.NODE_ELEMENT&&!(d=d.getChild(r)))d=g(n,true)===false?null:n.getNextSourceNode(true,u,g)}d&&g(d)===false&&(d=null)}for(;d&&!this._.end;){this.current=d;if(!this.evaluator||this.evaluator(d)!==false){if(!b)return d}else if(b&&this.evaluator)return false;d=d[f](false,u,g)}this.end();return this.current=null}function c(b){for(var c,d=null;c=a.call(this,b);)d=c;return d} +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 a.call(this,0,1)!==false},checkBackward:function(){return a.call(this,1,1)!==false},lastForward:function(){return c.call(this)},lastBackward:function(){return c.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};CKEDITOR.dom.element.prototype.isBlockBoundary=function(a){a=a?CKEDITOR.tools.extend({},CKEDITOR.dtd.$block,a||{}):CKEDITOR.dtd.$block;return this.getComputedStyle("float")=="none"&&b[this.getComputedStyle("display")]||a[this.getName()]};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 c(a){return a&&a.getName&&a.getName()=="span"&&a.data("cke-bookmark")}return function(d){var n,r;n=d&&d.type!=CKEDITOR.NODE_ELEMENT&&(r=d.getParent())&&c(r);n=a?n:n||c(d);return!!(b^n)}};CKEDITOR.dom.walker.whitespaces=function(a){return function(b){var c;b&&b.type==CKEDITOR.NODE_TEXT&&(c=!CKEDITOR.tools.trim(b.getText())||CKEDITOR.env.webkit&&b.getText()=="​");return!!(a^c)}};CKEDITOR.dom.walker.invisible= +function(a){var b=CKEDITOR.dom.walker.whitespaces();return function(c){if(b(c))c=1;else{c.type==CKEDITOR.NODE_TEXT&&(c=c.getParent());c=!c.$.offsetHeight}return!!(a^c)}};CKEDITOR.dom.walker.nodeType=function(a,b){return function(c){return!!(b^c.type==a)}};CKEDITOR.dom.walker.bogus=function(a){function b(a){return!e(a)&&!d(a)}return function(c){var d=!CKEDITOR.env.ie?c.is&&c.is("br"):c.getText&&f.test(c.getText());if(d){d=c.getParent();c=c.getNext(b);d=d.isBlockBoundary()&&(!c||c.type==CKEDITOR.NODE_ELEMENT&& +c.isBlockBoundary())}return!!(a^d)}};var f=/^[\t\r\n ]*(?: |\xa0)$/,e=CKEDITOR.dom.walker.whitespaces(),d=CKEDITOR.dom.walker.bookmark();CKEDITOR.dom.element.prototype.getBogus=function(){var a=this;do a=a.getPreviousSourceNode();while(d(a)||e(a)||a.type==CKEDITOR.NODE_ELEMENT&&a.getName()in CKEDITOR.dtd.$inline&&!(a.getName()in CKEDITOR.dtd.$empty));return a&&(!CKEDITOR.env.ie?a.is&&a.is("br"):a.getText&&f.test(a.getText()))?a:false}})(); +CKEDITOR.dom.range=function(a){this.endOffset=this.endContainer=this.startOffset=this.startContainer=null;this.collapsed=true;var c=a instanceof CKEDITOR.dom.document;this.document=c?a:a.getDocument();this.root=c?a.getBody():a}; +(function(){function a(){var a=false,b=CKEDITOR.dom.walker.whitespaces(),c=CKEDITOR.dom.walker.bookmark(true),g=CKEDITOR.dom.walker.bogus();return function(h){if(c(h)||b(h))return true;if(g(h)&&!a)return a=true;return h.type==CKEDITOR.NODE_TEXT&&(h.hasAscendant("pre")||CKEDITOR.tools.trim(h.getText()).length)||h.type==CKEDITOR.NODE_ELEMENT&&!h.is(d)?false:true}}function c(a){var b=CKEDITOR.dom.walker.whitespaces(),c=CKEDITOR.dom.walker.bookmark(1);return function(g){return c(g)||b(g)?true:!a&&j(g)|| +g.type==CKEDITOR.NODE_ELEMENT&&g.is(CKEDITOR.dtd.$removeEmpty)}}function b(a){return!l(a)&&!i(a)}var f=function(a){a.collapsed=a.startContainer&&a.endContainer&&a.startContainer.equals(a.endContainer)&&a.startOffset==a.endOffset},e=function(a,b,c,g){a.optimizeBookmark();var h=a.startContainer,d=a.endContainer,f=a.startOffset,k=a.endOffset,e,j;if(d.type==CKEDITOR.NODE_TEXT)d=d.split(k);else if(d.getChildCount()>0)if(k>=d.getChildCount()){d=d.append(a.document.createText(""));j=true}else d=d.getChild(k); +if(h.type==CKEDITOR.NODE_TEXT){h.split(f);h.equals(d)&&(d=h.getNext())}else if(f)if(f>=h.getChildCount()){h=h.append(a.document.createText(""));e=true}else h=h.getChild(f).getPrevious();else{h=h.append(a.document.createText(""),1);e=true}var f=h.getParents(),k=d.getParents(),l,i,q;for(l=0;l0&&!s.equals(d)&&(A=m.append(s.clone()));if(!f[c]||s.$.parentNode!=f[c].$.parentNode)for(s=s.getPrevious();s;){if(s.equals(f[c])||s.equals(h))break;v=s.getPrevious();if(b==2)m.$.insertBefore(s.$.cloneNode(true),m.$.firstChild);else{s.remove();b==1&&m.$.insertBefore(s.$,m.$.firstChild)}s=v}m&&(m=A)}if(b==2){i=a.startContainer;if(i.type==CKEDITOR.NODE_TEXT){i.$.data=i.$.data+i.$.nextSibling.data; +i.$.parentNode.removeChild(i.$.nextSibling)}a=a.endContainer;if(a.type==CKEDITOR.NODE_TEXT&&a.$.nextSibling){a.$.data=a.$.data+a.$.nextSibling.data;a.$.parentNode.removeChild(a.$.nextSibling)}}else{if(i&&q&&(h.$.parentNode!=i.$.parentNode||d.$.parentNode!=q.$.parentNode)){b=q.getIndex();e&&q.$.parentNode==h.$.parentNode&&b--;if(g&&i.type==CKEDITOR.NODE_ELEMENT){g=CKEDITOR.dom.element.createFromHtml(' ',a.document);g.insertAfter(i);i.mergeSiblings(false); +a.moveToBookmark({startNode:g})}else a.setStart(q.getParent(),b)}a.collapse(true)}e&&h.remove();j&&d.$.parentNode&&d.remove()},d={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},j=CKEDITOR.dom.walker.bogus(),l=new CKEDITOR.dom.walker.whitespaces,i=new CKEDITOR.dom.walker.bookmark,m=/^[\t\r\n ]*(?: |\xa0)$/;CKEDITOR.dom.range.prototype={clone:function(){var a=new CKEDITOR.dom.range(this.root); +a.startContainer=this.startContainer;a.startOffset=this.startOffset;a.endContainer=this.endContainer;a.endOffset=this.endOffset;a.collapsed=this.collapsed;return a},collapse:function(a){if(a){this.endContainer=this.startContainer;this.endOffset=this.startOffset}else{this.startContainer=this.endContainer;this.startOffset=this.endOffset}this.collapsed=true},cloneContents:function(){var a=new CKEDITOR.dom.documentFragment(this.document);this.collapsed||e(this,2,a);return a},deleteContents:function(a){this.collapsed|| +e(this,0,null,a)},extractContents:function(a){var b=new CKEDITOR.dom.documentFragment(this.document);this.collapsed||e(this,1,b,a);return b},createBookmark:function(a){var b,c,g,h,d=this.collapsed;b=this.document.createElement("span");b.data("cke-bookmark",1);b.setStyle("display","none");b.setHtml(" ");if(a){g="cke_bm_"+CKEDITOR.tools.getNextNumber();b.setAttribute("id",g+(d?"C":"S"))}if(!d){c=b.clone();c.setHtml(" ");a&&c.setAttribute("id",g+"E");h=this.clone();h.collapse();h.insertNode(c)}h= +this.clone();h.collapse(true);h.insertNode(b);if(c){this.setStartAfter(b);this.setEndBefore(c)}else this.moveToPosition(b,CKEDITOR.POSITION_AFTER_END);return{startNode:a?g+(d?"C":"S"):b,endNode:a?g+"E":c,serializable:a,collapsed:d}},createBookmark2:function(a){var b=this.startContainer,c=this.endContainer,g=this.startOffset,h=this.endOffset,d=this.collapsed,f,k;if(!b||!c)return{start:0,end:0};if(a){if(b.type==CKEDITOR.NODE_ELEMENT){if((f=b.getChild(g))&&f.type==CKEDITOR.NODE_TEXT&&g>0&&f.getPrevious().type== +CKEDITOR.NODE_TEXT){b=f;g=0}f&&f.type==CKEDITOR.NODE_ELEMENT&&(g=f.getIndex(1))}for(;b.type==CKEDITOR.NODE_TEXT&&(k=b.getPrevious())&&k.type==CKEDITOR.NODE_TEXT;){b=k;g=g+k.getLength()}if(!d){if(c.type==CKEDITOR.NODE_ELEMENT){if((f=c.getChild(h))&&f.type==CKEDITOR.NODE_TEXT&&h>0&&f.getPrevious().type==CKEDITOR.NODE_TEXT){c=f;h=0}f&&f.type==CKEDITOR.NODE_ELEMENT&&(h=f.getIndex(1))}for(;c.type==CKEDITOR.NODE_TEXT&&(k=c.getPrevious())&&k.type==CKEDITOR.NODE_TEXT;){c=k;h=h+k.getLength()}}}return{start:b.getAddress(a), +end:d?null:c.getAddress(a),startOffset:g,endOffset:h,normalized:a,collapsed:d,is2:true}},moveToBookmark:function(a){if(a.is2){var b=this.document.getByAddress(a.start,a.normalized),c=a.startOffset,g=a.end&&this.document.getByAddress(a.end,a.normalized),a=a.endOffset;this.setStart(b,c);g?this.setEnd(g,a):this.collapse(true)}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();if(a){this.setEndBefore(a); +a.remove()}else this.collapse(true)}},getBoundaryNodes:function(){var a=this.startContainer,b=this.endContainer,c=this.startOffset,g=this.endOffset,h;if(a.type==CKEDITOR.NODE_ELEMENT){h=a.getChildCount();if(h>c)a=a.getChild(c);else if(h<1)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){h=b.getChildCount();if(h>g)b=b.getChild(g).getPreviousSourceNode(true);else if(h<1)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,g=this.endContainer,c=c.equals(g)?a&&c.type==CKEDITOR.NODE_ELEMENT&&this.startOffset==this.endOffset-1?c.getChild(this.startOffset):c:c.getCommonAncestor(g);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, +g=this.startOffset,h=this.collapsed;if((!a||h)&&c&&c.type==CKEDITOR.NODE_TEXT){if(g)if(g>=c.getLength()){g=c.getIndex()+1;c=c.getParent()}else{var d=c.split(g),g=c.getIndex()+1,c=c.getParent();if(this.startContainer.equals(this.endContainer))this.setEnd(d,this.endOffset-this.startOffset);else if(c.equals(this.endContainer))this.endOffset=this.endOffset+1}else{g=c.getIndex();c=c.getParent()}this.setStart(c,g);if(h){this.collapse(true);return}}c=this.endContainer;g=this.endOffset;if(!b&&!h&&c&&c.type== +CKEDITOR.NODE_TEXT){if(g){g>=c.getLength()||c.split(g);g=c.getIndex()+1}else g=c.getIndex();c=c.getParent();this.setEnd(c,g)}},enlarge:function(a,b){switch(a){case CKEDITOR.ENLARGE_INLINE:var c=1;case CKEDITOR.ENLARGE_ELEMENT:if(this.collapsed)break;var g=this.getCommonAncestor(),h=this.root,d,f,k,e,j,l=false,i,q;i=this.startContainer;q=this.startOffset;if(i.type==CKEDITOR.NODE_TEXT){if(q){i=!CKEDITOR.tools.trim(i.substring(0,q)).length&&i;l=!!i}if(i&&!(e=i.getPrevious()))k=i.getParent()}else{q&& +(e=i.getChild(q-1)||i.getLast());e||(k=i)}for(;k||e;){if(k&&!e){!j&&k.equals(g)&&(j=true);if(c?k.isBlockBoundary():!h.contains(k))break;if(!l||k.getComputedStyle("display")!="inline"){l=false;j?d=k:this.setStartBefore(k)}e=k.getPrevious()}for(;e;){i=false;if(e.type==CKEDITOR.NODE_COMMENT)e=e.getPrevious();else{if(e.type==CKEDITOR.NODE_TEXT){q=e.getText();/[^\s\ufeff]/.test(q)&&(e=null);i=/[\s\ufeff]$/.test(q)}else if((e.$.offsetWidth>0||b&&e.is("br"))&&!e.data("cke-bookmark"))if(l&&CKEDITOR.dtd.$removeEmpty[e.getName()]){q= +e.getText();if(/[^\s\ufeff]/.test(q))e=null;else for(var m=e.$.getElementsByTagName("*"),s=0,A;A=m[s++];)if(!CKEDITOR.dtd.$removeEmpty[A.nodeName.toLowerCase()]){e=null;break}e&&(i=!!q.length)}else e=null;i&&(l?j?d=k:k&&this.setStartBefore(k):l=true);if(e){i=e.getPrevious();if(!k&&!i){k=e;e=null;break}e=i}else k=null}}k&&(k=k.getParent())}i=this.endContainer;q=this.endOffset;k=e=null;j=l=false;if(i.type==CKEDITOR.NODE_TEXT){i=!CKEDITOR.tools.trim(i.substring(q)).length&&i;l=!(i&&i.getLength());if(i&& +!(e=i.getNext()))k=i.getParent()}else(e=i.getChild(q))||(k=i);for(;k||e;){if(k&&!e){!j&&k.equals(g)&&(j=true);if(c?k.isBlockBoundary():!h.contains(k))break;if(!l||k.getComputedStyle("display")!="inline"){l=false;j?f=k:k&&this.setEndAfter(k)}e=k.getNext()}for(;e;){i=false;if(e.type==CKEDITOR.NODE_TEXT){q=e.getText();/[^\s\ufeff]/.test(q)&&(e=null);i=/^[\s\ufeff]/.test(q)}else if(e.type==CKEDITOR.NODE_ELEMENT){if((e.$.offsetWidth>0||b&&e.is("br"))&&!e.data("cke-bookmark"))if(l&&CKEDITOR.dtd.$removeEmpty[e.getName()]){q= +e.getText();if(/[^\s\ufeff]/.test(q))e=null;else{m=e.$.getElementsByTagName("*");for(s=0;A=m[s++];)if(!CKEDITOR.dtd.$removeEmpty[A.nodeName.toLowerCase()]){e=null;break}}e&&(i=!!q.length)}else e=null}else i=1;i&&l&&(j?f=k:this.setEndAfter(k));if(e){i=e.getNext();if(!k&&!i){k=e;e=null;break}e=i}else k=null}k&&(k=k.getParent())}if(d&&f){g=d.contains(f)?f:d;this.setStartBefore(g);this.setEndAfter(g)}break;case CKEDITOR.ENLARGE_BLOCK_CONTENTS:case CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS:k=new CKEDITOR.dom.range(this.root); +h=this.root;k.setStartAt(h,CKEDITOR.POSITION_AFTER_START);k.setEnd(this.startContainer,this.startOffset);k=new CKEDITOR.dom.walker(k);var v,o,x=CKEDITOR.dom.walker.blockBoundary(a==CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS?{br:1}:null),I=function(a){var b=x(a);b||(v=a);return b},c=function(a){var b=I(a);!b&&(a.is&&a.is("br"))&&(o=a);return b};k.guard=I;k=k.lastBackward();v=v||h;this.setStartAt(v,!v.is("br")&&(!k&&this.checkStartOfBlock()||k&&v.contains(k))?CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_AFTER_END); +if(a==CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS){k=this.clone();k=new CKEDITOR.dom.walker(k);var G=CKEDITOR.dom.walker.whitespaces(),C=CKEDITOR.dom.walker.bookmark();k.evaluator=function(a){return!G(a)&&!C(a)};if((k=k.previous())&&k.type==CKEDITOR.NODE_ELEMENT&&k.is("br"))break}k=this.clone();k.collapse();k.setEndAt(h,CKEDITOR.POSITION_BEFORE_END);k=new CKEDITOR.dom.walker(k);k.guard=a==CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS?c:I;v=null;k=k.lastForward();v=v||h;this.setEndAt(v,!k&&this.checkEndOfBlock()||k&& +v.contains(k)?CKEDITOR.POSITION_BEFORE_END:CKEDITOR.POSITION_BEFORE_START);o&&this.setEndAfter(o)}},shrink:function(a,b,c){if(!this.collapsed){var a=a||CKEDITOR.SHRINK_TEXT,g=this.clone(),h=this.startContainer,d=this.endContainer,e=this.startOffset,f=this.endOffset,j=1,i=1;if(h&&h.type==CKEDITOR.NODE_TEXT)if(e)if(e>=h.getLength())g.setStartAfter(h);else{g.setStartBefore(h);j=0}else g.setStartBefore(h);if(d&&d.type==CKEDITOR.NODE_TEXT)if(f)if(f>=d.getLength())g.setEndAfter(d);else{g.setEndAfter(d); +i=0}else g.setEndBefore(d);var g=new CKEDITOR.dom.walker(g),l=CKEDITOR.dom.walker.bookmark();g.evaluator=function(b){return b.type==(a==CKEDITOR.SHRINK_ELEMENT?CKEDITOR.NODE_ELEMENT:CKEDITOR.NODE_TEXT)};var m;g.guard=function(b,g){if(l(b))return true;if(a==CKEDITOR.SHRINK_ELEMENT&&b.type==CKEDITOR.NODE_TEXT||g&&b.equals(m)||c===false&&b.type==CKEDITOR.NODE_ELEMENT&&b.isBlockBoundary())return false;!g&&b.type==CKEDITOR.NODE_ELEMENT&&(m=b);return true};if(j)(h=g[a==CKEDITOR.SHRINK_ELEMENT?"lastForward": +"next"]())&&this.setStartAt(h,b?CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_BEFORE_START);if(i){g.reset();(g=g[a==CKEDITOR.SHRINK_ELEMENT?"lastBackward":"previous"]())&&this.setEndAt(g,b?CKEDITOR.POSITION_BEFORE_END:CKEDITOR.POSITION_AFTER_END)}return!(!j&&!i)}},insertNode:function(a){this.optimizeBookmark();this.trim(false,true);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(true)},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(a,b){if(a.type==CKEDITOR.NODE_ELEMENT&&CKEDITOR.dtd.$empty[a.getName()]){b=a.getIndex();a=a.getParent()}this.startContainer=a;this.startOffset=b;if(!this.endContainer){this.endContainer= +a;this.endOffset=b}f(this)},setEnd:function(a,b){if(a.type==CKEDITOR.NODE_ELEMENT&&CKEDITOR.dtd.$empty[a.getName()]){b=a.getIndex()+1;a=a.getParent()}this.endContainer=a;this.endOffset=b;if(!this.startContainer){this.startContainer=a;this.startOffset=b}f(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(a,b){switch(b){case CKEDITOR.POSITION_AFTER_START:this.setStart(a,0);break;case CKEDITOR.POSITION_BEFORE_END:a.type==CKEDITOR.NODE_TEXT?this.setStart(a,a.getLength()):this.setStart(a,a.getChildCount());break;case CKEDITOR.POSITION_BEFORE_START:this.setStartBefore(a);break;case CKEDITOR.POSITION_AFTER_END:this.setStartAfter(a)}f(this)},setEndAt:function(a,b){switch(b){case CKEDITOR.POSITION_AFTER_START:this.setEnd(a,0);break;case CKEDITOR.POSITION_BEFORE_END:a.type== +CKEDITOR.NODE_TEXT?this.setEnd(a,a.getLength()):this.setEnd(a,a.getChildCount());break;case CKEDITOR.POSITION_BEFORE_START:this.setEndBefore(a);break;case CKEDITOR.POSITION_AFTER_END:this.setEndAfter(a)}f(this)},fixBlock:function(a,b){var c=this.createBookmark(),g=this.document.createElement(b);this.collapse(a);this.enlarge(CKEDITOR.ENLARGE_BLOCK_CONTENTS);this.extractContents().appendTo(g);g.trim();CKEDITOR.env.ie||g.appendBogus();this.insertNode(g);this.moveToBookmark(c);return g},splitBlock:function(a){var b= +new CKEDITOR.dom.elementPath(this.startContainer,this.root),c=new CKEDITOR.dom.elementPath(this.endContainer,this.root),g=b.block,h=c.block,d=null;if(!b.blockLimit.equals(c.blockLimit))return null;if(a!="br"){if(!g){g=this.fixBlock(true,a);h=(new CKEDITOR.dom.elementPath(this.endContainer,this.root)).block}h||(h=this.fixBlock(false,a))}a=g&&this.checkStartOfBlock();b=h&&this.checkEndOfBlock();this.deleteContents();if(g&&g.equals(h))if(b){d=new CKEDITOR.dom.elementPath(this.startContainer,this.root); +this.moveToPosition(h,CKEDITOR.POSITION_AFTER_END);h=null}else if(a){d=new CKEDITOR.dom.elementPath(this.startContainer,this.root);this.moveToPosition(g,CKEDITOR.POSITION_BEFORE_START);g=null}else{h=this.splitElement(g);!CKEDITOR.env.ie&&!g.is("ul","ol")&&g.appendBogus()}return{previousBlock:g,nextBlock:h,wasStartOfBlock:a,wasEndOfBlock:b,elementPath:d}},splitElement:function(a){if(!this.collapsed)return null;this.setEndAt(a,CKEDITOR.POSITION_BEFORE_END);var b=this.extractContents(),c=a.clone(false); +b.appendTo(c);c.insertAfter(a);this.moveToPosition(a,CKEDITOR.POSITION_AFTER_END);return c},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")?false:true}}var b=CKEDITOR.dom.walker.whitespaces(),c=CKEDITOR.dom.walker.bookmark(false);return function(b){for(var c=this.createBookmark(),d=this[b?"endPath":"startPath"](),e=d.block||d.blockLimit,f;e&&!e.equals(d.root)&&!e.getFirst(a(e));){f= +e.getParent();this[b?"setEndAt":"setStartAt"](e,CKEDITOR.POSITION_AFTER_END);e.remove(1);e=f}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,g=this.clone();g.collapse(d);g[d?"setStartAt":"setEndAt"](a,d?CKEDITOR.POSITION_AFTER_START:CKEDITOR.POSITION_BEFORE_END);g=new CKEDITOR.dom.walker(g); +g.evaluator=c(d);return g[d?"checkBackward":"checkForward"]()},checkStartOfBlock:function(){var b=this.startContainer,c=this.startOffset;if(CKEDITOR.env.ie&&c&&b.type==CKEDITOR.NODE_TEXT){b=CKEDITOR.tools.ltrim(b.substring(0,c));m.test(b)&&this.trim(0,1)}this.trim();b=new CKEDITOR.dom.elementPath(this.startContainer,this.root);c=this.clone();c.collapse(true);c.setStartAt(b.block||b.blockLimit,CKEDITOR.POSITION_AFTER_START);b=new CKEDITOR.dom.walker(c);b.evaluator=a();return b.checkBackward()},checkEndOfBlock:function(){var b= +this.endContainer,c=this.endOffset;if(CKEDITOR.env.ie&&b.type==CKEDITOR.NODE_TEXT){b=CKEDITOR.tools.rtrim(b.substring(c));m.test(b)&&this.trim(1,0)}this.trim();b=new CKEDITOR.dom.elementPath(this.endContainer,this.root);c=this.clone();c.collapse(false);c.setEndAt(b.block||b.blockLimit,CKEDITOR.POSITION_BEFORE_END);b=new CKEDITOR.dom.walker(c);b.evaluator=a();return b.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(b.getAttribute("contentEditable")=="false"&&!b.data("cke-editable"))return 0;if(b.is("html")||b.getAttribute("contentEditable")=="true"&&(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,c){if(a.type==CKEDITOR.NODE_ELEMENT&&!a.isEditable(false)){this.moveToPosition(a,c?CKEDITOR.POSITION_AFTER_END:CKEDITOR.POSITION_BEFORE_START);return true}for(var d=0;a;){if(a.type==CKEDITOR.NODE_TEXT){c&&this.checkEndOfBlock()&&m.test(a.getText())?this.moveToPosition(a,CKEDITOR.POSITION_BEFORE_START):this.moveToPosition(a,c?CKEDITOR.POSITION_AFTER_END: +CKEDITOR.POSITION_BEFORE_START);d=1;break}if(a.type==CKEDITOR.NODE_ELEMENT)if(a.isEditable()){this.moveToPosition(a,c?CKEDITOR.POSITION_BEFORE_END:CKEDITOR.POSITION_AFTER_START);d=1}else c&&(a.is("br")&&this.checkEndOfBlock())&&this.moveToPosition(a,CKEDITOR.POSITION_BEFORE_START);var g=a,h=d,e=void 0;g.type==CKEDITOR.NODE_ELEMENT&&g.isEditable(false)&&(e=g[c?"getLast":"getFirst"](b));!h&&!e&&(e=g[c?"getPrevious":"getNext"](b));a=e}return!!d},moveToElementEditStart:function(a){return this.moveToElementEditablePosition(a)}, +moveToElementEditEnd:function(a){return this.moveToElementEditablePosition(a,true)},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(false,true),c=CKEDITOR.dom.walker.whitespaces(true);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},scrollIntoView:function(){var a=new CKEDITOR.dom.element.createFromHtml(" ",this.document),b,c,d,h=this.clone();h.optimize();if(d=h.startContainer.type==CKEDITOR.NODE_TEXT){c=h.startContainer.getText();b=h.startContainer.split(h.startOffset); +a.insertAfter(h.startContainer)}else h.insertNode(a);a.scrollIntoView();if(d){h.startContainer.setText(c);b.remove()}a.remove()}}})();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; +(function(){function a(a){if(!(arguments.length<1)){this.range=a;this.forceBrBreak=0;this.enlargeBr=1;this.enforceRealBlocks=0;this._||(this._={})}}function c(a,b,c){for(a=a.getNextSourceNode(b,null,c);!f(a);)a=a.getNextSourceNode(b,null,c);return a}var b=/^[\r\n\t ]+$/,f=CKEDITOR.dom.walker.bookmark(false,true),e=CKEDITOR.dom.walker.whitespaces(true),d=function(a){return f(a)&&e(a)};a.prototype={getNextParagraph:function(a){a=a||"p";if(!CKEDITOR.dtd[this.range.root.getName()][a])return null;var e, +i,m,n,r,p;if(!this._.started){i=this.range.clone();i.shrink(CKEDITOR.NODE_ELEMENT,true);n=i.endContainer.hasAscendant("pre",true)||i.startContainer.hasAscendant("pre",true);i.enlarge(this.forceBrBreak&&!n||!this.enlargeBr?CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS:CKEDITOR.ENLARGE_BLOCK_CONTENTS);if(!i.collapsed){n=new CKEDITOR.dom.walker(i.clone());var g=CKEDITOR.dom.walker.bookmark(true,true);n.evaluator=g;this._.nextNode=n.next();n=new CKEDITOR.dom.walker(i.clone());n.evaluator=g;n=n.previous();this._.lastNode= +n.getNextSourceNode(true);if(this._.lastNode&&this._.lastNode.type==CKEDITOR.NODE_TEXT&&!CKEDITOR.tools.trim(this._.lastNode.getText())&&this._.lastNode.getParent().isBlockBoundary()){g=this.range.clone();g.moveToPosition(this._.lastNode,CKEDITOR.POSITION_AFTER_END);if(g.checkEndOfBlock()){g=new CKEDITOR.dom.elementPath(g.endContainer,g.root);this._.lastNode=(g.block||g.blockLimit).getNextSourceNode(true)}}if(!this._.lastNode){this._.lastNode=this._.docEndMarker=i.document.createText("");this._.lastNode.insertAfter(n)}i= +null}this._.started=1}g=this._.nextNode;n=this._.lastNode;for(this._.nextNode=null;g;){var h=0,u=g.hasAscendant("pre"),w=g.type!=CKEDITOR.NODE_ELEMENT,k=0;if(w)g.type==CKEDITOR.NODE_TEXT&&b.test(g.getText())&&(w=0);else{var t=g.getName();if(g.isBlockBoundary(this.forceBrBreak&&!u&&{br:1})){if(t=="br")w=1;else if(!i&&!g.getChildCount()&&t!="hr"){e=g;m=g.equals(n);break}if(i){i.setEndAt(g,CKEDITOR.POSITION_BEFORE_START);if(t!="br")this._.nextNode=g}h=1}else{if(g.getFirst()){if(!i){i=this.range.clone(); +i.setStartAt(g,CKEDITOR.POSITION_BEFORE_START)}g=g.getFirst();continue}w=1}}if(w&&!i){i=this.range.clone();i.setStartAt(g,CKEDITOR.POSITION_BEFORE_START)}m=(!h||w)&&g.equals(n);if(i&&!h)for(;!g.getNext(d)&&!m;){t=g.getParent();if(t.isBlockBoundary(this.forceBrBreak&&!u&&{br:1})){h=1;w=0;m||t.equals(n);i.setEndAt(t,CKEDITOR.POSITION_BEFORE_END);break}g=t;w=1;m=g.equals(n);k=1}w&&i.setEndAt(g,CKEDITOR.POSITION_AFTER_END);g=c(g,k,n);if((m=!g)||h&&i)break}if(!e){if(!i){this._.docEndMarker&&this._.docEndMarker.remove(); +return this._.nextNode=null}e=new CKEDITOR.dom.elementPath(i.startContainer,i.root);g=e.blockLimit;h={div:1,th:1,td:1};e=e.block;if(!e&&g&&!this.enforceRealBlocks&&h[g.getName()]&&i.checkStartOfBlock()&&i.checkEndOfBlock()&&!g.equals(i.root))e=g;else if(!e||this.enforceRealBlocks&&e.getName()=="li"){e=this.range.document.createElement(a);i.extractContents().appendTo(e);e.trim();i.insertNode(e);r=p=true}else if(e.getName()!="li"){if(!i.checkStartOfBlock()||!i.checkEndOfBlock()){e=e.clone(false);i.extractContents().appendTo(e); +e.trim();p=i.splitBlock();r=!p.wasStartOfBlock;p=!p.wasEndOfBlock;i.insertNode(e)}}else if(!m)this._.nextNode=e.equals(n)?null:c(i.getBoundaryNodes().endNode,1,n)}if(r)(i=e.getPrevious())&&i.type==CKEDITOR.NODE_ELEMENT&&(i.getName()=="br"?i.remove():i.getLast()&&i.getLast().$.nodeName.toLowerCase()=="br"&&i.getLast().remove());if(p)(i=e.getLast())&&i.type==CKEDITOR.NODE_ELEMENT&&i.getName()=="br"&&(CKEDITOR.env.ie||i.getPrevious(f)||i.getNext(f))&&i.remove();if(!this._.nextNode)this._.nextNode=m|| +e.equals(n)||!n?null:c(e,1,n);return e}};CKEDITOR.dom.range.prototype.createIterator=function(){return new a(this)}})(); +CKEDITOR.command=function(a,c){this.uiItems=[];this.exec=function(b){if(this.state==CKEDITOR.TRISTATE_DISABLED||!this.checkAllowed())return false;this.editorFocus&&a.focus();return this.fire("exec")===false?true:c.exec.call(this,a,b)!==false};this.refresh=function(a,b){if(!this.readOnly&&a.readOnly)return true;if(this.context&&!b.isContextFor(this.context)){this.disable();return true}this.enable();return this.fire("refresh",{editor:a,path:b})===false?true:c.refresh&&c.refresh.apply(this,arguments)!== +false};var b;this.checkAllowed=function(){return typeof b=="boolean"?b:b=a.filter.checkFeature(this)};CKEDITOR.tools.extend(this,c,{modes:{wysiwyg:1},editorFocus:1,contextSensitive:!!c.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||typeof this.previousState=="undefined"?CKEDITOR.TRISTATE_OFF:this.previousState)},disable:function(){this.setState(CKEDITOR.TRISTATE_DISABLED)},setState:function(a){if(this.state==a||!this.checkAllowed())return false;this.previousState=this.state;this.state=a;this.fire("state");return true},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:"",bodyId:"",bodyClass:"",fullPage:!1,height:200,extraPlugins:"",removePlugins:"",protectedSource:[],tabIndex:0,width:"",baseFloatZIndex:1E4,blockedKeystrokes:[CKEDITOR.CTRL+66,CKEDITOR.CTRL+73,CKEDITOR.CTRL+85]}; +(function(){function a(a,b,d,g,h){var f=b.name;if((g||typeof a.elements!="function"||a.elements(f))&&(!a.match||a.match(b))){if(g=!h){a:if(a.nothingRequired)g=true;else{if(h=a.requiredClasses){f=b.classes;for(g=0;g0;){k=d[--f];if(e&&(k.type==CKEDITOR.NODE_TEXT||k.type==CKEDITOR.NODE_ELEMENT&&D.$inline[k.name])){if(!j){j=new CKEDITOR.htmlParser.element(b);j.insertAfter(a);c.push({check:"parent-down",el:j})}j.add(k,0)}else{j=null;k.insertAfter(a);h.type!=CKEDITOR.NODE_DOCUMENT_FRAGMENT&&(k.type== +CKEDITOR.NODE_ELEMENT&&!D[h.name][k.name])&&c.push({check:"el-up",el:k})}}a.remove()}}else if(d=="style")a.remove();else{a.parent&&c.push({check:"it",el:a.parent});a.replaceWithChildren()}}function u(a,b,c){var d,g;for(d=0;d";if(e in this._.cachedChecks)return this._.cachedChecks[e];h=j(a).$1;g=h.styles;var k=h.classes;h.name=h.elements;h.classes=k=k?k.split(/\s*,\s*/): +[];h.styles=d(g);h.attributes=d(h.attributes);h.children=[];k.length&&(h.attributes["class"]=k.join(" "));if(g)h.attributes.style=CKEDITOR.tools.writeCssText(h.styles);g=h}else{h=a.getDefinition();g=h.styles;k=h.attributes||{};if(g){g=B(g);k.style=CKEDITOR.tools.writeCssText(g,true)}else g={};g={name:h.element,attributes:k,classes:k["class"]?k["class"].split(/\s+/):[],styles:g,children:[]}}var k=CKEDITOR.tools.clone(g),o=[],p;if(b!==false&&(p=this._.transformations[g.name])){for(h=0;h0?false:CKEDITOR.tools.objectCompare(g.attributes,k.attributes,true)?true:false;typeof a=="string"&&(this._.cachedChecks[e]=b);return b}};var s={styles:1,attributes:1,classes:1},A={styles:"requiredStyles",attributes:"requiredAttributes",classes:"requiredClasses"},v=/^([a-z0-9*\s]+)((?:\s*\{[!\w\-,\s\*]+\}\s*|\s*\[[!\w\-,\s\*]+\]\s*|\s*\([!\w\-,\s\*]+\)\s*){0,3})(?:;\s*|$)/i,o={styles:/{([^}]+)}/,attrs:/\[([^\]]+)\]/, +classes:/\(([^\)]+)\)/},x=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];if(d){/^\d+$/.test(d)&&(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],h=d&&d.match(/^(\d+)(?:\.\d*)?px$/); +h?a.attributes[c]=h[1]:d==z&&(a.attributes[c]=z)}delete a.styles[b]},alignmentToStyle:function(a){if(!("float"in a.styles)){var b=a.attributes.align;if(b=="left"||b=="right")a.styles["float"]=b}delete a.attributes.align},alignmentToAttribute:function(a){if(!("align"in a.attributes)){var b=a.styles["float"];if(b=="left"||b=="right")a.attributes.align=b}delete a.styles["float"]},matchesStyle:w,transform:function(a,b){if(typeof b=="string")a.name=b;else{var c=b.getDefinition(),d=c.styles,h=c.attributes, +g,e,k,f;a.name=c.element;for(g in h)if(g=="class"){c=a.classes.join("|");for(k=h[g].split(/\s+/);f=k.pop();)c.indexOf(f)==-1&&a.classes.push(f)}else a.attributes[g]=h[g];for(e in d)a.styles[e]=d[e]}}}})(); +(function(){CKEDITOR.focusManager=function(a){if(a.focusManager)return a.focusManager;this.hasFocus=false;this.currentActive=null;this._={editor:a};return this};CKEDITOR.focusManager._={blurDelay:200};CKEDITOR.focusManager.prototype={focus:function(){this._.timer&&clearTimeout(this._.timer);if(!this.hasFocus&&!this._.locked){var a=CKEDITOR.currentInstance;a&&a.focusManager.blur(1);this.hasFocus=true;(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 c(){if(this.hasFocus){this.hasFocus=false;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?c.call(this):this._.timer=CKEDITOR.tools.setTimeout(function(){delete this._.timer;c.call(this)},b,this)}},add:function(a,c){var b=a.getCustomData("focusmanager");if(!b||b!=this){b&&b.remove(a);var b= +"focus",f="blur";if(c)if(CKEDITOR.env.ie){b="focusin";f="focusout"}else CKEDITOR.event.useCapture=1;var e={blur:function(){a.equals(this.currentActive)&&this.blur()},focus:function(){this.currentActive=a;this.focus()}};a.on(b,e.focus,this);a.on(f,e.blur,this);if(c)CKEDITOR.event.useCapture=0;a.setCustomData("focusmanager",this);a.setCustomData("focusmanager_handlers",e)}},remove:function(a){a.removeCustomData("focusmanager");var c=a.removeCustomData("focusmanager_handlers");a.removeListener("blur", +c.blur);a.removeListener("focus",c.focus)}}})();CKEDITOR.keystrokeHandler=function(a){if(a.keystrokeHandler)return a.keystrokeHandler;this.keystrokes={};this.blockedKeystrokes={};this._={editor:a};return this}; +(function(){var a,c=function(b){var b=b.data,c=b.getKeystroke(),d=this.keystrokes[c],j=this._.editor;a=j.fire("key",{keyCode:c})===false;if(!a){d&&(a=j.execCommand(d,{from:"keystrokeHandler"})!==false);a||(a=!!this.blockedKeystrokes[c])}a&&b.preventDefault(true);return!a},b=function(b){if(a){a=false;b.data.preventDefault(true)}};CKEDITOR.keystrokeHandler.prototype={attach:function(a){a.on("keydown",c,this);if(CKEDITOR.env.opera||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,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,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,sk:1,sl:1,sq:1,"sr-latn":1,sr:1,sv:1,th:1,tr:1,ug:1,uk:1,vi:1,"zh-cn":1,zh:1},load:function(a,c,b){if(!a||!CKEDITOR.lang.languages[a])a=this.detect(c,a);this[a]?b(a,this[a]):CKEDITOR.scriptLoader.load(CKEDITOR.getUrl("lang/"+ +a+".js"),function(){b(a,this[a])},this)},detect:function(a,c){var b=this.languages,c=c||navigator.userLanguage||navigator.language||a,f=c.toLowerCase().match(/([a-z]+)(?:-([a-z]+))?/),e=f[1],f=f[2];b[e+"-"+f]?e=e+"-"+f:b[e]||(e=null);CKEDITOR.lang.detect=e?function(){return e}:function(a){return a};return e||a}}})(); +CKEDITOR.scriptLoader=function(){var a={},c={};return{load:function(b,f,e,d){var j=typeof b=="string";j&&(b=[b]);e||(e=CKEDITOR);var l=b.length,i=[],m=[],n=function(a){f&&(j?f.call(e,a):f.call(e,i,m))};if(l===0)n(true);else{var r=function(a,b){(b?i:m).push(a);if(--l<=0){d&&CKEDITOR.document.getDocumentElement().removeStyle("cursor");n(b)}},p=function(b,d){a[b]=1;var h=c[b];delete c[b];for(var g=0;g +1)){var h=new CKEDITOR.dom.element("script");h.setAttributes({type:"text/javascript",src:b});if(f)if(CKEDITOR.env.ie)h.$.onreadystatechange=function(){if(h.$.readyState=="loaded"||h.$.readyState=="complete"){h.$.onreadystatechange=null;p(b,true)}};else{h.$.onload=function(){setTimeout(function(){p(b,true)},0)};h.$.onerror=function(){p(b,false)}}h.appendTo(CKEDITOR.document.getHead())}}};d&&CKEDITOR.document.getDocumentElement().setStyle("cursor","wait");for(var h=0;h=0)p=a.langCode;else{p=a.langCode.replace(/-.*/,"");p=p!=a.langCode&&CKEDITOR.tools.indexOf(o,p)>=0?p:CKEDITOR.tools.indexOf(o,"en")>=0?"en":o[0]}if(!j.langEntries||!j.langEntries[p])e.push(CKEDITOR.getUrl(j.path+"lang/"+p+".js"));else{a.lang[k]=j.langEntries[p];p=null}}g.push(p);d.push(j)}CKEDITOR.scriptLoader.load(e, +function(){for(var c=["beforeInit","init","afterInit"],e=0;e]+)>)|(?:!--([\\S|\\s]*?)--\>)|(?:([^\\s>]+)\\s*((?:(?:\"[^\"]*\")|(?:'[^']*')|[^\"'>])*)\\/?>))","g")}}; +(function(){var a=/([\w\-:.]+)(?:(?:\s*=\s*(?:(?:"([^"]*)")|(?:'([^']*)')|([^\s>]+)))|(?=\s|$))/g,c={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 f,e,d=0,j;f=this._.htmlPartsRegex.exec(b);){e=f.index;if(e>d){d=b.substring(d,e);if(j)j.push(d);else this.onText(d)}d= +this._.htmlPartsRegex.lastIndex;if(e=f[1]){e=e.toLowerCase();if(j&&CKEDITOR.dtd.$cdata[e]){this.onCDATA(j.join(""));j=null}if(!j){this.onTagClose(e);continue}}if(j)j.push(f[0]);else if(e=f[3]){e=e.toLowerCase();if(!/="/.test(e)){var l={},i;f=f[4];var m=!!(f&&f.charAt(f.length-1)=="/");if(f)for(;i=a.exec(f);){var n=i[1].toLowerCase();i=i[2]||i[3]||i[4]||"";l[n]=!i&&c[n]?n:i}this.onTagOpen(e,l,m);!j&&CKEDITOR.dtd.$cdata[e]&&(j=[])}}else if(e=f[2])this.onComment(e)}if(b.length>d)this.onText(b.substring(d, +b.length))}}})(); +CKEDITOR.htmlParser.basicWriter=CKEDITOR.tools.createClass({$:function(){this._={output:[]}},proto:{openTag:function(a){this._.output.push("<",a)},openTagClose:function(a,c){c?this._.output.push(" />"):this._.output.push(">")},attribute:function(a,c){typeof c=="string"&&(c=CKEDITOR.tools.htmlEncodeAttr(c));this._.output.push(" ",a,'="',c,'"')},closeTag:function(a){this._.output.push("")},text:function(a){this._.output.push(a)},comment:function(a){this._.output.push("<\!--",a,"--\>")},write:function(a){this._.output.push(a)}, +reset:function(){this._.output=[];this._.indent=false},getHtml:function(a){var c=this._.output.join("");a&&this.reset();return c}}});"use strict"; +(function(){CKEDITOR.htmlParser.node=function(){};CKEDITOR.htmlParser.node.prototype={remove:function(){var a=this.parent.children,c=CKEDITOR.tools.indexOf(a,this),b=this.previous,f=this.next;b&&(b.next=f);f&&(f.previous=b);a.splice(c,1);this.parent=null},replaceWith:function(a){var c=this.parent.children,b=CKEDITOR.tools.indexOf(c,this),f=a.previous=this.previous,e=a.next=this.next;f&&(f.next=a);e&&(e.previous=a);c[b]=a;a.parent=this.parent;this.parent=null},insertAfter:function(a){var c=a.parent.children, +b=CKEDITOR.tools.indexOf(c,a),f=a.next;c.splice(b+1,0,this);this.next=a.next;this.previous=a;a.next=this;f&&(f.previous=this);this.parent=a.parent},insertBefore:function(a){var c=a.parent.children,b=CKEDITOR.tools.indexOf(c,a);c.splice(b,0,this);this.next=a;(this.previous=a.previous)&&(a.previous.next=this);a.previous=this;this.parent=a.parent}}})();"use strict";CKEDITOR.htmlParser.comment=function(a){this.value=a;this._={isBlockLike:false}}; +CKEDITOR.htmlParser.comment.prototype=CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node,{type:CKEDITOR.NODE_COMMENT,filter:function(a){var c=this.value;if(!(c=a.onComment(c,this))){this.remove();return false}if(typeof c!="string"){this.replaceWith(c);return false}this.value=c;return true},writeHtml:function(a,c){c&&this.filter(c);a.comment(this.value)}});"use strict"; +(function(){CKEDITOR.htmlParser.text=function(a){this.value=a;this._={isBlockLike:false}};CKEDITOR.htmlParser.text.prototype=CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node,{type:CKEDITOR.NODE_TEXT,filter:function(a){if(!(this.value=a.onText(this.value,this))){this.remove();return false}},writeHtml:function(a,c){c&&this.filter(c);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:true,hasInlineStarted:false}}; +(function(){function a(a){return a.name=="a"&&a.attributes.href||CKEDITOR.dtd.$removeEmpty[a.name]}var c=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},f=CKEDITOR.tools.extend({},{html:1},CKEDITOR.dtd.html,CKEDITOR.dtd.body,CKEDITOR.dtd.head,{style:1,script:1});CKEDITOR.htmlParser.fragment.fromHtml=function(e,d,j){function l(a){var b;if(u.length>0)for(var c=0;c=0;b--)if(a==u[b].name){u.splice(b,1);return}for(var c=[],d=[],g=k;g!=h&&g.name!=a;){g._.isBlockLike||d.unshift(g);c.push(g);g=g.returnPoint||g.parent}if(g!=h){for(b=0;b0?this.children[b-1]:null;if(c){if(a._.isBlockLike&&c.type==CKEDITOR.NODE_TEXT){c.value=CKEDITOR.tools.rtrim(c.value);if(c.value.length===0){this.children.pop();this.add(a);return}}c.next=a}a.previous=c;a.parent=this; +this.children.splice(b,0,a);if(!this._.hasInlineStarted)this._.hasInlineStarted=a.type==CKEDITOR.NODE_TEXT||a.type==CKEDITOR.NODE_ELEMENT&&!a._.isBlockLike},filter:function(a){a.onRoot(this);this.filterChildren(a)},filterChildren:function(a,b){if(this.childrenFilteredBy!=a.id){if(b&&!this.parent)a.onRoot(this);this.childrenFilteredBy=a.id;for(var c=0;c=0;f--)if(n=b[f]){n.pri=c;a.splice(e,0,n)}}}function b(a,b,c){if(b)for(var e in b){var m=a[e];a[e]=f(m,b[e],c);m||a.$length++}}function f(a,b,f){if(b){b.pri=f;if(a){if(a.splice)c(a,b,f);else{a=a.pri>f?[b,a]:[a,b];a.filter=e}return a}return b.filter=b}}function e(a){for(var b= +a.type||a instanceof CKEDITOR.htmlParser.fragment,c=0;c7||e.name in CKEDITOR.dtd.tr||e.name in CKEDITOR.dtd.$listItem))h=false;else{h=b(e);h=!h||e.name=="form"&&h.name=="input"}h&&e.add(g(a))}}}function k(a,b){if((!p||!CKEDITOR.env.ie)&&a.type==CKEDITOR.NODE_ELEMENT&&a.name=="br"&&!a.attributes["data-cke-eol"])return true;var c;if(a.type== +CKEDITOR.NODE_TEXT&&(c=a.value.match(F))){if(c.index){j(a,new CKEDITOR.htmlParser.text(a.value.substring(0,c.index)));a.value=c[0]}if(CKEDITOR.env.ie&&p&&(!b||a.parent.name in r))return true;if(!p)if((c=a.previous)&&c.name=="br"||!c||d(c))return true}return false}var o={elements:{}},p=c=="html",r=CKEDITOR.tools.extend({},z),u;for(u in r)"#"in B[u]||delete r[u];for(u in r)o.elements[u]=h(p,a.config.fillEmptyBlocks!==false);o.root=h(p);o.elements.br=function(a){return function(b){if(b.parent.type!= +CKEDITOR.NODE_DOCUMENT_FRAGMENT){var c=b.attributes;if("data-cke-bogus"in c||"data-cke-eol"in c)delete c["data-cke-bogus"];else{for(c=b.next;c&&e(c);)c=c.next;var h=f(b);!c&&d(b.parent)?l(b.parent,g(a)):d(c)&&(h&&!d(h))&&j(c,g(a))}}}}(p);return o}function c(a){return a.enterMode!=CKEDITOR.ENTER_BR&&a.autoParagraph!==false?a.enterMode==CKEDITOR.ENTER_DIV?"div":"p":false}function b(a){for(a=a.children[a.children.length-1];a&&e(a);)a=a.previous;return a}function f(a){for(a=a.previous;a&&e(a);)a=a.previous; +return a}function e(a){return a.type==CKEDITOR.NODE_TEXT&&!CKEDITOR.tools.trim(a.value)||a.type==CKEDITOR.NODE_ELEMENT&&a.attributes["data-cke-bookmark"]}function d(a){return a&&(a.type==CKEDITOR.NODE_ELEMENT&&a.name in z||a.type==CKEDITOR.NODE_DOCUMENT_FRAGMENT)}function j(a,b){var c=a.parent.children,g=CKEDITOR.tools.indexOf(c,a);c.splice(g,0,b);c=a.previous;a.previous=b;b.next=a;b.parent=a.parent;if(c){b.previous=c;c.next=b}}function l(a,b){var c=a.children[a.children.length-1];a.children.push(b); +b.parent=a;if(c){c.next=b;b.previous=c}}function i(a){var b=a.parent.children,c=CKEDITOR.tools.indexOf(b,a),g=a.previous,a=a.next;g&&(g.next=a);a&&(a.previous=g);b.splice(c,1)}function m(a){var b=a.parent;return b?CKEDITOR.tools.indexOf(b.children,a):-1}function n(a){a=a.attributes;a.contenteditable!="false"&&(a["data-cke-editable"]=a.contenteditable?"true":1);a.contenteditable="false"}function r(a){a=a.attributes;switch(a["data-cke-editable"]){case "true":a.contenteditable="true";break;case "1":delete a.contenteditable}} +function p(a){return a.replace(o,function(a,b,c){return"<"+b+c.replace(x,function(a,b){return!/^on/.test(b)&&c.indexOf("data-cke-saved-"+b)==-1?" data-cke-saved-"+a+" data-cke-"+CKEDITOR.rnd+"-"+a:a})+">"})}function g(a,b){return a.replace(b,function(a,b,c){a.indexOf("/g,">")+"");return""+encodeURIComponent(a)+""})}function h(a){return a.replace(C,function(a,b){return decodeURIComponent(b)})}function u(a){return a.replace(/<\!--(?!{cke_protected})[\s\S]+?--\>/g, +function(a){return"<\!--"+D+"{C}"+encodeURIComponent(a).replace(/--/g,"%2D%2D")+"--\>"})}function w(a){return a.replace(/<\!--\{cke_protected\}\{C\}([\s\S]+?)--\>/g,function(a,b){return decodeURIComponent(b)})}function k(a,b){var c=b._.dataStore;return a.replace(/<\!--\{cke_protected\}([\s\S]+?)--\>/g,function(a,b){return decodeURIComponent(b)}).replace(/\{cke_protected_(\d+)\}/g,function(a,b){return c&&c[b]||""})}function t(a,b){for(var c=[],g=b.config.protectedSource,d=b._.dataStore||(b._.dataStore= +{id:1}),e=/<\!--\{cke_temp(comment)?\}(\d*?)--\>/g,g=[//gi,//gi].concat(g),a=a.replace(/<\!--[\s\S]*?--\>/g,function(a){return"<\!--{cke_tempcomment}"+(c.push(a)-1)+"--\>"}),h=0;h"});a=a.replace(e,function(a,b,g){return"<\!--"+D+(b?"{C}":"")+encodeURIComponent(c[g]).replace(/--/g,"%2D%2D")+ +"--\>"});return a.replace(/(['"]).*?\1/g,function(a){return a.replace(/<\!--\{cke_protected\}([\s\S]+?)--\>/g,function(a,b){d[d.id]=decodeURIComponent(b);return"{cke_protected_"+d.id++ +"}"})})}CKEDITOR.htmlDataProcessor=function(b){var d,e,f=this;this.editor=b;this.dataFilter=d=new CKEDITOR.htmlParser.filter;this.htmlFilter=e=new CKEDITOR.htmlParser.filter;this.writer=new CKEDITOR.htmlParser.basicWriter;d.addRules(s);d.addRules(a(b,"data"));e.addRules(A);e.addRules(a(b,"html"));b.on("toHtml",function(a){var a= +a.data,d=a.dataValue,d=t(d,b),d=g(d,G),d=p(d),d=g(d,I),d=d.replace(Q,"$1cke:$2"),d=d.replace(E,""),d=CKEDITOR.env.opera?d:d.replace(/(]*>)(\r\n|\n)/g,"$1$2$2"),e=a.context||b.editable().getName(),f;if(CKEDITOR.env.ie&&CKEDITOR.env.version<9&&e=="pre"){e="div";d="
"+d+"
";f=1}e=b.document.createElement(e);e.setHtml("a"+d);d=e.getHtml().substr(1);d=d.replace(RegExp(" data-cke-"+CKEDITOR.rnd+"-","ig")," ");f&&(d=d.replace(/^
|<\/pre>$/gi,""));d=d.replace(L,"$1$2");
+d=h(d);d=w(d);a.dataValue=CKEDITOR.htmlParser.fragment.fromHtml(d,a.context,a.fixForBody===false?false:c(b.config))},null,null,5);b.on("toHtml",function(a){a.data.dataValue.filterChildren(f.dataFilter,true)},null,null,10);b.on("toHtml",function(a){var a=a.data,b=a.dataValue,c=new CKEDITOR.htmlParser.basicWriter;b.writeChildrenHtml(c);b=c.getHtml(true);a.dataValue=u(b)},null,null,15);b.on("toDataFormat",function(a){a.data.dataValue=CKEDITOR.htmlParser.fragment.fromHtml(a.data.dataValue,b.editable().getName(),
+c(b.config))},null,null,5);b.on("toDataFormat",function(a){a.data.dataValue.filterChildren(f.htmlFilter,true)},null,null,10);b.on("toDataFormat",function(a){var c=a.data.dataValue,g=f.writer;g.reset();c.writeChildrenHtml(g);c=g.getHtml(true);c=w(c);c=k(c,b);a.data.dataValue=c},null,null,15)};CKEDITOR.htmlDataProcessor.prototype={toHtml:function(a,b,c,g){var d=this.editor;!b&&b!==null&&(b=d.editable().getName());return d.fire("toHtml",{dataValue:a,context:b,fixForBody:c,dontFilter:!!g}).dataValue},
+toDataFormat:function(a){return this.editor.fire("toDataFormat",{dataValue:a}).dataValue}};var F=/(?: |\xa0)$/,D="{cke_protected}",B=CKEDITOR.dtd,q=["caption","colgroup","col","thead","tfoot","tbody"],z=CKEDITOR.tools.extend({},B.$blockLimit,B.$block),s={elements:{},attributeNames:[[/^on/,"data-cke-pa-on"]]},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 false;
+for(var c=["name","href","src"],g,d=0;d-1&&g>-1&&c!=g)){c=m(a);g=m(b)}return c>g?1:-1})},embed:function(a){var b=a.parent;if(b&&b.name=="object"){var c=b.attributes.width,b=b.attributes.height;c&&(a.attributes.width=c);b&&(a.attributes.height=
+b)}},param:function(a){a.children=[];a.isEmpty=true;return a},a:function(a){if(!a.children.length&&!a.attributes.name&&!a.attributes["data-cke-saved-name"])return false},span:function(a){a.attributes["class"]=="Apple-style-span"&&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));
+if(!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"]||""}},attributes:{"class":function(a){return CKEDITOR.tools.ltrim(a.replace(/(?:^|\s+)cke_[^\s]*/g,""))||false}}};if(CKEDITOR.env.ie)A.attributes.style=function(a){return a.replace(/(^|;)([^\:]+)/g,function(a){return a.toLowerCase()})};for(var v in{input:1,textarea:1}){s.elements[v]=n;A.elements[v]=r}var o=/<(a|area|img|input|source)\b([^>]*)>/gi,
+x=/\b(on\w+|href|src|name)\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|(?:[^ "'>]+))/gi,I=/(?:])[^>]*>[\s\S]*?<\/style>)|(?:<(:?link|meta|base)[^>]*>)/gi,G=/(])[^>]*>)([\s\S]*?)(?:<\/textarea>)/gi,C=/([^<]*)<\/cke:encoded>/gi,Q=/(<\/?)((?:object|embed|param|html|body|head|title)[^>]*>)/gi,L=/(<\/?)cke:((?:html|body|head|title)[^>]*>)/gi,E=/]*?)\/?>(?!\s*<\/cke:\1)/gi})();"use strict";
+CKEDITOR.htmlParser.element=function(a,c){this.name=a;this.attributes=c||{};this.children=[];var b=a||"",f=b.match(/^cke:(.*)/);f&&(b=f[1]);b=!(!CKEDITOR.dtd.$nonBodyContent[b]&&!CKEDITOR.dtd.$block[b]&&!CKEDITOR.dtd.$listItem[b]&&!CKEDITOR.dtd.$tableContent[b]&&!(CKEDITOR.dtd.$nonEditable[b]||b=="br"));this.isEmpty=!!CKEDITOR.dtd.$empty[a];this.isUnknown=!CKEDITOR.dtd[a];this._={isBlockLike:b,hasInlineStarted:this.isEmpty||!b}};
+CKEDITOR.htmlParser.cssStyle=function(a){var c={};((a instanceof CKEDITOR.htmlParser.element?a.attributes.style:a)||"").replace(/"/g,'"').replace(/\s*([^ :;]+)\s*:\s*([^;]+)\s*(?=;|$)/g,function(a,f,e){f=="font-family"&&(e=e.replace(/["']/g,""));c[f.toLowerCase()]=e});return{rules:c,populate:function(a){var c=this.toString();if(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=[],f;
+for(f in c)c[f]&&a.push(f,":",c[f],";");return a.join("")}}};
+(function(){var a=function(a,c){a=a[0];c=c[0];return ac?1:0},c=CKEDITOR.htmlParser.fragment.prototype;CKEDITOR.htmlParser.element.prototype=CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node,{type:CKEDITOR.NODE_ELEMENT,add:c.add,clone:function(){return new CKEDITOR.htmlParser.element(this.name,this.attributes)},filter:function(a){var c=this,e,d;if(!c.parent)a.onRoot(c);for(;;){e=c.name;if(!(d=a.onElementName(e))){this.remove();return false}c.name=d;if(!(c=a.onElement(c))){this.remove();return false}if(c!==
+this){this.replaceWith(c);return false}if(c.name==e)break;if(c.type!=CKEDITOR.NODE_ELEMENT){this.replaceWith(c);return false}if(!c.name){this.replaceWithChildren();return false}}e=c.attributes;var j,l;for(j in e){l=j;for(d=e[j];;)if(l=a.onAttributeName(j))if(l!=j){delete e[j];j=l}else break;else{delete e[j];break}l&&((d=a.onAttribute(c,l,d))===false?delete e[l]:e[l]=d)}c.isEmpty||this.filterChildren(a);return true},filterChildren:c.filterChildren,writeHtml:function(b,c){c&&this.filter(c);var e=this.name,
+d=[],j=this.attributes,l,i;b.openTag(e,j);for(l in j)d.push([l,j[l]]);b.sortAttributes&&d.sort(a);l=0;for(i=d.length;l{voiceLabel}<{outerEl} class="cke_inner cke_reset" role="presentation">{topHtml}<{outerEl} id="{contentId}" class="cke_contents cke_reset" role="presentation">{bottomHtml}'));b=CKEDITOR.dom.element.createFromHtml(e.output({id:a.id,name:b,langDir:a.lang.dir,langCode:a.langCode,voiceLabel:a.lang.editor,
+topHtml:m?''+m+"":"",contentId:a.ui.spaceId("contents"),bottomHtml:n?''+n+"":"",outerEl:CKEDITOR.env.ie?"span":"div"}));if(f==CKEDITOR.ELEMENT_MODE_REPLACE){c.hide();b.insertAfter(c)}else c.append(b);a.container=b;m&&a.ui.space("top").unselectable();n&&a.ui.space("bottom").unselectable();c=
+a.config.width;f=a.config.height;c&&b.setStyle("width",CKEDITOR.tools.cssLength(c));f&&a.ui.space("contents").setStyle("height",CKEDITOR.tools.cssLength(f));b.disableContextMenu();CKEDITOR.env.webkit&&b.on("focus",function(){a.focus()});a.fireOnce("uiReady")}function f(a){var b=a.element;if(a.elementMode==CKEDITOR.ELEMENT_MODE_REPLACE&&b.is("textarea")){var c=b.$.form&&new CKEDITOR.dom.element(b.$.form);if(c){var e=function(){a.updateElement()};c.on("submit",e);if(!c.$.submit.nodeName&&!c.$.submit.length)c.$.submit=
+CKEDITOR.tools.override(c.$.submit,function(b){return function(){a.updateElement();b.apply?b.apply(this,arguments):b()}});a.on("destroy",function(){c.removeListener("submit",e)})}}}CKEDITOR.replace=function(b,c){return a(b,c,null,CKEDITOR.ELEMENT_MODE_REPLACE)};CKEDITOR.appendTo=function(b,c,e){return a(b,c,e,CKEDITOR.ELEMENT_MODE_APPENDTO)};CKEDITOR.replaceAll=function(){for(var a=document.getElementsByTagName("textarea"),b=0;b",k="",a=i+a.replace(f,function(){return k+i})+k}a=a.replace(/\n/g,"
");b||(a=a.replace(RegExp("
(?=)"),function(a){return e.repeat(a,2)}));a=a.replace(/^ | $/g," ");a=a.replace(/(>|\s) /g,function(a,b){return b+" "}).replace(/ (?=<)/g," ");n(this,"text",a)},insertElement:function(a){d(this);for(var c=this.editor,g=c.config.enterMode, +e=c.getSelection(),f=e.getRanges(),i=a.getName(),k=CKEDITOR.dtd.$block[i],m,n,l,B=f.length-1;B>=0;B--){m=f[B];if(!m.checkReadOnly()){m.deleteContents(1);n=!B&&a||a.clone(1);var q,z;if(k)for(;(q=m.getCommonAncestor(0,1))&&(z=CKEDITOR.dtd[q.getName()])&&(!z||!z[i]);)if(q.getName()in CKEDITOR.dtd.span)m.splitElement(q);else if(m.checkStartOfBlock()&&m.checkEndOfBlock()){m.setStartBefore(q);m.collapse(true);q.remove()}else m.splitBlock(g==CKEDITOR.ENTER_DIV?"div":"p",c.editable());m.insertNode(n);l|| +(l=n)}}if(l){m.moveToPosition(l,CKEDITOR.POSITION_AFTER_END);if(k)if((a=l.getNext(b))&&a.type==CKEDITOR.NODE_ELEMENT&&a.is(CKEDITOR.dtd.$block))a.getDtd()["#"]?m.moveToElementEditStart(a):m.moveToElementEditEnd(l);else if(!a&&g!=CKEDITOR.ENTER_BR){a=m.fixBlock(true,g==CKEDITOR.ENTER_DIV?"div":"p");m.moveToElementEditStart(a)}}e.selectRanges([m]);j(this,CKEDITOR.env.opera)},setData:function(a,b){!b&&this.editor.dataProcessor&&(a=this.editor.dataProcessor.toHtml(a));this.setHtml(a);this.editor.fire("dataReady")}, +getData:function(a){var b=this.getHtml();!a&&this.editor.dataProcessor&&(b=this.editor.dataProcessor.toDataFormat(b));return b},setReadOnly:function(a){this.setAttribute("contenteditable",!a)},detach:function(){this.removeClass("cke_editable");var a=this.editor;this._.detach();delete a.document;delete a.window},isInline:function(){return this.getDocument().equals(CKEDITOR.document)},setup:function(){var a=this.editor;this.attachListener(a,"beforeGetData",function(){var b=this.getData();this.is("textarea")|| +a.config.ignoreEmptyParagraph!==false&&(b=b.replace(l,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())&&b.type=="Control"||this.focus()},this);this.attachListener(a,"insertHtml", +function(a){this.insertHtml(a.data.dataValue,a.data.mode)},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");this.attachClass(a.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?"cke_editable_inline":a.elementMode==CKEDITOR.ELEMENT_MODE_REPLACE||a.elementMode==CKEDITOR.ELEMENT_MODE_APPENDTO?"cke_editable_themed":"");this.attachClass("cke_contents_"+ +a.config.contentsLangDirection);a.keystrokeHandler.blockedKeystrokes[8]=a.readOnly;a.keystrokeHandler.attach(this);this.on("blur",function(a){CKEDITOR.env.opera&&CKEDITOR.document.getActive().equals(this.isInline()?this:this.getWindow().getFrame())?a.cancel():this.hasFocus=false},null,null,-1);this.on("focus",function(){this.hasFocus=true},null,null,-1);a.focusManager.add(this);if(this.equals(CKEDITOR.document.getActive())){this.hasFocus=true;a.once("contentDom",function(){a.focusManager.focus()})}this.isInline()&& +this.changeAttr("tabindex",a.tabIndex);if(!this.is("textarea")){a.document=this.getDocument();a.window=this.getWindow();var b=a.document;this.changeAttr("spellcheck",!a.config.disableNativeSpellChecker);var g=a.config.contentsLangDirection;this.getDirection(1)!=g&&this.changeAttr("dir",g);var d=CKEDITOR.getCss();if(d){g=b.getHead();if(!g.getCustomData("stylesheet")){d=b.appendStyleText(d);d=new CKEDITOR.dom.element(d.ownerNode||d.owningElement);g.setCustomData("stylesheet",d);d.data("cke-temp",1)}}g= +b.getCustomData("stylesheet_ref")||0;b.setCustomData("stylesheet_ref",g+1);this.setCustomData("cke_includeReadonly",!a.config.disableReadonlyStyling);this.attachListener(this,"click",function(a){var a=a.data,b=a.getTarget();b.is("a")&&(a.$.button!=2&&b.isReadOnly())&&a.preventDefault()});this.attachListener(a,"key",function(b){if(a.readOnly)return true;var c=b.data.keyCode,g;if(c in{8:1,46:1}){var d=a.getSelection(),b=d.getRanges()[0],h=b.startPath(),f,p,j,c=c==8;if(d=e(d)){a.fire("saveSnapshot"); +b.moveToPosition(d,CKEDITOR.POSITION_BEFORE_START);d.remove();b.select();a.fire("saveSnapshot");g=1}else if(b.collapsed)if((f=h.block)&&b[c?"checkStartOfBlock":"checkEndOfBlock"]()&&(j=f[c?"getPrevious":"getNext"](i))&&j.is("table")){a.fire("saveSnapshot");b[c?"checkEndOfBlock":"checkStartOfBlock"]()&&f.remove();b["moveToElementEdit"+(c?"End":"Start")](j);b.select();a.fire("saveSnapshot");g=1}else if(h.blockLimit&&h.blockLimit.is("td")&&(p=h.blockLimit.getAscendant("table"))&&b.checkBoundaryOfElement(p, +c?CKEDITOR.START:CKEDITOR.END)&&(j=p[c?"getPrevious":"getNext"](i))){a.fire("saveSnapshot");b["moveToElementEdit"+(c?"End":"Start")](j);b.checkStartOfBlock()&&b.checkEndOfBlock()?j.remove():b.select();a.fire("saveSnapshot");g=1}else if((p=h.contains(["td","th","caption"]))&&b.checkBoundaryOfElement(p,c?CKEDITOR.START:CKEDITOR.END))g=1}return!g});CKEDITOR.env.ie&&this.attachListener(this,"click",c);!CKEDITOR.env.ie&&!CKEDITOR.env.opera&&this.attachListener(this,"mousedown",function(b){var c=b.data.getTarget(); +if(c.is("img","hr","input","textarea","select")){a.getSelection().selectElement(c);c.is("input","textarea","select")&&b.data.preventDefault()}});CKEDITOR.env.gecko&&this.attachListener(this,"mouseup",function(b){if(b.data.$.button==2){b=b.data.getTarget();if(!b.getOuterHtml().replace(l,"")){var c=a.createRange();c.moveToElementEditStart(b);c.select(true)}}});if(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()})}}}},_:{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());a=this.getDocument();var b=a.getHead();if(b.getCustomData("stylesheet")){var c=a.getCustomData("stylesheet_ref");if(--c)a.setCustomData("stylesheet_ref",c);else{a.removeCustomData("stylesheet_ref");b.removeCustomData("stylesheet").remove()}}delete this.editor}}}); +CKEDITOR.editor.prototype.editable=function(a){var b=this._.editable;if(b&&a)return 0;if(arguments.length)b=this._.editable=a?a instanceof CKEDITOR.editable?a:new CKEDITOR.editable(this,a):(b&&b.detach(),null);return b};var l=/(^|]*>)\s*<(p|div|address|h\d|center|pre)[^>]*>\s*(?:]*>| |\u00A0| )?\s*(:?<\/\2>)?\s*(?=$|<\/body>)/gi,i=CKEDITOR.dom.walker.whitespaces(true),m=CKEDITOR.dom.walker.bookmark(false,true);CKEDITOR.on("instanceLoaded",function(b){var c=b.editor;c.on("insertElement", +function(a){a=a.data;if(a.type==CKEDITOR.NODE_ELEMENT&&(a.is("input")||a.is("textarea"))){a.getAttribute("contentEditable")!="false"&&a.data("cke-editable",a.hasAttribute("contenteditable")?"true":"1");a.setAttribute("contentEditable",false)}});c.on("selectionChange",function(b){if(!c.readOnly){var d=c.getSelection();if(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=this.lang.editor+", "+this.name;a.changeAttr("role","textbox");a.changeAttr("aria-label",c);a.changeAttr("title",c);if(c=this.ui.space(this.elementMode==CKEDITOR.ELEMENT_MODE_INLINE?"top":"contents")){var d=CKEDITOR.tools.getNextId(),e=CKEDITOR.dom.element.createFromHtml(''+this.lang.common.editorHelp+"");c.append(e);a.changeAttr("aria-describedby",d)}}})});CKEDITOR.addCss(".cke_editable{cursor:text}.cke_editable img,.cke_editable input,.cke_editable textarea{cursor:default}"); +var n=function(){function a(b){return b.type==CKEDITOR.NODE_ELEMENT}function c(b,d){var g,e,h,f,o=[],i=d.range.startContainer;g=d.range.startPath();for(var i=k[i.getName()],j=0,m=b.getChildren(),n=m.count(),l=-1,u=-1,t=0,w=g.contains(k.$list);j-1)o[l].firstNotAllowed=1;if(u>-1)o[u].lastNotAllowed=1;return o}function d(b,c){var e=[],h=b.getChildren(),f=h.count(),i,o=0,j=k[c],p=!b.is(k.$inline)||b.is("br");for(p&&e.push(" ");o ",s.document);s.insertNode(x);s.setStartAfter(x)}I=new CKEDITOR.dom.elementPath(s.startContainer);q.endPath=G=new CKEDITOR.dom.elementPath(s.endContainer);if(!s.collapsed){var o=G.block||G.blockLimit,Q=s.getCommonAncestor(); +o&&(!o.equals(Q)&&!o.contains(Q)&&s.checkEndOfBlock())&&q.zombies.push(o);s.deleteContents()}for(;(C=a(s.startContainer)&&s.startContainer.getChild(s.startOffset-1))&&a(C)&&C.isBlockBoundary()&&I.contains(C);)s.moveToPosition(C,CKEDITOR.POSITION_BEFORE_END);f(s,q.blockLimit,I,G);if(x){s.setEndBefore(x);s.collapse();x.remove()}x=s.startPath();if(o=x.contains(e,false,1)){s.splitElement(o);q.inlineStylesRoot=o;q.inlineStylesPeak=x.lastElement}x=s.createBookmark();(o=x.startNode.getPrevious(b))&&a(o)&& +e(o)&&v.push(o);(o=x.startNode.getNext(b))&&a(o)&&e(o)&&v.push(o);for(o=x.startNode;(o=o.getParent())&&e(o);)v.push(o);s.moveToBookmark(x);if(t){C=t;t=q.range;if(q.type=="text"&&q.inlineStylesRoot){x=C;C=q.inlineStylesPeak;s=C.getDocument().createText("{cke-peak}");for(v=q.inlineStylesRoot.getParent();!C.equals(v);){s=s.appendTo(C.clone());C=C.getParent()}C=s.getOuterHtml().replace("{cke-peak}",x)}x=q.blockLimit.getName();if(/^\s+|\s+$/.test(C)&&"span"in CKEDITOR.dtd[x]){var L=' '; +C=L+C+L}C=q.editor.dataProcessor.toHtml(C,null,false,q.dontFilter);x=t.document.createElement("body");x.setHtml(C);if(L){x.getFirst().remove();x.getLast().remove()}if((L=t.startPath().block)&&!(L.getChildCount()==1&&L.getBogus()))a:{var E;if(x.getChildCount()==1&&a(E=x.getFirst())&&E.is(l)){L=E.getElementsByTag("*");t=0;for(s=L.count();t0;else{y=E.startPath();if(!G.isBlock&&(N=q.editor.config.enterMode!=CKEDITOR.ENTER_BR&&q.editor.config.autoParagraph!==false?q.editor.config.enterMode==CKEDITOR.ENTER_DIV?"div":"p":false)&&!y.block&&y.blockLimit&&y.blockLimit.equals(E.root)){N=L.createElement(N);!CKEDITOR.env.ie&&N.appendBogus();E.insertNode(N);!CKEDITOR.env.ie&&(J=N.getBogus())&&J.remove();E.moveToPosition(N,CKEDITOR.POSITION_BEFORE_END)}if((y= +E.startPath().block)&&!y.equals(H)){if(J=y.getBogus()){J.remove();C.push(y)}H=y}G.firstNotAllowed&&(s=1);if(s&&G.isElement){y=E.startContainer;for(K=null;y&&!k[y.getName()][G.name];){if(y.equals(t)){y=null;break}K=y;y=y.getParent()}if(y){if(K){O=E.splitElement(K);q.zombies.push(O);q.zombies.push(K)}}else{K=t.getName();P=!x;y=x==I.length-1;K=d(G.node,K);for(var M=[],R=K.length,T=0,U=void 0,V=0,W=-1;T1&&f&&f.intersectsNode(c.$)){d=[e.anchorOffset,e.focusOffset];f=e.focusNode==c.$&&e.focusOffset>0;e.anchorNode==c.$&&e.anchorOffset>0&&d[0]--;f&&d[1]--;var i;f=e;if(!f.isCollapsed){i=f.getRangeAt(0);i.setStart(f.anchorNode,f.anchorOffset);i.setEnd(f.focusNode,f.focusOffset);i=i.collapsed}i&&d.unshift(d.pop())}}c.setText(j(c.getText()));if(d){c=e.getRangeAt(0);c.setStart(c.startContainer,d[0]);c.setEnd(c.startContainer,d[1]);e.removeAllRanges();e.addRange(c)}}}function j(a){return a.replace(/\u200B( )?/g, +function(a){return a[1]?" ":""})}var l,i,m=CKEDITOR.dom.walker.invisible(1);CKEDITOR.on("instanceCreated",function(b){function g(){var a=e.getSelection();a&&a.removeAllRanges()}var e=b.editor;e.define("selectionChange",{errorProof:1});e.on("contentDom",function(){var b=e.document,g=CKEDITOR.document,f=e.editable(),i=b.getBody(),j=b.getDocumentElement(),p=f.isInline(),m;CKEDITOR.env.gecko&&f.attachListener(f,"focus",function(a){a.removeListener();if(m!==0){a=e.getSelection().getNative();if(a.isCollapsed&& +a.anchorNode==f.$){a=e.createRange();a.moveToElementEditStart(f);a.select()}}},null,null,-2);f.attachListener(f,"focus",function(){e.unlockSelection(m);m=0},null,null,-1);f.attachListener(f,"mousedown",function(){m=0});if(CKEDITOR.env.ie||CKEDITOR.env.opera||p){var l,r=function(){l=e.getSelection(1);l.lock()};n?f.attachListener(f,"beforedeactivate",r,null,null,-1):f.attachListener(e,"selectionCheck",r,null,null,-1);f.attachListener(f,"blur",function(){e.lockSelection(l);m=1},null,null,-1)}if(CKEDITOR.env.ie&& +!p){var s;f.attachListener(f,"mousedown",function(a){a.data.$.button==2&&e.document.$.selection.type=="None"&&(s=e.window.getScrollPosition())});f.attachListener(f,"mouseup",function(a){if(a.data.$.button==2&&s){e.document.$.documentElement.scrollLeft=s.x;e.document.$.documentElement.scrollTop=s.y}s=null});if(b.$.compatMode!="BackCompat"){if(CKEDITOR.env.ie7Compat||CKEDITOR.env.ie6Compat)j.on("mousedown",function(a){function b(a){a=a.data.$;if(d){var c=i.$.createTextRange();try{c.moveToPoint(a.x, +a.y)}catch(e){}d.setEndPoint(f.compareEndPoints("StartToStart",c)<0?"EndToEnd":"StartToStart",c);d.select()}}function c(){j.removeListener("mousemove",b);g.removeListener("mouseup",c);j.removeListener("mouseup",c);d.select()}a=a.data;if(a.getTarget().is("html")&&a.$.y7){j.on("mousedown", +function(a){if(a.data.getTarget().is("html")){g.on("mouseup",A);j.on("mouseup",A)}});var A=function(){g.removeListener("mouseup",A);j.removeListener("mouseup",A);var a=CKEDITOR.document.$.selection,c=a.createRange();a.type!="None"&&c.parentElement().ownerDocument==b.$&&c.select()}}}}f.attachListener(f,"selectionchange",a,e);f.attachListener(f,"keyup",c,e);f.attachListener(f,"focus",function(){e.forceNextSelectionCheck();e.selectionChange(1)});if(p?CKEDITOR.env.webkit||CKEDITOR.env.gecko:CKEDITOR.env.opera){var v; +f.attachListener(f,"mousedown",function(){v=1});f.attachListener(b.getDocumentElement(),"mouseup",function(){v&&c.call(e);v=0})}else f.attachListener(CKEDITOR.env.ie?f:b.getDocumentElement(),"mouseup",c,e);CKEDITOR.env.webkit&&f.attachListener(b,"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:d(f)}},null,null,-1)});e.on("contentDomUnload",e.forceNextSelectionCheck,e);e.on("dataReady",function(){e.selectionChange(1)});CKEDITOR.env.ie9Compat&& +e.on("beforeDestroy",g,null,null,9);CKEDITOR.env.webkit&&e.on("setData",g);e.on("contentDomUnload",function(){e.unlockSelection()})});CKEDITOR.on("instanceReady",function(a){var b=a.editor;if(CKEDITOR.env.webkit){b.on("selectionChange",function(){var a=b.editable(),c=e(a);c&&(c.getCustomData("ready")?d(a):c.setCustomData("ready",1))},null,null,-1);b.on("beforeSetMode",function(){d(b.editable())},null,null,-1);var c,f,a=function(){var a=b.editable();if(a)if(a=e(a)){var d=b.document.$.defaultView.getSelection(); +d.type=="Caret"&&d.anchorNode==a.$&&(f=1);c=a.getText();a.setText(j(c))}},i=function(){var a=b.editable();if(a)if(a=e(a)){a.setText(c);if(f){b.document.$.defaultView.getSelection().setPosition(a.$,a.getLength());f=0}}};b.on("beforeUndoImage",a);b.on("afterUndoImage",i);b.on("beforeGetData",a,null,null,0);b.on("getData",i)}});CKEDITOR.editor.prototype.selectionChange=function(b){(b?a:c).call(this)};CKEDITOR.editor.prototype.getSelection=function(a){if(this._.savedSelection&&!a)return this._.savedSelection; +return(a=this.editable())?new CKEDITOR.dom.selection(a):null};CKEDITOR.editor.prototype.lockSelection=function(a){a=a||this.getSelection(1);if(a.getType()!=CKEDITOR.SELECTION_NONE){!a.isLocked&&a.lock();this._.savedSelection=a;return true}return false};CKEDITOR.editor.prototype.unlockSelection=function(a){var b=this._.savedSelection;if(b){b.unlock(a);delete this._.savedSelection;return true}return false};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 n=typeof window.getSelection!="function";CKEDITOR.dom.selection=function(a){var b=a instanceof CKEDITOR.dom.element;this.document= +a instanceof CKEDITOR.dom.document?a:a.getDocument();this.root=b?a:this.document.getBody();this.isLocked=0;this._={cache:{}};if(CKEDITOR.env.webkit){a=this.document.getWindow().$.getSelection();if(a.type=="None"&&this.document.getActive().equals(this.root)||a.type=="Caret"&&a.anchorNode.nodeType==CKEDITOR.NODE_DOCUMENT){var c=new CKEDITOR.dom.range(this.root);c.moveToPosition(this.root,CKEDITOR.POSITION_AFTER_START);b=this.document.$.createRange();b.setStart(c.startContainer.$,c.startOffset);b.collapse(1); +var d=this.root.on("focus",function(a){a.cancel()},null,null,-100);a.addRange(b);d.removeListener()}}var a=this.getNative(),e;if(a)if(a.getRangeAt)e=(c=a.rangeCount&&a.getRangeAt(0))&&new CKEDITOR.dom.node(c.commonAncestorContainer);else{try{c=a.createRange()}catch(f){}e=c&&CKEDITOR.dom.element.get(c.item&&c.item(0)||c.parentElement())}if(!e||!this.root.equals(e)&&!this.root.contains(e)){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 r={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};CKEDITOR.dom.selection.prototype={getNative:function(){return this._.cache.nativeSel!==void 0?this._.cache.nativeSel:this._.cache.nativeSel=n?this.document.$.selection:this.document.getWindow().$.getSelection()},getType:n?function(){var a=this._.cache;if(a.type)return a.type;var b=CKEDITOR.SELECTION_NONE; +try{var c=this.getNative(),d=c.type;if(d=="Text")b=CKEDITOR.SELECTION_TEXT;if(d=="Control")b=CKEDITOR.SELECTION_ELEMENT;if(c.createRange().parentElement())b=CKEDITOR.SELECTION_TEXT}catch(e){}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(c.rangeCount==1){var c=c.getRangeAt(0),d=c.startContainer;if(d==c.endContainer&&d.nodeType==1&&c.endOffset-c.startOffset==1&&r[d.childNodes[c.startOffset].nodeName.toLowerCase()])b= +CKEDITOR.SELECTION_ELEMENT}return a.type=b},getRanges:function(){var a=n?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(),e=d.ownerDocument;if(!d.hasChildNodes())return{container:d,offset:0};for(var f=d.children,h,i,j=b.duplicate(),m=0,p=f.length-1,l=-1,n,o;m<=p;){l=Math.floor((m+p)/2);h=f[l];j.moveToElementText(h);n=j.compareEndPoints("StartToStart",b);if(n>0)p=l-1;else if(n<0)m=l+1;else{if(CKEDITOR.env.ie9Compat&& +h.tagName=="BR"){f=e.defaultView.getSelection();return{container:f[c?"anchorNode":"focusNode"],offset:f[c?"anchorOffset":"focusOffset"]}}return{container:d,offset:a(h)}}}if(l==-1||l==f.length-1&&n<0){j.moveToElementText(d);j.setEndPoint("StartToStart",b);e=j.text.replace(/(\r\n|\r)/g,"\n").length;f=d.childNodes;if(!e){h=f[f.length-1];return h.nodeType!=CKEDITOR.NODE_TEXT?{container:d,offset:f.length}:{container:h,offset:h.nodeValue.length}}for(d=f.length;e>0&&d>0;){i=f[--d];if(i.nodeType==CKEDITOR.NODE_TEXT){o= +i;e=e-i.nodeValue.length}}return{container:o,offset:-e}}j.collapse(n>0?true:false);j.setEndPoint(n>0?"StartToStart":"EndToStart",b);e=j.text.replace(/(\r\n|\r)/g,"\n").length;if(!e)return{container:d,offset:a(h)+(n>0?0:1)};for(;e>0;)try{i=h[n>0?"previousSibling":"nextSibling"];if(i.nodeType==CKEDITOR.NODE_TEXT){e=e-i.nodeValue.length;o=i}h=i}catch(x){return{container:d,offset:a(h)}}return{container:o,offset:n>0?-e:o.nodeValue.length+e}};return function(){var a=this.getNative(),c=a&&a.createRange(), +d=this.getType();if(!a)return[];if(d==CKEDITOR.SELECTION_TEXT){a=new CKEDITOR.dom.range(this.root);d=b(c,true);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();return[a]}if(d==CKEDITOR.SELECTION_ELEMENT){for(var d=[],e=0;e=b.getLength()?l.setStartAfter(b):l.setStartBefore(b));i&&i.type==CKEDITOR.NODE_TEXT&&(m?l.setEndAfter(i):l.setEndBefore(i));b=new CKEDITOR.dom.walker(l);b.evaluator=function(a){if(a.type==CKEDITOR.NODE_ELEMENT&&a.isReadOnly()){var b=f.clone();f.setEndBefore(a);f.collapsed&&d.splice(e--,1);if(!(a.getPosition(l.endContainer)&CKEDITOR.POSITION_CONTAINS)){b.setStartAfter(a);b.collapsed||d.splice(e+1,0,b)}return true}return false};b.next()}}return c.ranges}}(),getStartElement:function(){var a=this._.cache; +if(a.startElement!==void 0)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;if(c.startOffset==(b.getChildCount?b.getChildCount():b.getLength())&&!b.isBlockBoundary())c.setStartAfter(b);else break}b=c.startContainer;if(b.type!=CKEDITOR.NODE_ELEMENT)return b.getParent(); +b=b.getChild(c.startOffset);if(!b||b.type!=CKEDITOR.NODE_ELEMENT)b=c.startContainer;else for(c=b.getFirst();c&&c.type==CKEDITOR.NODE_ELEMENT;){b=c;c=c.getFirst()}}b=b.$}}return a.startElement=b?new CKEDITOR.dom.element(b):null},getSelectedElement:function(){var a=this._.cache;if(a.selectedElement!==void 0)return a.selectedElement;var b=this,c=CKEDITOR.tools.tryThese(function(){return b.getNative().createRange().item(0)},function(){for(var a=b.getRanges()[0],c,d,e=2;e&&(!(c=a.getEnclosedNode())||!(c.type== +CKEDITOR.NODE_ELEMENT&&r[c.getName()]&&(d=c)));e--)a.shrink(CKEDITOR.SHRINK_ELEMENT);return d.$});return a.selectedElement=c?new CKEDITOR.dom.element(c):null},getSelectedText:function(){var a=this._.cache;if(a.selectedText!==void 0)return a.selectedText;var b=this.getNative(),b=n?b.type=="Control"?"":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();this.isLocked=0;this.reset();if(a)(a=b||c[0]&&c[0].getCommonAncestor())&&a.getAscendant("body",1)&&(b?this.selectElement(b):this.selectRanges(c))}},reset:function(){this._.cache={}},selectElement:function(a){var b=new CKEDITOR.dom.range(this.root);b.setStartBefore(a);b.setEndAfter(a);this.selectRanges([b])},selectRanges:function(a){if(a.length)if(this.isLocked){var b=CKEDITOR.document.getActive();this.unlock(); +this.selectRanges(a);this.lock();!b.equals(this.root)&&b.focus()}else{if(n){var c=CKEDITOR.dom.walker.whitespaces(true),e=/\ufeff|\u00a0/,i={table:1,tbody:1,tr:1};if(a.length>1){b=a[a.length-1];a[0].setEnd(b.endContainer,b.endOffset)}var b=a[0],a=b.collapsed,k,j,m,l=b.getEnclosedNode();if(l&&l.type==CKEDITOR.NODE_ELEMENT&&l.getName()in r&&(!l.is("a")||!l.getText()))try{m=l.$.createControlRange();m.addElement(l.$);m.select();return}catch(B){}(b.startContainer.type==CKEDITOR.NODE_ELEMENT&&b.startContainer.getName()in +i||b.endContainer.type==CKEDITOR.NODE_ELEMENT&&b.endContainer.getName()in i)&&b.shrink(CKEDITOR.NODE_ELEMENT,true);m=b.createBookmark();var i=m.startNode,q;if(!a)q=m.endNode;m=b.document.$.body.createTextRange();m.moveToElementText(i.$);m.moveStart("character",1);if(q){e=b.document.$.body.createTextRange();e.moveToElementText(q.$);m.setEndPoint("EndToEnd",e);m.moveEnd("character",-1)}else{k=i.getNext(c);j=i.hasAscendant("pre");k=!(k&&k.getText&&k.getText().match(e))&&(j||!i.hasPrevious()||i.getPrevious().is&& +i.getPrevious().is("br"));j=b.document.createElement("span");j.setHtml("");j.insertBefore(i);k&&b.document.createText("").insertBefore(i)}b.setStartBefore(i);i.remove();if(a){if(k){m.moveStart("character",-1);m.select();b.document.$.selection.clear()}else m.select();b.moveToPosition(j,CKEDITOR.POSITION_BEFORE_START);j.remove()}else{b.setEndBefore(q);q.remove();m.select()}}else{q=this.getNative();if(!q)return;if(CKEDITOR.env.opera){b=this.document.$.createRange();b.selectNodeContents(this.root.$); +q.addRange(b)}this.removeAllRanges();for(e=0;e=0){b.collapse(1);m.setEnd(b.endContainer.$,b.endOffset)}else throw z;}q.addRange(m)}}this.reset();this.root.fire("selectionchange")}},createBookmarks:function(a){return this.getRanges().createBookmarks(a)},createBookmarks2:function(a){return this.getRanges().createBookmarks2(a)},selectBookmarks:function(a){for(var b=[],c=0;c< +a.length;c++){var d=new CKEDITOR.dom.range(this.root);d.moveToBookmark(a[c]);b.push(d)}this.selectRanges(b);return this},getCommonAncestor:function(){var a=this.getRanges();return a[0].startContainer.getCommonAncestor(a[a.length-1].endContainer)},scrollIntoView:function(){this.type!=CKEDITOR.SELECTION_NONE&&this.getRanges()[0].scrollIntoView()},removeAllRanges:function(){var a=this.getNative();try{a&&a[n?"empty":"removeAllRanges"]()}catch(b){}this.reset()}}})(); +CKEDITOR.editor.prototype.attachStyleStateChange=function(a,c){var b=this._.styleStateChangeCallbacks;if(!b){b=this._.styleStateChangeCallbacks=[];this.on("selectionChange",function(a){for(var c=0;c]*>)[ \t\r\n]*/gi,"$1");f=f.replace(/([ \t\n\r]+| )/g," ");f=f.replace(/]*>/gi,"\n");if(CKEDITOR.env.ie){var g=a.getDocument().createElement("div");g.append(d);d.$.outerHTML="
"+f+"
";d.copyAttributes(g.getFirst());d=g.getFirst().remove()}else d.setHtml(f);b=d}else f?b=n(c?[a.getHtml()]:i(a),b):a.moveChildren(b);b.replace(a);if(e){var c=b,j;if((j=c.getPrevious(v))&&j.is&&j.is("pre")){e=m(j.getHtml(),/\n$/,"")+ +"\n\n"+m(c.getHtml(),/^\n/,"");CKEDITOR.env.ie?c.$.outerHTML="
"+e+"
":c.setHtml(e);j.remove()}}else c&&h(b)}function i(a){a.getName();var b=[];m(a.getOuterHtml(),/(\S\s*)\n(?:\s|(]+data-cke-bookmark.*?\/span>))*\n(?!$)/gi,function(a,b,c){return b+"
"+c+"
"}).replace(/([\s\S]*?)<\/pre>/gi,function(a,c){b.push(c)});return b}function m(a,b,c){var e="",d="",a=a.replace(/(^]+data-cke-bookmark.*?\/span>)|(]+data-cke-bookmark.*?\/span>$)/gi,function(a,
+b,c){b&&(e=b);c&&(d=c);return""});return e+a.replace(b,c)+d}function n(a,b){var c;a.length>1&&(c=new CKEDITOR.dom.documentFragment(b.getDocument()));for(var e=0;e"),d=d.replace(/[ \t]{2,}/g,function(a){return CKEDITOR.tools.repeat(" ",
+a.length-1)+" "});if(c){var f=b.clone();f.setHtml(d);c.append(f)}else b.setHtml(d)}return c||b}function r(a){var b=this._.definition,c=b.attributes,b=b.styles,d=t(this)[a.getName()],e=CKEDITOR.tools.isEmpty(c)&&CKEDITOR.tools.isEmpty(b),f;for(f in c)if(!((f=="class"||this._.definition.fullMatch)&&a.getAttribute(f)!=F(f,c[f]))){e=a.hasAttribute(f);a.removeAttribute(f)}for(var i in b)if(!(this._.definition.fullMatch&&a.getStyle(i)!=F(i,b[i],true))){e=e||!!a.getStyle(i);a.removeStyle(i)}g(a,d,B[a.getName()]);
+e&&(this._.definition.alwaysRemoveElement?h(a,1):!CKEDITOR.dtd.$block[a.getName()]||this._.enterMode==CKEDITOR.ENTER_BR&&!a.hasAttributes()?h(a):a.renameNode(this._.enterMode==CKEDITOR.ENTER_P?"p":"div"))}function p(a){for(var b=t(this),c=a.getElementsByTag(this.element),d=c.count();--d>=0;)r.call(this,c.getItem(d));for(var e in b)if(e!=this.element){c=a.getElementsByTag(e);for(d=c.count()-1;d>=0;d--){var f=c.getItem(d);g(f,b[e])}}}function g(a,b,c){if(b=b&&b.attributes)for(var d=0;d",a||b.name,"");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(z,";"));for(var e in b){var f=b[e],g=(e+":"+f).replace(z,";");f=="inherit"?d=d+g:c=c+g}c.length&&(c=CKEDITOR.tools.normalizeCssText(c,true));return a._ST=c+d}})();CKEDITOR.styleCommand=function(a,c){this.requiredContent=this.allowedContent=this.style=a;CKEDITOR.tools.extend(this,c,true)};
+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,c,b){CKEDITOR.stylesSet.addExternal(a,c,"");CKEDITOR.stylesSet.load(a,b)};
+CKEDITOR.editor.prototype.getStylesSet=function(a){if(this._.stylesDefinitions)a(this._.stylesDefinitions);else{var c=this,b=c.config.stylesCombo_stylesSet||c.config.stylesSet;if(b===false)a(null);else if(b instanceof Array){c._.stylesDefinitions=b;a(b)}else{b||(b="default");var b=b.split(":"),f=b[0];CKEDITOR.stylesSet.addExternal(f,b[1]?b.slice(1).join(":"):CKEDITOR.getUrl("styles.js"),"");CKEDITOR.stylesSet.load(f,function(b){c._.stylesDefinitions=b[f];a(c._.stylesDefinitions)})}}};
+CKEDITOR.dom.comment=function(a,c){typeof a=="string"&&(a=(c?c.$: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"<\!--"+this.$.nodeValue+"--\>"}});
+(function(){var a={},c;for(c in CKEDITOR.dtd.$blockLimit)c in CKEDITOR.dtd.$list||(a[c]=1);var b={};for(c in CKEDITOR.dtd.$block)c in CKEDITOR.dtd.$blockLimit||c in CKEDITOR.dtd.$empty||(b[c]=1);CKEDITOR.dom.elementPath=function(c,e){var d=null,j=null,l=[],e=e||c.getDocument().getBody(),i=c;do if(i.type==CKEDITOR.NODE_ELEMENT){l.push(i);if(!this.lastElement){this.lastElement=i;if(i.is(CKEDITOR.dtd.$object))continue}var m=i.getName();if(!j){!d&&b[m]&&(d=i);if(a[m]){var n;if(n=!d){if(m=m=="div"){a:{m=
+i.getChildren();n=0;for(var r=m.count();n-1}:typeof a=="function"?f=a:typeof a=="object"&&(f=
+function(b){return b.getName()in a});var e=this.elements,d=e.length;c&&d--;if(b){e=Array.prototype.slice.call(e,0);e.reverse()}for(c=0;c=f){d=e.createText("");d.insertAfter(this)}else{a=e.createText("");a.insertAfter(d);a.remove()}return d},substring:function(a,
+c){return typeof c!="number"?this.$.nodeValue.substr(a):this.$.nodeValue.substring(a,c)}});
+(function(){function a(a,c,e){var d=a.serializable,j=c[e?"endContainer":"startContainer"],l=e?"endOffset":"startOffset",i=d?c.document.getById(a.startNode):a.startNode,a=d?c.document.getById(a.endNode):a.endNode;if(j.equals(i.getPrevious())){c.startOffset=c.startOffset-j.getLength()-a.getPrevious().getLength();j=a.getNext()}else if(j.equals(a.getPrevious())){c.startOffset=c.startOffset-j.getLength();j=a.getNext()}j.equals(i.getParent())&&c[l]++;j.equals(a.getParent())&&c[l]++;c[e?"endContainer":"startContainer"]=
+j;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,c)};var c={createIterator:function(){var a=this,c=CKEDITOR.dom.walker.bookmark(),e=[],d;return{getNextRange:function(j){d=d==void 0?0:d+1;var l=a[d];if(l&&a.length>1){if(!d)for(var i=a.length-1;i>=0;i--)e.unshift(a[i].createBookmark(true));if(j)for(var m=0;a[d+m+1];){for(var n=l.document,j=0,i=n.getById(e[m].endNode),n=n.getById(e[m+
+1].startNode);;){i=i.getNextSourceNode(false);if(n.equals(i))j=1;else if(c(i)||i.type==CKEDITOR.NODE_ELEMENT&&i.isBlockBoundary())continue;break}if(!j)break;m++}for(l.moveToBookmark(e.shift());m--;){i=a[++d];i.moveToBookmark(e.shift());l.setEnd(i.endContainer,i.endOffset)}}return l}}},createBookmarks:function(b){for(var c=[],e,d=0;db?-1:1}),e=0,f;e',CKEDITOR.document);a.appendTo(CKEDITOR.document.getHead());try{CKEDITOR.env.hc=a.getComputedStyle("border-top-color")==a.getComputedStyle("border-right-color")}catch(c){CKEDITOR.env.hc=false}a.remove()}if(CKEDITOR.env.hc)CKEDITOR.env.cssClass=CKEDITOR.env.cssClass+" cke_hc";CKEDITOR.document.appendStyleText(".cke{visibility:hidden;}");
+CKEDITOR.status="loaded";CKEDITOR.fireOnce("loaded");if(a=CKEDITOR._.pending){delete CKEDITOR._.pending;for(var b=0;bc;c++){var f=a,h=c,d;d=parseInt(a[c],16);d=("0"+(0>e?0|d*(1+e):0|d+(255-d)*e).toString(16)).slice(-2);f[h]=d}return"#"+a.join("")}}(),c=function(){var b=new CKEDITOR.template("background:#{to};background-image:-webkit-gradient(linear,lefttop,leftbottom,from({from}),to({to}));background-image:-moz-linear-gradient(top,{from},{to});background-image:-webkit-linear-gradient(top,{from},{to});background-image:-o-linear-gradient(top,{from},{to});background-image:-ms-linear-gradient(top,{from},{to});background-image:linear-gradient(top,{from},{to});filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='{from}',endColorstr='{to}');");return function(c,
+a){return b.output({from:c,to:a})}}(),f={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(g,e){var a=g.uiColor,a={id:"."+g.id,defaultBorder:b(a,-0.1),defaultGradient:c(b(a,0.9),a),lightGradient:c(b(a,1),b(a,0.7)),mediumGradient:c(b(a,0.8),b(a,0.5)),ckeButtonOn:c(b(a,0.6),b(a,0.7)),ckeResizer:b(a,-0.4),ckeToolbarSeparator:b(a,0.5),ckeColorauto:b(a,0.8),dialogBody:b(a,0.7),dialogTabSelected:c("#FFFFFF","#FFFFFF"),dialogTabSelectedBorder:"#FFF",elementsPathColor:b(a,-0.6),elementsPathBg:a,menubuttonIcon:b(a,0.5),menubuttonIconHover:b(a,0.3)};return f[e].output(a).replace(/\[/g,
+"{").replace(/\]/g,"}")}}();CKEDITOR.plugins.add("dialogui",{onLoad:function(){var h=function(b){this._||(this._={});this._["default"]=this._.initValue=b["default"]||"";this._.required=b.required||!1;for(var a=[this._],d=1;darguments.length)){var c=h.call(this,a);c.labelId=CKEDITOR.tools.getNextId()+"_label";this._.children=[];CKEDITOR.ui.dialog.uiElement.call(this,b,a,d,"div",null,{role:"presentation"},function(){var f=[],d=a.required?" cke_required":"";"horizontal"!=
+a.labelLayout?f.push('",'"):(d={type:"hbox",widths:a.widths,padding:0,children:[{type:"html",html:'