├── .github └── FUNDING.yml ├── .htaccess ├── admin ├── api.php ├── archive.php ├── backup-edit.php ├── backups.php ├── changedata.php ├── components.php ├── cron.php ├── deletefile.php ├── download.php ├── edit.php ├── filebrowser.php ├── health-check.php ├── humans.txt ├── image.php ├── inc │ ├── ZipArchive.php │ ├── ajax.php │ ├── api.class.php │ ├── api.plugin.php │ ├── basic.php │ ├── caching_functions.php │ ├── common.php │ ├── configuration.php │ ├── cookie_functions.php │ ├── image.class.php │ ├── imagemanipulation.php │ ├── logging.class.php │ ├── login_functions.php │ ├── nonce.php │ ├── plugin_functions.php │ ├── security_functions.php │ ├── template_functions.php │ ├── theme_functions.php │ ├── thumb.php │ ├── timezone_options.txt │ ├── tmp │ │ ├── tmp-404.xml │ │ ├── tmp-admin.xml │ │ ├── tmp-components.xml │ │ ├── tmp-index.xml │ │ ├── tmp.allow.htaccess │ │ └── tmp.deny.htaccess │ └── xss.php ├── index.php ├── lang │ └── en_US.php ├── load-ajax.php ├── load.php ├── loadtab.php ├── log.php ├── logout.php ├── menu-manager.php ├── navigation.php ├── pages.php ├── plugins.php ├── resetpassword.php ├── settings.php ├── share.php ├── sitemap.php ├── support.php ├── template │ ├── css-wide.php │ ├── css.php │ ├── error_checking.php │ ├── footer.php │ ├── header.php │ ├── ie6.css │ ├── images │ │ ├── active.png │ │ ├── ajax.gif │ │ ├── ajax_dark.gif │ │ ├── cancel.png │ │ ├── capslock.png │ │ ├── clock.png │ │ ├── folder.png │ │ ├── getsimple_logo.gif │ │ ├── minus.png │ │ ├── plus.png │ │ ├── search.png │ │ ├── tick.png │ │ └── utick.png │ ├── include-nav.php │ ├── js │ │ ├── ckeditor │ │ │ ├── CHANGES.md │ │ │ ├── LICENSE.md │ │ │ ├── build-config.js │ │ │ ├── ckeditor.js │ │ │ ├── config.js │ │ │ ├── contents.css │ │ │ ├── lang │ │ │ │ ├── de.js │ │ │ │ ├── en.js │ │ │ │ ├── es.js │ │ │ │ ├── fr.js │ │ │ │ ├── it.js │ │ │ │ ├── nl.js │ │ │ │ ├── pl.js │ │ │ │ ├── pt.js │ │ │ │ ├── ru.js │ │ │ │ └── sv.js │ │ │ ├── plugins │ │ │ │ ├── a11yhelp │ │ │ │ │ └── dialogs │ │ │ │ │ │ ├── a11yhelp.js │ │ │ │ │ │ └── lang │ │ │ │ │ │ ├── _translationstatus.txt │ │ │ │ │ │ ├── af.js │ │ │ │ │ │ ├── ar.js │ │ │ │ │ │ ├── bg.js │ │ │ │ │ │ ├── ca.js │ │ │ │ │ │ ├── cs.js │ │ │ │ │ │ ├── cy.js │ │ │ │ │ │ ├── da.js │ │ │ │ │ │ ├── de-ch.js │ │ │ │ │ │ ├── de.js │ │ │ │ │ │ ├── el.js │ │ │ │ │ │ ├── en-gb.js │ │ │ │ │ │ ├── en.js │ │ │ │ │ │ ├── eo.js │ │ │ │ │ │ ├── es.js │ │ │ │ │ │ ├── et.js │ │ │ │ │ │ ├── eu.js │ │ │ │ │ │ ├── fa.js │ │ │ │ │ │ ├── fi.js │ │ │ │ │ │ ├── fo.js │ │ │ │ │ │ ├── fr-ca.js │ │ │ │ │ │ ├── fr.js │ │ │ │ │ │ ├── gl.js │ │ │ │ │ │ ├── gu.js │ │ │ │ │ │ ├── he.js │ │ │ │ │ │ ├── hi.js │ │ │ │ │ │ ├── hr.js │ │ │ │ │ │ ├── hu.js │ │ │ │ │ │ ├── id.js │ │ │ │ │ │ ├── it.js │ │ │ │ │ │ ├── ja.js │ │ │ │ │ │ ├── km.js │ │ │ │ │ │ ├── ko.js │ │ │ │ │ │ ├── ku.js │ │ │ │ │ │ ├── lt.js │ │ │ │ │ │ ├── lv.js │ │ │ │ │ │ ├── mk.js │ │ │ │ │ │ ├── mn.js │ │ │ │ │ │ ├── nb.js │ │ │ │ │ │ ├── nl.js │ │ │ │ │ │ ├── no.js │ │ │ │ │ │ ├── pl.js │ │ │ │ │ │ ├── pt-br.js │ │ │ │ │ │ ├── pt.js │ │ │ │ │ │ ├── ro.js │ │ │ │ │ │ ├── ru.js │ │ │ │ │ │ ├── si.js │ │ │ │ │ │ ├── sk.js │ │ │ │ │ │ ├── sl.js │ │ │ │ │ │ ├── sq.js │ │ │ │ │ │ ├── sr-latn.js │ │ │ │ │ │ ├── sr.js │ │ │ │ │ │ ├── sv.js │ │ │ │ │ │ ├── th.js │ │ │ │ │ │ ├── tr.js │ │ │ │ │ │ ├── tt.js │ │ │ │ │ │ ├── ug.js │ │ │ │ │ │ ├── uk.js │ │ │ │ │ │ ├── vi.js │ │ │ │ │ │ ├── zh-cn.js │ │ │ │ │ │ └── zh.js │ │ │ │ ├── about │ │ │ │ │ └── dialogs │ │ │ │ │ │ ├── about.js │ │ │ │ │ │ ├── hidpi │ │ │ │ │ │ └── logo_ckeditor.png │ │ │ │ │ │ └── logo_ckeditor.png │ │ │ │ ├── autogrow │ │ │ │ │ ├── plugin.js │ │ │ │ │ └── samples │ │ │ │ │ │ └── autogrow.html │ │ │ │ ├── clipboard │ │ │ │ │ └── dialogs │ │ │ │ │ │ └── paste.js │ │ │ │ ├── codesnippet │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── codesnippet.js │ │ │ │ │ ├── icons │ │ │ │ │ │ ├── codesnippet.png │ │ │ │ │ │ └── hidpi │ │ │ │ │ │ │ └── codesnippet.png │ │ │ │ │ ├── lang │ │ │ │ │ │ ├── ar.js │ │ │ │ │ │ ├── bg.js │ │ │ │ │ │ ├── ca.js │ │ │ │ │ │ ├── cs.js │ │ │ │ │ │ ├── da.js │ │ │ │ │ │ ├── de.js │ │ │ │ │ │ ├── el.js │ │ │ │ │ │ ├── en-gb.js │ │ │ │ │ │ ├── en.js │ │ │ │ │ │ ├── eo.js │ │ │ │ │ │ ├── es.js │ │ │ │ │ │ ├── et.js │ │ │ │ │ │ ├── eu.js │ │ │ │ │ │ ├── fa.js │ │ │ │ │ │ ├── fi.js │ │ │ │ │ │ ├── fr-ca.js │ │ │ │ │ │ ├── fr.js │ │ │ │ │ │ ├── gl.js │ │ │ │ │ │ ├── he.js │ │ │ │ │ │ ├── hr.js │ │ │ │ │ │ ├── hu.js │ │ │ │ │ │ ├── id.js │ │ │ │ │ │ ├── it.js │ │ │ │ │ │ ├── ja.js │ │ │ │ │ │ ├── km.js │ │ │ │ │ │ ├── ko.js │ │ │ │ │ │ ├── ku.js │ │ │ │ │ │ ├── lt.js │ │ │ │ │ │ ├── lv.js │ │ │ │ │ │ ├── nb.js │ │ │ │ │ │ ├── nl.js │ │ │ │ │ │ ├── no.js │ │ │ │ │ │ ├── pl.js │ │ │ │ │ │ ├── pt-br.js │ │ │ │ │ │ ├── pt.js │ │ │ │ │ │ ├── ro.js │ │ │ │ │ │ ├── ru.js │ │ │ │ │ │ ├── sk.js │ │ │ │ │ │ ├── sl.js │ │ │ │ │ │ ├── sq.js │ │ │ │ │ │ ├── sv.js │ │ │ │ │ │ ├── th.js │ │ │ │ │ │ ├── tr.js │ │ │ │ │ │ ├── tt.js │ │ │ │ │ │ ├── ug.js │ │ │ │ │ │ ├── uk.js │ │ │ │ │ │ ├── vi.js │ │ │ │ │ │ ├── zh-cn.js │ │ │ │ │ │ └── zh.js │ │ │ │ │ ├── lib │ │ │ │ │ │ └── highlight │ │ │ │ │ │ │ ├── CHANGES.md │ │ │ │ │ │ │ ├── LICENSE │ │ │ │ │ │ │ ├── README.ru.md │ │ │ │ │ │ │ ├── highlight.pack.js │ │ │ │ │ │ │ └── styles │ │ │ │ │ │ │ ├── arta.css │ │ │ │ │ │ │ ├── ascetic.css │ │ │ │ │ │ │ ├── atelier-dune.dark.css │ │ │ │ │ │ │ ├── atelier-dune.light.css │ │ │ │ │ │ │ ├── atelier-forest.dark.css │ │ │ │ │ │ │ ├── atelier-forest.light.css │ │ │ │ │ │ │ ├── atelier-heath.dark.css │ │ │ │ │ │ │ ├── atelier-heath.light.css │ │ │ │ │ │ │ ├── atelier-lakeside.dark.css │ │ │ │ │ │ │ ├── atelier-lakeside.light.css │ │ │ │ │ │ │ ├── atelier-seaside.dark.css │ │ │ │ │ │ │ ├── atelier-seaside.light.css │ │ │ │ │ │ │ ├── brown_paper.css │ │ │ │ │ │ │ ├── brown_papersq.png │ │ │ │ │ │ │ ├── dark.css │ │ │ │ │ │ │ ├── default.css │ │ │ │ │ │ │ ├── docco.css │ │ │ │ │ │ │ ├── far.css │ │ │ │ │ │ │ ├── foundation.css │ │ │ │ │ │ │ ├── github.css │ │ │ │ │ │ │ ├── googlecode.css │ │ │ │ │ │ │ ├── idea.css │ │ │ │ │ │ │ ├── ir_black.css │ │ │ │ │ │ │ ├── magula.css │ │ │ │ │ │ │ ├── mono-blue.css │ │ │ │ │ │ │ ├── monokai.css │ │ │ │ │ │ │ ├── monokai_sublime.css │ │ │ │ │ │ │ ├── obsidian.css │ │ │ │ │ │ │ ├── paraiso.dark.css │ │ │ │ │ │ │ ├── paraiso.light.css │ │ │ │ │ │ │ ├── pojoaque.css │ │ │ │ │ │ │ ├── pojoaque.jpg │ │ │ │ │ │ │ ├── railscasts.css │ │ │ │ │ │ │ ├── rainbow.css │ │ │ │ │ │ │ ├── school_book.css │ │ │ │ │ │ │ ├── school_book.png │ │ │ │ │ │ │ ├── solarized_dark.css │ │ │ │ │ │ │ ├── solarized_light.css │ │ │ │ │ │ │ ├── sunburst.css │ │ │ │ │ │ │ ├── tomorrow-night-blue.css │ │ │ │ │ │ │ ├── tomorrow-night-bright.css │ │ │ │ │ │ │ ├── tomorrow-night-eighties.css │ │ │ │ │ │ │ ├── tomorrow-night.css │ │ │ │ │ │ │ ├── tomorrow.css │ │ │ │ │ │ │ ├── vs.css │ │ │ │ │ │ │ ├── xcode.css │ │ │ │ │ │ │ └── zenburn.css │ │ │ │ │ ├── plugin.js │ │ │ │ │ └── samples │ │ │ │ │ │ └── codesnippet.html │ │ │ │ ├── colordialog │ │ │ │ │ └── dialogs │ │ │ │ │ │ ├── colordialog.css │ │ │ │ │ │ └── colordialog.js │ │ │ │ ├── dialog │ │ │ │ │ └── dialogDefinition.js │ │ │ │ ├── div │ │ │ │ │ └── dialogs │ │ │ │ │ │ └── div.js │ │ │ │ ├── find │ │ │ │ │ └── dialogs │ │ │ │ │ │ └── find.js │ │ │ │ ├── fixed │ │ │ │ │ └── plugin.js │ │ │ │ ├── flash │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── flash.js │ │ │ │ │ └── images │ │ │ │ │ │ └── placeholder.png │ │ │ │ ├── floating-tools │ │ │ │ │ └── plugin.js │ │ │ │ ├── forms │ │ │ │ │ ├── dialogs │ │ │ │ │ │ ├── button.js │ │ │ │ │ │ ├── checkbox.js │ │ │ │ │ │ ├── form.js │ │ │ │ │ │ ├── hiddenfield.js │ │ │ │ │ │ ├── radio.js │ │ │ │ │ │ ├── select.js │ │ │ │ │ │ ├── textarea.js │ │ │ │ │ │ └── textfield.js │ │ │ │ │ └── images │ │ │ │ │ │ └── hiddenfield.gif │ │ │ │ ├── icons.png │ │ │ │ ├── icons_hidpi.png │ │ │ │ ├── iframe │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── iframe.js │ │ │ │ │ └── images │ │ │ │ │ │ └── placeholder.png │ │ │ │ ├── image │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── image.js │ │ │ │ │ └── images │ │ │ │ │ │ └── noimage.png │ │ │ │ ├── lineutils │ │ │ │ │ ├── dev │ │ │ │ │ │ ├── dnd.html │ │ │ │ │ │ └── magicfinger.html │ │ │ │ │ └── plugin.js │ │ │ │ ├── link │ │ │ │ │ ├── dialogs │ │ │ │ │ │ ├── anchor.js │ │ │ │ │ │ └── link.js │ │ │ │ │ └── images │ │ │ │ │ │ ├── anchor.png │ │ │ │ │ │ └── hidpi │ │ │ │ │ │ └── anchor.png │ │ │ │ ├── liststyle │ │ │ │ │ └── dialogs │ │ │ │ │ │ └── liststyle.js │ │ │ │ ├── magicline │ │ │ │ │ └── images │ │ │ │ │ │ ├── hidpi │ │ │ │ │ │ ├── icon-rtl.png │ │ │ │ │ │ └── icon.png │ │ │ │ │ │ ├── icon-rtl.png │ │ │ │ │ │ └── icon.png │ │ │ │ ├── notification │ │ │ │ │ ├── lang │ │ │ │ │ │ ├── cs.js │ │ │ │ │ │ ├── da.js │ │ │ │ │ │ ├── de.js │ │ │ │ │ │ ├── en.js │ │ │ │ │ │ ├── eo.js │ │ │ │ │ │ ├── eu.js │ │ │ │ │ │ ├── fr.js │ │ │ │ │ │ ├── gl.js │ │ │ │ │ │ ├── id.js │ │ │ │ │ │ ├── it.js │ │ │ │ │ │ ├── ko.js │ │ │ │ │ │ ├── ku.js │ │ │ │ │ │ ├── nb.js │ │ │ │ │ │ ├── nl.js │ │ │ │ │ │ ├── pl.js │ │ │ │ │ │ ├── pt-br.js │ │ │ │ │ │ ├── ru.js │ │ │ │ │ │ ├── sv.js │ │ │ │ │ │ ├── tr.js │ │ │ │ │ │ ├── ug.js │ │ │ │ │ │ ├── uk.js │ │ │ │ │ │ ├── zh-cn.js │ │ │ │ │ │ └── zh.js │ │ │ │ │ └── plugin.js │ │ │ │ ├── pagebreak │ │ │ │ │ └── images │ │ │ │ │ │ └── pagebreak.gif │ │ │ │ ├── pastefromword │ │ │ │ │ └── filter │ │ │ │ │ │ └── default.js │ │ │ │ ├── preview │ │ │ │ │ └── preview.html │ │ │ │ ├── scayt │ │ │ │ │ ├── CHANGELOG.md │ │ │ │ │ ├── LICENSE.md │ │ │ │ │ └── dialogs │ │ │ │ │ │ ├── options.js │ │ │ │ │ │ └── toolbar.css │ │ │ │ ├── showblocks │ │ │ │ │ └── images │ │ │ │ │ │ ├── block_address.png │ │ │ │ │ │ ├── block_blockquote.png │ │ │ │ │ │ ├── block_div.png │ │ │ │ │ │ ├── block_h1.png │ │ │ │ │ │ ├── block_h2.png │ │ │ │ │ │ ├── block_h3.png │ │ │ │ │ │ ├── block_h4.png │ │ │ │ │ │ ├── block_h5.png │ │ │ │ │ │ ├── block_h6.png │ │ │ │ │ │ ├── block_p.png │ │ │ │ │ │ └── block_pre.png │ │ │ │ ├── smiley │ │ │ │ │ ├── dialogs │ │ │ │ │ │ └── smiley.js │ │ │ │ │ └── images │ │ │ │ │ │ ├── angel_smile.gif │ │ │ │ │ │ ├── angel_smile.png │ │ │ │ │ │ ├── angry_smile.gif │ │ │ │ │ │ ├── angry_smile.png │ │ │ │ │ │ ├── broken_heart.gif │ │ │ │ │ │ ├── broken_heart.png │ │ │ │ │ │ ├── confused_smile.gif │ │ │ │ │ │ ├── confused_smile.png │ │ │ │ │ │ ├── cry_smile.gif │ │ │ │ │ │ ├── cry_smile.png │ │ │ │ │ │ ├── devil_smile.gif │ │ │ │ │ │ ├── devil_smile.png │ │ │ │ │ │ ├── embaressed_smile.gif │ │ │ │ │ │ ├── embarrassed_smile.gif │ │ │ │ │ │ ├── embarrassed_smile.png │ │ │ │ │ │ ├── envelope.gif │ │ │ │ │ │ ├── envelope.png │ │ │ │ │ │ ├── heart.gif │ │ │ │ │ │ ├── heart.png │ │ │ │ │ │ ├── kiss.gif │ │ │ │ │ │ ├── kiss.png │ │ │ │ │ │ ├── lightbulb.gif │ │ │ │ │ │ ├── lightbulb.png │ │ │ │ │ │ ├── omg_smile.gif │ │ │ │ │ │ ├── omg_smile.png │ │ │ │ │ │ ├── regular_smile.gif │ │ │ │ │ │ ├── regular_smile.png │ │ │ │ │ │ ├── sad_smile.gif │ │ │ │ │ │ ├── sad_smile.png │ │ │ │ │ │ ├── shades_smile.gif │ │ │ │ │ │ ├── shades_smile.png │ │ │ │ │ │ ├── teeth_smile.gif │ │ │ │ │ │ ├── teeth_smile.png │ │ │ │ │ │ ├── thumbs_down.gif │ │ │ │ │ │ ├── thumbs_down.png │ │ │ │ │ │ ├── thumbs_up.gif │ │ │ │ │ │ ├── thumbs_up.png │ │ │ │ │ │ ├── tongue_smile.gif │ │ │ │ │ │ ├── tongue_smile.png │ │ │ │ │ │ ├── tounge_smile.gif │ │ │ │ │ │ ├── whatchutalkingabout_smile.gif │ │ │ │ │ │ ├── whatchutalkingabout_smile.png │ │ │ │ │ │ ├── wink_smile.gif │ │ │ │ │ │ └── wink_smile.png │ │ │ │ ├── specialchar │ │ │ │ │ └── dialogs │ │ │ │ │ │ ├── lang │ │ │ │ │ │ ├── _translationstatus.txt │ │ │ │ │ │ ├── af.js │ │ │ │ │ │ ├── ar.js │ │ │ │ │ │ ├── bg.js │ │ │ │ │ │ ├── ca.js │ │ │ │ │ │ ├── cs.js │ │ │ │ │ │ ├── cy.js │ │ │ │ │ │ ├── da.js │ │ │ │ │ │ ├── de-ch.js │ │ │ │ │ │ ├── de.js │ │ │ │ │ │ ├── el.js │ │ │ │ │ │ ├── en-gb.js │ │ │ │ │ │ ├── en.js │ │ │ │ │ │ ├── eo.js │ │ │ │ │ │ ├── es.js │ │ │ │ │ │ ├── et.js │ │ │ │ │ │ ├── eu.js │ │ │ │ │ │ ├── fa.js │ │ │ │ │ │ ├── fi.js │ │ │ │ │ │ ├── fr-ca.js │ │ │ │ │ │ ├── fr.js │ │ │ │ │ │ ├── gl.js │ │ │ │ │ │ ├── he.js │ │ │ │ │ │ ├── hr.js │ │ │ │ │ │ ├── hu.js │ │ │ │ │ │ ├── id.js │ │ │ │ │ │ ├── it.js │ │ │ │ │ │ ├── ja.js │ │ │ │ │ │ ├── km.js │ │ │ │ │ │ ├── ko.js │ │ │ │ │ │ ├── ku.js │ │ │ │ │ │ ├── lt.js │ │ │ │ │ │ ├── lv.js │ │ │ │ │ │ ├── nb.js │ │ │ │ │ │ ├── nl.js │ │ │ │ │ │ ├── no.js │ │ │ │ │ │ ├── pl.js │ │ │ │ │ │ ├── pt-br.js │ │ │ │ │ │ ├── pt.js │ │ │ │ │ │ ├── ru.js │ │ │ │ │ │ ├── si.js │ │ │ │ │ │ ├── sk.js │ │ │ │ │ │ ├── sl.js │ │ │ │ │ │ ├── sq.js │ │ │ │ │ │ ├── sv.js │ │ │ │ │ │ ├── th.js │ │ │ │ │ │ ├── tr.js │ │ │ │ │ │ ├── tt.js │ │ │ │ │ │ ├── ug.js │ │ │ │ │ │ ├── uk.js │ │ │ │ │ │ ├── vi.js │ │ │ │ │ │ ├── zh-cn.js │ │ │ │ │ │ └── zh.js │ │ │ │ │ │ └── specialchar.js │ │ │ │ ├── table │ │ │ │ │ └── dialogs │ │ │ │ │ │ └── table.js │ │ │ │ ├── tabletools │ │ │ │ │ └── dialogs │ │ │ │ │ │ └── tableCell.js │ │ │ │ ├── templates │ │ │ │ │ ├── dialogs │ │ │ │ │ │ ├── templates.css │ │ │ │ │ │ └── templates.js │ │ │ │ │ └── templates │ │ │ │ │ │ ├── default.js │ │ │ │ │ │ └── images │ │ │ │ │ │ ├── template1.gif │ │ │ │ │ │ ├── template2.gif │ │ │ │ │ │ └── template3.gif │ │ │ │ ├── widget │ │ │ │ │ ├── dev │ │ │ │ │ │ ├── assets │ │ │ │ │ │ │ ├── contents.css │ │ │ │ │ │ │ ├── sample.jpg │ │ │ │ │ │ │ └── simplebox │ │ │ │ │ │ │ │ ├── contents.css │ │ │ │ │ │ │ │ ├── dialogs │ │ │ │ │ │ │ │ └── simplebox.js │ │ │ │ │ │ │ │ ├── icons │ │ │ │ │ │ │ │ └── simplebox.png │ │ │ │ │ │ │ │ └── plugin.js │ │ │ │ │ │ ├── console.js │ │ │ │ │ │ ├── nestedwidgets.html │ │ │ │ │ │ └── widgetstyles.html │ │ │ │ │ ├── images │ │ │ │ │ │ └── handle.png │ │ │ │ │ ├── lang │ │ │ │ │ │ ├── af.js │ │ │ │ │ │ ├── ar.js │ │ │ │ │ │ ├── bg.js │ │ │ │ │ │ ├── ca.js │ │ │ │ │ │ ├── cs.js │ │ │ │ │ │ ├── cy.js │ │ │ │ │ │ ├── da.js │ │ │ │ │ │ ├── de.js │ │ │ │ │ │ ├── el.js │ │ │ │ │ │ ├── en-gb.js │ │ │ │ │ │ ├── en.js │ │ │ │ │ │ ├── eo.js │ │ │ │ │ │ ├── es.js │ │ │ │ │ │ ├── eu.js │ │ │ │ │ │ ├── fa.js │ │ │ │ │ │ ├── fi.js │ │ │ │ │ │ ├── fr.js │ │ │ │ │ │ ├── gl.js │ │ │ │ │ │ ├── he.js │ │ │ │ │ │ ├── hr.js │ │ │ │ │ │ ├── hu.js │ │ │ │ │ │ ├── id.js │ │ │ │ │ │ ├── it.js │ │ │ │ │ │ ├── ja.js │ │ │ │ │ │ ├── km.js │ │ │ │ │ │ ├── ko.js │ │ │ │ │ │ ├── ku.js │ │ │ │ │ │ ├── lv.js │ │ │ │ │ │ ├── nb.js │ │ │ │ │ │ ├── nl.js │ │ │ │ │ │ ├── no.js │ │ │ │ │ │ ├── pl.js │ │ │ │ │ │ ├── pt-br.js │ │ │ │ │ │ ├── pt.js │ │ │ │ │ │ ├── ru.js │ │ │ │ │ │ ├── sk.js │ │ │ │ │ │ ├── sl.js │ │ │ │ │ │ ├── sq.js │ │ │ │ │ │ ├── sv.js │ │ │ │ │ │ ├── tr.js │ │ │ │ │ │ ├── tt.js │ │ │ │ │ │ ├── ug.js │ │ │ │ │ │ ├── uk.js │ │ │ │ │ │ ├── vi.js │ │ │ │ │ │ ├── zh-cn.js │ │ │ │ │ │ └── zh.js │ │ │ │ │ └── plugin.js │ │ │ │ └── wsc │ │ │ │ │ ├── LICENSE.md │ │ │ │ │ └── dialogs │ │ │ │ │ ├── ciframe.html │ │ │ │ │ ├── tmpFrameset.html │ │ │ │ │ ├── wsc.css │ │ │ │ │ ├── wsc.js │ │ │ │ │ └── wsc_ie.js │ │ │ ├── skins │ │ │ │ └── getsimple │ │ │ │ │ ├── dialog.css │ │ │ │ │ ├── dialog_ie.css │ │ │ │ │ ├── dialog_ie7.css │ │ │ │ │ ├── dialog_ie8.css │ │ │ │ │ ├── dialog_iequirks.css │ │ │ │ │ ├── editor.css │ │ │ │ │ ├── editor_gecko.css │ │ │ │ │ ├── editor_ie.css │ │ │ │ │ ├── editor_ie7.css │ │ │ │ │ ├── editor_ie8.css │ │ │ │ │ ├── editor_iequirks.css │ │ │ │ │ ├── icons.png │ │ │ │ │ ├── icons_hidpi.png │ │ │ │ │ ├── images │ │ │ │ │ ├── arrow.png │ │ │ │ │ ├── close.png │ │ │ │ │ ├── hidpi │ │ │ │ │ │ ├── close.png │ │ │ │ │ │ ├── lock-open.png │ │ │ │ │ │ ├── lock.png │ │ │ │ │ │ └── refresh.png │ │ │ │ │ ├── lock-open.png │ │ │ │ │ ├── lock.png │ │ │ │ │ ├── refresh.png │ │ │ │ │ └── spinner.gif │ │ │ │ │ ├── readme.md │ │ │ │ │ └── skin.js │ │ │ └── styles.js │ │ ├── codemirror │ │ │ ├── lib │ │ │ │ ├── codemirror-compressed.js │ │ │ │ └── codemirror.css │ │ │ └── theme │ │ │ │ └── default.css │ │ ├── fancybox │ │ │ ├── blank.gif │ │ │ ├── fancybox_loading.gif │ │ │ ├── fancybox_sprite.png │ │ │ ├── jquery.fancybox.css │ │ │ └── jquery.fancybox.pack.js │ │ ├── jcrop │ │ │ ├── Jcrop.gif │ │ │ ├── jquery.Jcrop.css │ │ │ └── jquery.Jcrop.min.js │ │ ├── jquery-scrolltofixed.js │ │ ├── jquery-ui.min.js │ │ ├── jquery.getsimple.js │ │ ├── jquery.min.js │ │ └── uploadify │ │ │ ├── jquery.uploadify.js │ │ │ └── uploadify.swf │ ├── sidebar-backups.php │ ├── sidebar-files.php │ ├── sidebar-pages.php │ ├── sidebar-plugins.php │ ├── sidebar-settings.php │ ├── sidebar-support.php │ ├── sidebar-theme.php │ └── style.php ├── theme-edit.php ├── theme.php ├── upload-uploadify.php ├── upload.php ├── uploadify-check-exists.php └── zip.php ├── baca.txt ├── backups ├── .htaccess ├── other │ └── website.xml.bak ├── pages │ ├── about.bak.xml │ ├── acara.bak.xml │ ├── axcora-cms-apps.bak.xml │ ├── bakery.bak.xml │ ├── berita.bak.xml │ ├── bro.bak.xml │ ├── coffee.bak.xml │ ├── conss.bak.xml │ ├── contact-us.bak.xml │ ├── contactsssss.bak.xml │ ├── create-title-here.bak.xml │ ├── drink.bak.xml │ ├── ekstra.bak.xml │ ├── fasilitas.bak.xml │ ├── food.bak.xml │ ├── gallery.bak.xml │ ├── get-started.bak.xml │ ├── halo.bak.xml │ ├── history.bak.xml │ ├── how-to-order.bak.xml │ ├── index.bak.xml │ ├── info.bak.xml │ ├── kepala-sekolah.bak.xml │ ├── kopi-kejawen.bak.xml │ ├── kurikulum.bak.xml │ ├── new-age.bak.xml │ ├── ppdb-online.bak.xml │ ├── prestasi.bak.xml │ ├── product.bak.xml │ ├── profile.bak.xml │ ├── promosi.bak.xml │ ├── services.bak.xml │ ├── snack.bak.xml │ ├── teacher.bak.xml │ ├── tes.bak.xml │ ├── this-article-post-page.bak.xml │ ├── title-in-here-1.bak.xml │ ├── title-in-here.bak.xml │ ├── vision.bak.xml │ └── welcome.bak.xml └── users │ └── axcora.xml.bak ├── data ├── .htaccess ├── cache │ └── stylesheet.txt ├── other │ ├── 404.xml │ ├── authorization.xml │ ├── components.xml │ ├── logs │ │ └── failedlogins.log │ ├── pages.xml │ ├── plugins.xml │ └── website.xml ├── pages │ ├── acara.xml │ ├── chat.xml │ ├── gift.xml │ ├── index.xml │ ├── map.xml │ └── welcome.xml ├── thumbs │ ├── .htaccess │ └── index.php ├── uploads │ ├── .htaccess │ └── index.php └── users │ └── axcora.xml ├── gsconfig.php ├── img ├── article.png ├── file.png ├── login.png ├── post.png ├── setting.png ├── undangan pernikahan online free download gratis source code full (1).jpg ├── undangan pernikahan online free download gratis source code full (1).png ├── undangan pernikahan online free download gratis source code full (2).png ├── undangan pernikahan online free download gratis source code full (3).png ├── undangan pernikahan online free download gratis source code full (4).png ├── undangan pernikahan online free download gratis source code full (5).png ├── undangan pernikahan online free download gratis source code full (6).png └── undangan pernikahan online free download gratis source code full (7).png ├── index.php ├── plugins ├── .htaccess ├── InnovationPlugin.php ├── InnovationPlugin │ └── lang │ │ └── en_US.php ├── anonymous_data.php └── anonymous_data │ └── lang │ └── en_US.php ├── pos ├── data.js ├── index.html └── readme.md ├── readme.md ├── robots.txt ├── sitemap.xml └── theme ├── axcora ├── assets │ ├── css │ │ └── bootstrap.min.css │ └── js │ │ └── dd_belatedpng.js ├── footer.inc.php ├── functions.php ├── header.inc.php ├── sidebar.inc.php ├── style.css └── template.php └── styles.css /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | custom: ['https://axcora.com/getaxcoracms','https://www.hockeycomputindo.com/2010/12/blog-post.html','https://axcora.com/sourcecode/'] 4 | -------------------------------------------------------------------------------- /.htaccess: -------------------------------------------------------------------------------- 1 | # 2 | # GetSimple CMS htaccess ROOT file 3 | # apache 2.4 4 | # 5 | 6 | # The following require certain allow overrides, if getting 500 error comment them out one by one 7 | # can be resolved in apache httpd.conf to ensure security alternatives 8 | 9 | # override charset 10 | AddDefaultCharset UTF-8 11 | 12 | # prevent directory listings 13 | Options -Indexes 14 | 15 | # Follow symbolink links, This is required for rewrites on some hosts 16 | Options +FollowSymLinks 17 | 18 | # Set the default handler. 19 | DirectoryIndex index.php 20 | 21 | # blocks direct access to the XML files - they hold all the data! 22 | 23 | 24 | Deny from all 25 | 26 | 27 | Deny from all 28 | 29 | 30 | 31 | Require all denied 32 | 33 | 34 | 35 | 36 | 37 | 38 | Allow from all 39 | 40 | 41 | Allow from all 42 | 43 | 44 | 45 | Require all granted 46 | 47 | 48 | 49 | 50 | # handle rewrites for fancy urls 51 | 52 | RewriteEngine on 53 | 54 | # Usually RewriteBase is just '/', but 55 | # replace it with your subdirectory path 56 | RewriteBase /new/get/ 57 | 58 | RewriteCond %{REQUEST_FILENAME} !-f 59 | RewriteCond %{REQUEST_FILENAME} !-d 60 | RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L] 61 | -------------------------------------------------------------------------------- /admin/api.php: -------------------------------------------------------------------------------- 1 | 'error', 'message' => i18n_r('API_ERR_MISSINGPARAM')); 24 | echo json_encode($message); 25 | exit; 26 | }; 27 | 28 | #step 2 - setup request 29 | $in = simplexml_load_string($_POST['data'], 'SimpleXMLExtended', LIBXML_NOCDATA); 30 | $request = new API_Request(); 31 | $request->add_data($in); 32 | 33 | #step 3 - verify a compatible method was provided 34 | $methods = array('page_read', 'page_save', 'all_pages_read', 'all_files_read', 'file_upload', 'settings_read' ); 35 | if (!in_array($in->method, $methods)) { 36 | $message = array('status' => 'error', 'message' => sprintf(i18n_r('API_ERR_BADMETHOD'), $in->method)); 37 | echo json_encode($message); 38 | exit; 39 | } 40 | 41 | #step 4 - process request 42 | $method = (string)$in->method; 43 | echo call_user_func(array($request, $method), ''); 44 | 45 | exit; 46 | 47 | /* 48 | ---------------------------- 49 | EXAMPLE XML FILE COMING IN 50 | ---------------------------- 51 | 52 | 53 | ABCDE12345 54 | page_read 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | */ 63 | -------------------------------------------------------------------------------- /admin/cron.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/download.php: -------------------------------------------------------------------------------- 1 | 33 | -------------------------------------------------------------------------------- /admin/inc/nonce.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/inc/tmp/tmp-404.xml: -------------------------------------------------------------------------------- 1 | 2 | Sun, 02 Aug 2009 11:19:32 -0700<![CDATA[Oops! Page not found!]]> 3 | -------------------------------------------------------------------------------- /admin/inc/tmp/tmp-admin.xml: -------------------------------------------------------------------------------- 1 | 2 | 14 | 15 | GetSimple Default Admin 16 | Chris Cagle 17 | http://www.cagintranet.com/ 18 | 19 | 20 | 21 | #0E1316 22 | 23 | 24 | 25 | #182227 26 | 27 | 28 | 29 | #283840 30 | 31 | 32 | 33 | #415A66 34 | 35 | 36 | 37 | #618899 38 | 39 | 40 | 41 | #E8EDF0 42 | 43 | 44 | 45 | #AFC5CF 46 | 47 | 48 | 49 | 50 | 51 | #9F2C04 52 | 53 | 54 | 55 | #CF3805 56 | 57 | 58 | -------------------------------------------------------------------------------- /admin/inc/tmp/tmp-components.xml: -------------------------------------------------------------------------------- 1 | 2 | <![CDATA[Sidebar]]>sidebar<![CDATA[Tagline]]>tagline 13 | -------------------------------------------------------------------------------- /admin/inc/tmp/tmp.allow.htaccess: -------------------------------------------------------------------------------- 1 | # 2 | # GetSimple CMS htaccess ALLOW file 3 | # 4 | 5 | # prevent breaking plugin htaccess, prefer compat, since require is not overridable by order 6 | 7 | # apache < 2.3 8 | 9 | Allow from all 10 | 11 | 12 | # apache > 2.3 with mod_access_compat 13 | 14 | Allow from all 15 | 16 | 17 | # apache > 2.3 without mod_access_compat 18 | 19 | 20 | 21 | Require all granted 22 | 23 | 24 | -------------------------------------------------------------------------------- /admin/inc/tmp/tmp.deny.htaccess: -------------------------------------------------------------------------------- 1 | # 2 | # GetSimple CMS htaccess DENY file 3 | # 4 | 5 | # prevent breaking plugin htaccess, prefer compat, since require is not overridable by order 6 | 7 | # apache < 2.3 8 | 9 | Deny from all 10 | 11 | 12 | # apache > 2.3 with mod_access_compat 13 | 14 | Deny from all 15 | 16 | 17 | # apache > 2.3 without mod_access_compat 18 | 19 | 20 | 21 | Require all denied 22 | 23 | 24 | -------------------------------------------------------------------------------- /admin/inc/xss.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/load-ajax.php: -------------------------------------------------------------------------------- 1 | 30 | 31 | 32 | 33 |
34 | 35 |
36 |
37 | 38 | 41 | 42 |
43 |
44 | 45 | 57 | 58 |
59 | -------------------------------------------------------------------------------- /admin/loadtab.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/navigation.php: -------------------------------------------------------------------------------- 1 | 14 | 15 | 16 | 17 | Share GetSimple 18 | 19 | 20 | 21 |
22 |
23 |
24 | 55 |
56 |
57 | 58 | -------------------------------------------------------------------------------- /admin/sitemap.php: -------------------------------------------------------------------------------- 1 | 28 | 29 | 30 | 31 |
32 |
33 |
34 |

35 |
36 | 37 | 38 |
39 | 40 |
45 | 46 |
47 |
48 | 49 | 52 | 53 |
54 | 55 | -------------------------------------------------------------------------------- /admin/template/css-wide.php: -------------------------------------------------------------------------------- 1 | /** CSS **/ 2 | 3 | /* 4 | * CSS wide 5 | * 6 | */ 7 | 8 | 9 | .wrapper{ 10 | /* main wrapper */ 11 | width:99%; 12 | } 13 | 14 | .wrapper .nav{ 15 | /* top header nav wrapper */ 16 | width:99%; 17 | } 18 | 19 | .wrapper .nav li:first-child, #sitename { 20 | /* breathing space for tabs */ 21 | margin-left: 35px; 22 | } 23 | 24 | .wrapper table { 25 | /* tables in wrapper, eg page management lists */ 26 | width:99%; 27 | } 28 | 29 | #maincontent{ 30 | /* wrapper for admin inputs */ 31 | width:80%; 32 | /* margin-left: 35px; */ 33 | } 34 | 35 | textarea, form input.title{ 36 | /* resize backend textareas */ 37 | /* outline backend administrative input fields for emphasis */ 38 | width:99% ; 39 | } 40 | 41 | form.manyinputs textarea{ 42 | /* resize backend textareas for components */ 43 | width:100% ; 44 | } 45 | -------------------------------------------------------------------------------- /admin/template/footer.php: -------------------------------------------------------------------------------- 1 | 4 | 10 | '.i18n_r('DEBUG_CONSOLE').'
'; 15 | echo '
';
16 | 				foreach ($GS_debug as $log){
17 | 					if(is_array($log)) print_r($log).'
'; 18 | else print($log.'
'); 19 | } 20 | echo '
'; 21 | echo '
'; 22 | } 23 | } 24 | ?> 25 |
26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /admin/template/ie6.css: -------------------------------------------------------------------------------- 1 | /* IE6 CSS Document for GetSimple CMS */ 2 | #sidebar .snav li.upload { 3 | padding:5px 15px 5px 15px !important; 4 | margin-left:0 !important; 5 | } 6 | #sidebar .snav li a { 7 | margin-bottom:-15px; 8 | padding:5px 15px 5px 15px !important; 9 | margin-left:0 !important; 10 | } 11 | #sidebar .snav li a:link, #sidebar .snav li a:visited { 12 | background-image: none !important!; 13 | padding:5px 15px 5px 15px !important; 14 | margin-left:0 !important; 15 | } 16 | #sidebar .snav li a.current { 17 | color:#FFF !important; 18 | background-image: none !important! 19 | padding:5px 15px 5px 15px !important; 20 | margin-left:0 !important; 21 | } 22 | #sidebar .snav li a:hover { 23 | background-image: none !important!; 24 | padding:5px 15px 5px 15px !important; 25 | margin-left:0 !important; 26 | } 27 | 28 | 29 | /* still a problem with the page options toggle */ -------------------------------------------------------------------------------- /admin/template/images/active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/images/active.png -------------------------------------------------------------------------------- /admin/template/images/ajax.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/images/ajax.gif -------------------------------------------------------------------------------- /admin/template/images/ajax_dark.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/images/ajax_dark.gif -------------------------------------------------------------------------------- /admin/template/images/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/images/cancel.png -------------------------------------------------------------------------------- /admin/template/images/capslock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/images/capslock.png -------------------------------------------------------------------------------- /admin/template/images/clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/images/clock.png -------------------------------------------------------------------------------- /admin/template/images/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/images/folder.png -------------------------------------------------------------------------------- /admin/template/images/getsimple_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/images/getsimple_logo.gif -------------------------------------------------------------------------------- /admin/template/images/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/images/minus.png -------------------------------------------------------------------------------- /admin/template/images/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/images/plus.png -------------------------------------------------------------------------------- /admin/template/images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/images/search.png -------------------------------------------------------------------------------- /admin/template/images/tick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/images/tick.png -------------------------------------------------------------------------------- /admin/template/images/utick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/images/utick.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2 | For licensing, see LICENSE.md or http://ckeditor.com/license 3 | 4 | cs.js Found: 30 Missing: 0 5 | cy.js Found: 30 Missing: 0 6 | da.js Found: 12 Missing: 18 7 | de.js Found: 30 Missing: 0 8 | el.js Found: 25 Missing: 5 9 | eo.js Found: 30 Missing: 0 10 | fa.js Found: 30 Missing: 0 11 | fi.js Found: 30 Missing: 0 12 | fr.js Found: 30 Missing: 0 13 | gu.js Found: 12 Missing: 18 14 | he.js Found: 30 Missing: 0 15 | it.js Found: 30 Missing: 0 16 | mk.js Found: 5 Missing: 25 17 | nb.js Found: 30 Missing: 0 18 | nl.js Found: 30 Missing: 0 19 | no.js Found: 30 Missing: 0 20 | pt-br.js Found: 30 Missing: 0 21 | ro.js Found: 6 Missing: 24 22 | tr.js Found: 30 Missing: 0 23 | ug.js Found: 27 Missing: 3 24 | vi.js Found: 6 Missing: 24 25 | zh-cn.js Found: 30 Missing: 0 26 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/about/dialogs/about.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.dialog.add("about",function(a){a=a.lang.about;var b=CKEDITOR.getUrl(CKEDITOR.plugins.get("about").path+"dialogs/"+(CKEDITOR.env.hidpi?"hidpi/":"")+"logo_ckeditor.png");return{title:CKEDITOR.env.ie?a.dlgTitle:a.title,minWidth:390,minHeight:230,contents:[{id:"tab1",label:"",title:"",expand:!0,padding:0,elements:[{type:"html",html:'\x3cstyle type\x3d"text/css"\x3e.cke_about_container{color:#000 !important;padding:10px 10px 0;margin-top:5px}.cke_about_container p{margin: 0 0 10px;}.cke_about_container .cke_about_logo{height:81px;background-color:#fff;background-image:url('+ 6 | b+");"+(CKEDITOR.env.hidpi?"background-size:163px 58px;":"")+'background-position:center; background-repeat:no-repeat;margin-bottom:10px;}.cke_about_container a{cursor:pointer !important;color:#00B2CE !important;text-decoration:underline !important;}\x3c/style\x3e\x3cdiv class\x3d"cke_about_container"\x3e\x3cdiv class\x3d"cke_about_logo"\x3e\x3c/div\x3e\x3cp\x3eCKEditor '+CKEDITOR.version+" (revision "+CKEDITOR.revision+')\x3cbr\x3e\x3ca target\x3d"_blank" href\x3d"http://ckeditor.com/"\x3ehttp://ckeditor.com\x3c/a\x3e\x3c/p\x3e\x3cp\x3e'+ 7 | a.help.replace("$1",'\x3ca target\x3d"_blank" href\x3d"http://docs.ckeditor.com/user"\x3e'+a.userGuide+"\x3c/a\x3e")+"\x3c/p\x3e\x3cp\x3e"+a.moreInfo+'\x3cbr\x3e\x3ca target\x3d"_blank" href\x3d"http://ckeditor.com/about/license"\x3ehttp://ckeditor.com/about/license\x3c/a\x3e\x3c/p\x3e\x3cp\x3e'+a.copy.replace("$1",'\x3ca target\x3d"_blank" href\x3d"http://cksource.com/"\x3eCKSource\x3c/a\x3e - Frederico Knabben')+"\x3c/p\x3e\x3c/div\x3e"}]}],buttons:[CKEDITOR.dialog.cancelButton]}}); -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/about/dialogs/logo_ckeditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/about/dialogs/logo_ckeditor.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/icons/codesnippet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/codesnippet/icons/codesnippet.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/icons/hidpi/codesnippet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/codesnippet/icons/hidpi/codesnippet.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/ar.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'ar', { 7 | button: 'أدمج قصاصة الشيفرة', 8 | codeContents: 'محتوى الشيفرة', 9 | emptySnippetError: 'قصاصة الشيفرة لايمكن أن تكون فارغة.', 10 | language: 'لغة', 11 | title: 'قصاصة الشيفرة', 12 | pathName: 'قصاصة الشيفرة' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/bg.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'bg', { 7 | button: 'Въвеждане на блок с код', 8 | codeContents: 'Съдържание на кода', 9 | emptySnippetError: 'Блока с код не може да бъде празен.', 10 | language: 'Език', 11 | title: 'Блок с код', 12 | pathName: 'блок с код' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/ca.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'ca', { 7 | button: 'Insereix el fragment de codi', 8 | codeContents: 'Contingut del codi', 9 | emptySnippetError: 'El fragment de codi no pot estar buit.', 10 | language: 'Idioma', 11 | title: 'Fragment de codi', 12 | pathName: 'fragment de codi' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/cs.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'cs', { 7 | button: 'Vložit úryvek kódu', 8 | codeContents: 'Obsah kódu', 9 | emptySnippetError: 'Úryvek kódu nemůže být prázdný.', 10 | language: 'Jazyk', 11 | title: 'Úryvek kódu', 12 | pathName: 'úryvek kódu' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/da.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'da', { 7 | button: 'Indsæt kodestykket her', 8 | codeContents: 'Koden', 9 | emptySnippetError: 'Kodestykket kan ikke være tomt.', 10 | language: 'Sprog', 11 | title: 'Kodestykke', 12 | pathName: 'kodestykke' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/de.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'de', { 7 | button: 'Codeschnipsel einfügen', 8 | codeContents: 'Codeinhalt', 9 | emptySnippetError: 'Ein Codeschnipsel darf nicht leer sein.', 10 | language: 'Sprache', 11 | title: 'Codeschnipsel', 12 | pathName: 'Codeschnipsel' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/el.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'el', { 7 | button: 'Εισαγωγή Αποσπάσματος Κώδικα', 8 | codeContents: 'Περιεχόμενο κώδικα', 9 | emptySnippetError: 'Δεν γίνεται να είναι κενά τα αποσπάσματα κώδικα.', 10 | language: 'Γλώσσα', 11 | title: 'Απόσπασμα κώδικα', 12 | pathName: 'απόσπασμα κώδικα' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/en-gb.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'en-gb', { 7 | button: 'Insert Code Snippet', 8 | codeContents: 'Code content', 9 | emptySnippetError: 'A code snippet cannot be empty.', 10 | language: 'Language', 11 | title: 'Code snippet', 12 | pathName: 'code snippet' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/en.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'en', { 7 | button: 'Insert Code Snippet', 8 | codeContents: 'Code content', 9 | emptySnippetError: 'A code snippet cannot be empty.', 10 | language: 'Language', 11 | title: 'Code snippet', 12 | pathName: 'code snippet' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/eo.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'eo', { 7 | button: 'Enmeti kodaĵeron', 8 | codeContents: 'Kodenhavo', 9 | emptySnippetError: 'Kodaĵero ne povas esti malplena.', 10 | language: 'Lingvo', 11 | title: 'Kodaĵero', 12 | pathName: 'kodaĵero' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/es.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'es', { 7 | button: 'Insertar fragmento de código', 8 | codeContents: 'Contenido del código', 9 | emptySnippetError: 'Un fragmento de código no puede estar vacío.', 10 | language: 'Lenguaje', 11 | title: 'Fragmento de código', 12 | pathName: 'fragmento de código' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/et.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'et', { 7 | button: 'Koodilõigu sisestamine', 8 | codeContents: 'Code content', // MISSING 9 | emptySnippetError: 'A code snippet cannot be empty.', // MISSING 10 | language: 'Language', // MISSING 11 | title: 'Code snippet', // MISSING 12 | pathName: 'code snippet' // MISSING 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/eu.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'eu', { 7 | button: 'Txertatu kode zatia', 8 | codeContents: 'Kode edukia', 9 | emptySnippetError: 'Kode zatiak ezin du hutsik egon.', 10 | language: 'Lengoaia', 11 | title: 'Kode zatia', 12 | pathName: 'kode zatia' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/fa.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'fa', { 7 | button: 'قرار دادن کد قطعه', 8 | codeContents: 'محتوای کد', 9 | emptySnippetError: 'کد نمی تواند خالی باشد.', 10 | language: 'زبان', 11 | title: 'کد قطعه', 12 | pathName: 'کد قطعه' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/fi.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'fi', { 7 | button: 'Lisää koodileike', 8 | codeContents: 'Koodisisältö', 9 | emptySnippetError: 'Koodileike ei voi olla tyhjä.', 10 | language: 'Kieli', 11 | title: 'Koodileike', 12 | pathName: 'koodileike' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/fr-ca.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'fr-ca', { 7 | button: 'Insérer du code', 8 | codeContents: 'Code content', // MISSING 9 | emptySnippetError: 'A code snippet cannot be empty.', // MISSING 10 | language: 'Language', // MISSING 11 | title: 'Code snippet', // MISSING 12 | pathName: 'code snippet' // MISSING 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/fr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'fr', { 7 | button: 'Insérer un extrait de code', 8 | codeContents: 'Contenu du code', 9 | emptySnippetError: 'Un extrait de code ne peut pas être vide.', 10 | language: 'Langue', 11 | title: 'Extrait de code', 12 | pathName: 'extrait de code' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/gl.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'gl', { 7 | button: 'Inserir fragmento de código', 8 | codeContents: 'Contido do código', 9 | emptySnippetError: 'Un fragmento de código non pode estar baleiro.', 10 | language: 'Linguaxe', 11 | title: 'Fragmento de código', 12 | pathName: 'fragmento de código' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/he.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'he', { 7 | button: 'הכנס קטע קוד', 8 | codeContents: 'תוכן קוד', 9 | emptySnippetError: 'קטע קוד לא יכול להיות ריק.', 10 | language: 'שפה', 11 | title: 'קטע קוד', 12 | pathName: 'code snippet' // MISSING 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/hr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'hr', { 7 | button: 'Ubaci isječak kôda', 8 | codeContents: 'Code content', // MISSING 9 | emptySnippetError: 'A code snippet cannot be empty.', // MISSING 10 | language: 'Language', // MISSING 11 | title: 'Code snippet', // MISSING 12 | pathName: 'code snippet' // MISSING 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/hu.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'hu', { 7 | button: 'Illeszd be a kódtöredéket', 8 | codeContents: 'Kód tartalom', 9 | emptySnippetError: 'A kódtöredék nem lehet üres.', 10 | language: 'Nyelv', 11 | title: 'Kódtöredék', 12 | pathName: 'kódtöredék' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/id.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'id', { 7 | button: 'Masukkan potongan kode', 8 | codeContents: 'Konten kode', 9 | emptySnippetError: 'Potongan kode tidak boleh kosong', 10 | language: 'Bahasa', 11 | title: 'Potongan kode', 12 | pathName: 'potongan kode' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/it.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'it', { 7 | button: 'Inserisci frammento di codice', 8 | codeContents: 'Contenuto del codice', 9 | emptySnippetError: 'Un frammento di codice non può essere vuoto.', 10 | language: 'Lingua', 11 | title: 'Frammento di codice', 12 | pathName: 'frammento di codice' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/ja.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'ja', { 7 | button: 'コードスニペットを挿入', 8 | codeContents: 'コード内容', 9 | emptySnippetError: 'コードスニペットを入力してください。', 10 | language: '言語', 11 | title: 'コードスニペット', 12 | pathName: 'コードスニペット' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/km.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'km', { 7 | button: 'Insert Code Snippet', // MISSING 8 | codeContents: 'មាតិកាកូដ', 9 | emptySnippetError: 'A code snippet cannot be empty.', // MISSING 10 | language: 'ភាសា', 11 | title: 'Code snippet', // MISSING 12 | pathName: 'code snippet' // MISSING 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/ko.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'ko', { 7 | button: '코드 스니펫 삽입', 8 | codeContents: '코드 본문', 9 | emptySnippetError: '코드 스니펫은 빈칸일 수 없습니다.', 10 | language: '언어', 11 | title: '코드 스니펫', 12 | pathName: '코드 스니펫' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/ku.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'ku', { 7 | button: 'تێخستنی تیتکی کۆد', 8 | codeContents: 'ناوەڕۆکی کۆد', 9 | emptySnippetError: 'تیتکی کۆد نابێت بەتاڵ بێت.', 10 | language: 'زمان', 11 | title: 'تیتکی کۆد', 12 | pathName: 'تیتکی کۆد' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/lt.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'lt', { 7 | button: 'Įterpkite kodo gabaliuką', 8 | codeContents: 'Kodo turinys', 9 | emptySnippetError: 'Kodo fragmentas negali būti tusčias.', 10 | language: 'Kalba', 11 | title: 'Kodo fragmentas', 12 | pathName: 'kodo fragmentas' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/lv.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'lv', { 7 | button: 'Ievietot koda fragmentu', 8 | codeContents: 'Code content', // MISSING 9 | emptySnippetError: 'A code snippet cannot be empty.', // MISSING 10 | language: 'Language', // MISSING 11 | title: 'Code snippet', // MISSING 12 | pathName: 'code snippet' // MISSING 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/nb.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'nb', { 7 | button: 'Sett inn kodesnutt', 8 | codeContents: 'Kodeinnhold', 9 | emptySnippetError: 'En kodesnutt kan ikke være tom.', 10 | language: 'Språk', 11 | title: 'Kodesnutt', 12 | pathName: 'kodesnutt' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/nl.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'nl', { 7 | button: 'Stuk code invoegen', 8 | codeContents: 'Code', 9 | emptySnippetError: 'Een stuk code kan niet leeg zijn.', 10 | language: 'Taal', 11 | title: 'Stuk code', 12 | pathName: 'stuk code' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/no.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'no', { 7 | button: 'Sett inn kodesnutt', 8 | codeContents: 'Code content', // MISSING 9 | emptySnippetError: 'A code snippet cannot be empty.', // MISSING 10 | language: 'Language', // MISSING 11 | title: 'Code snippet', // MISSING 12 | pathName: 'code snippet' // MISSING 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/pl.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'pl', { 7 | button: 'Wstaw fragment kodu', 8 | codeContents: 'Treść kodu', 9 | emptySnippetError: 'Kod nie może być pusty.', 10 | language: 'Język', 11 | title: 'Fragment kodu', 12 | pathName: 'fragment kodu' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/pt-br.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'pt-br', { 7 | button: 'Inserir fragmento de código', 8 | codeContents: 'Conteúdo do código', 9 | emptySnippetError: 'Um fragmento de código não pode ser vazio', 10 | language: 'Idioma', 11 | title: 'Fragmento de código', 12 | pathName: 'fragmento de código' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/pt.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'pt', { 7 | button: 'Inserir fragmento de código', 8 | codeContents: 'Code content', // MISSING 9 | emptySnippetError: 'A code snippet cannot be empty.', // MISSING 10 | language: 'Idioma', 11 | title: 'Code snippet', // MISSING 12 | pathName: 'Fragmento de código' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/ro.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'ro', { 7 | button: 'Adaugă segment de cod', 8 | codeContents: 'Conținutul codului', 9 | emptySnippetError: 'Un segment de cod nu poate fi gol.', 10 | language: 'Limba', 11 | title: 'Segment de cod', 12 | pathName: 'segment de cod' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/ru.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'ru', { 7 | button: 'Вставить сниппет', 8 | codeContents: 'Содержимое кода', 9 | emptySnippetError: 'Сниппет не может быть пустым', 10 | language: 'Язык', 11 | title: 'Сниппет', 12 | pathName: 'сниппет' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/sk.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'sk', { 7 | button: 'Vložte kód Snippet-u', 8 | codeContents: 'Obsah kódu', 9 | emptySnippetError: 'Snippet kódu nesmie byť prázdny.', 10 | language: 'Jazyk', 11 | title: 'Snippet kódu', 12 | pathName: 'snippet kódu' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/sl.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'sl', { 7 | button: 'Vstavi odsek kode', 8 | codeContents: 'Koda vsebina', 9 | emptySnippetError: 'Odrezek kode ne more biti prazen.', 10 | language: 'Jezik', 11 | title: 'Odrezek kode', 12 | pathName: 'odrezek kode' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/sq.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'sq', { 7 | button: 'Shto kod copëze', 8 | codeContents: 'Përmbajtja e kodit', 9 | emptySnippetError: 'A code snippet cannot be empty.', // MISSING 10 | language: 'Gjuha', 11 | title: 'Code snippet', // MISSING 12 | pathName: 'code snippet' // MISSING 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/sv.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'sv', { 7 | button: 'Infoga kodsnutt', 8 | codeContents: 'Kodinnehålll', 9 | emptySnippetError: 'Innehåll krävs för kodsnutt', 10 | language: 'Språk', 11 | title: 'Kodsnutt', 12 | pathName: 'kodsnutt' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/th.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'th', { 7 | button: 'แทรกชิ้นส่วนของรหัสหรือโค้ด', 8 | codeContents: 'Code content', // MISSING 9 | emptySnippetError: 'A code snippet cannot be empty.', // MISSING 10 | language: 'Language', // MISSING 11 | title: 'Code snippet', // MISSING 12 | pathName: 'code snippet' // MISSING 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/tr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'tr', { 7 | button: 'Kod parçacığı ekle', 8 | codeContents: 'Kod', 9 | emptySnippetError: 'Kod parçacığı boş bırakılamaz', 10 | language: 'Dil', 11 | title: 'Kod parçacığı', 12 | pathName: 'kod parçacığı' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/tt.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'tt', { 7 | button: 'Код өзеген өстәү', 8 | codeContents: 'Код эчтәлеге', 9 | emptySnippetError: 'Код өзеге буш булмаска тиеш.', 10 | language: 'Тел', 11 | title: 'Код өзеге', 12 | pathName: 'код өзеге' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/ug.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'ug', { 7 | button: 'كود پارچىسى قىستۇرۇش', 8 | codeContents: 'كود مەزمۇنى', 9 | emptySnippetError: 'كود پارچىسى بوش قالمايدۇ', 10 | language: 'تىل', 11 | title: 'كود پارچىسى', 12 | pathName: 'كود پارچىسى' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/uk.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'uk', { 7 | button: 'Вставити фрагмент коду', 8 | codeContents: 'Код', 9 | emptySnippetError: 'Фрагмент коду не можи бути порожнім.', 10 | language: 'Мова', 11 | title: 'Фрагмент коду', 12 | pathName: 'фрагмент коду' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/vi.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'vi', { 7 | button: 'Chèn đoạn mã', 8 | codeContents: 'Nội dung mã', 9 | emptySnippetError: 'Một đoạn mã không thể để trống.', 10 | language: 'Ngôn ngữ', 11 | title: 'Đoạn mã', 12 | pathName: 'mã dính' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/zh-cn.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'zh-cn', { 7 | button: '插入代码段', 8 | codeContents: '代码内容', 9 | emptySnippetError: '插入的代码不能为空。', 10 | language: '代码语言', 11 | title: '代码段', 12 | pathName: '代码段' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lang/zh.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | CKEDITOR.plugins.setLang( 'codesnippet', 'zh', { 7 | button: '插入程式碼片段', 8 | codeContents: '程式碼內容', 9 | emptySnippetError: '程式碼片段不可為空白。', 10 | language: '語言', 11 | title: '程式碼片段', 12 | pathName: '程式碼片段' 13 | } ); 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lib/highlight/LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2006, Ivan Sagalaev 2 | All rights reserved. 3 | Redistribution and use in source and binary forms, with or without 4 | modification, are permitted provided that the following conditions are met: 5 | 6 | * Redistributions of source code must retain the above copyright 7 | notice, this list of conditions and the following disclaimer. 8 | * Redistributions in binary form must reproduce the above copyright 9 | notice, this list of conditions and the following disclaimer in the 10 | documentation and/or other materials provided with the distribution. 11 | * Neither the name of highlight.js nor the names of its contributors 12 | may be used to endorse or promote products derived from this software 13 | without specific prior written permission. 14 | 15 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY 16 | EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 17 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 18 | DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY 19 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 20 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 21 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 22 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 23 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Original style from softwaremaniacs.org (c) Ivan Sagalaev 4 | 5 | */ 6 | 7 | .hljs { 8 | display: block; padding: 0.5em; 9 | background: white; color: black; 10 | } 11 | 12 | .hljs-string, 13 | .hljs-tag .hljs-value, 14 | .hljs-filter .hljs-argument, 15 | .hljs-addition, 16 | .hljs-change, 17 | .apache .hljs-tag, 18 | .apache .hljs-cbracket, 19 | .nginx .hljs-built_in, 20 | .tex .hljs-formula { 21 | color: #888; 22 | } 23 | 24 | .hljs-comment, 25 | .hljs-template_comment, 26 | .hljs-shebang, 27 | .hljs-doctype, 28 | .hljs-pi, 29 | .hljs-javadoc, 30 | .hljs-deletion, 31 | .apache .hljs-sqbracket { 32 | color: #CCC; 33 | } 34 | 35 | .hljs-keyword, 36 | .hljs-tag .hljs-title, 37 | .ini .hljs-title, 38 | .lisp .hljs-title, 39 | .clojure .hljs-title, 40 | .http .hljs-title, 41 | .nginx .hljs-title, 42 | .css .hljs-tag, 43 | .hljs-winutils, 44 | .hljs-flow, 45 | .apache .hljs-tag, 46 | .tex .hljs-command, 47 | .hljs-request, 48 | .hljs-status { 49 | font-weight: bold; 50 | } 51 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css: -------------------------------------------------------------------------------- 1 | /* 2 | Five-color theme from a single blue hue. 3 | */ 4 | .hljs { 5 | display: block; padding: 0.5em; 6 | background: #EAEEF3; color: #00193A; 7 | } 8 | 9 | .hljs-keyword, 10 | .hljs-title, 11 | .hljs-important, 12 | .hljs-request, 13 | .hljs-header, 14 | .hljs-javadoctag { 15 | font-weight: bold; 16 | } 17 | 18 | .hljs-comment, 19 | .hljs-chunk, 20 | .hljs-template_comment { 21 | color: #738191; 22 | } 23 | 24 | .hljs-string, 25 | .hljs-title, 26 | .hljs-parent, 27 | .hljs-built_in, 28 | .hljs-literal, 29 | .hljs-filename, 30 | .hljs-value, 31 | .hljs-addition, 32 | .hljs-tag, 33 | .hljs-argument, 34 | .hljs-link_label, 35 | .hljs-blockquote, 36 | .hljs-header { 37 | color: #0048AB; 38 | } 39 | 40 | .hljs-decorator, 41 | .hljs-prompt, 42 | .hljs-yardoctag, 43 | .hljs-subst, 44 | .hljs-symbol, 45 | .hljs-doctype, 46 | .hljs-regexp, 47 | .hljs-preprocessor, 48 | .hljs-pragma, 49 | .hljs-pi, 50 | .hljs-attribute, 51 | .hljs-attr_selector, 52 | .hljs-javadoc, 53 | .hljs-xmlDocTag, 54 | .hljs-deletion, 55 | .hljs-shebang, 56 | .hljs-string .hljs-variable, 57 | .hljs-link_url, 58 | .hljs-bullet, 59 | .hljs-sqbracket, 60 | .hljs-phony { 61 | color: #4C81C9; 62 | } 63 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css: -------------------------------------------------------------------------------- 1 | /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ 2 | 3 | /* Tomorrow Comment */ 4 | .hljs-comment, 5 | .hljs-title { 6 | color: #8e908c; 7 | } 8 | 9 | /* Tomorrow Red */ 10 | .hljs-variable, 11 | .hljs-attribute, 12 | .hljs-tag, 13 | .hljs-regexp, 14 | .ruby .hljs-constant, 15 | .xml .hljs-tag .hljs-title, 16 | .xml .hljs-pi, 17 | .xml .hljs-doctype, 18 | .html .hljs-doctype, 19 | .css .hljs-id, 20 | .css .hljs-class, 21 | .css .hljs-pseudo { 22 | color: #c82829; 23 | } 24 | 25 | /* Tomorrow Orange */ 26 | .hljs-number, 27 | .hljs-preprocessor, 28 | .hljs-pragma, 29 | .hljs-built_in, 30 | .hljs-literal, 31 | .hljs-params, 32 | .hljs-constant { 33 | color: #f5871f; 34 | } 35 | 36 | /* Tomorrow Yellow */ 37 | .ruby .hljs-class .hljs-title, 38 | .css .hljs-rules .hljs-attribute { 39 | color: #eab700; 40 | } 41 | 42 | /* Tomorrow Green */ 43 | .hljs-string, 44 | .hljs-value, 45 | .hljs-inheritance, 46 | .hljs-header, 47 | .ruby .hljs-symbol, 48 | .xml .hljs-cdata { 49 | color: #718c00; 50 | } 51 | 52 | /* Tomorrow Aqua */ 53 | .css .hljs-hexcolor { 54 | color: #3e999f; 55 | } 56 | 57 | /* Tomorrow Blue */ 58 | .hljs-function, 59 | .python .hljs-decorator, 60 | .python .hljs-title, 61 | .ruby .hljs-function .hljs-title, 62 | .ruby .hljs-title .hljs-keyword, 63 | .perl .hljs-sub, 64 | .javascript .hljs-title, 65 | .coffeescript .hljs-title { 66 | color: #4271ae; 67 | } 68 | 69 | /* Tomorrow Purple */ 70 | .hljs-keyword, 71 | .javascript .hljs-function { 72 | color: #8959a8; 73 | } 74 | 75 | .hljs { 76 | display: block; 77 | background: white; 78 | color: #4d4d4c; 79 | padding: 0.5em; 80 | } 81 | 82 | .coffeescript .javascript, 83 | .javascript .xml, 84 | .tex .hljs-formula, 85 | .xml .javascript, 86 | .xml .vbscript, 87 | .xml .css, 88 | .xml .hljs-cdata { 89 | opacity: 0.5; 90 | } 91 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/colordialog/dialogs/colordialog.css: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | 6 | .cke_colordialog_colorcell { 7 | width: 12px; /* All cells have equal width which depends on parent width (in this case table parent). Width works more like max-width. */ 8 | height: 14px; 9 | padding: 1px; /* Padding is replaced by border for focused cells. Prevents 'jumping' when adding borders. */ 10 | } 11 | 12 | .cke_colordialog_colorcell.cke_colordialog_focused_light, 13 | .cke_colordialog_colorcell.cke_colordialog_focused_dark { 14 | padding: 0; /* Shrink cell to allow 1px border indicating focus. */ 15 | border: 1px dotted #000; 16 | } 17 | 18 | .cke_colordialog_colorcell.cke_colordialog_focused_dark { 19 | border-color: #FFF; 20 | } 21 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/dialog/dialogDefinition.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/flash/images/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/flash/images/placeholder.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/forms/dialogs/button.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.dialog.add("button",function(b){function d(a){var b=this.getValue();b?(a.attributes[this.id]=b,"name"==this.id&&(a.attributes["data-cke-saved-name"]=b)):(delete a.attributes[this.id],"name"==this.id&&delete a.attributes["data-cke-saved-name"])}return{title:b.lang.forms.button.title,minWidth:350,minHeight:150,onShow:function(){delete this.button;var a=this.getParentEditor().getSelection().getSelectedElement();a&&a.is("input")&&a.getAttribute("type")in{button:1,reset:1,submit:1}&&(this.button= 6 | a,this.setupContent(a))},onOk:function(){var a=this.getParentEditor(),b=this.button,d=!b,c=b?CKEDITOR.htmlParser.fragment.fromHtml(b.getOuterHtml()).children[0]:new CKEDITOR.htmlParser.element("input");this.commitContent(c);var e=new CKEDITOR.htmlParser.basicWriter;c.writeHtml(e);c=CKEDITOR.dom.element.createFromHtml(e.getHtml(),a.document);d?a.insertElement(c):(c.replace(b),a.getSelection().selectElement(c))},contents:[{id:"info",label:b.lang.forms.button.title,title:b.lang.forms.button.title,elements:[{id:"name", 7 | type:"text",bidi:!0,label:b.lang.common.name,"default":"",setup:function(a){this.setValue(a.data("cke-saved-name")||a.getAttribute("name")||"")},commit:d},{id:"value",type:"text",label:b.lang.forms.button.text,accessKey:"V","default":"",setup:function(a){this.setValue(a.getAttribute("value")||"")},commit:d},{id:"type",type:"select",label:b.lang.forms.button.type,"default":"button",accessKey:"T",items:[[b.lang.forms.button.typeBtn,"button"],[b.lang.forms.button.typeSbm,"submit"],[b.lang.forms.button.typeRst, 8 | "reset"]],setup:function(a){this.setValue(a.getAttribute("type")||"")},commit:d}]}]}}); -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/forms/dialogs/hiddenfield.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.dialog.add("hiddenfield",function(d){return{title:d.lang.forms.hidden.title,hiddenField:null,minWidth:350,minHeight:110,onShow:function(){delete this.hiddenField;var a=this.getParentEditor(),b=a.getSelection(),c=b.getSelectedElement();c&&c.data("cke-real-element-type")&&"hiddenfield"==c.data("cke-real-element-type")&&(this.hiddenField=c,c=a.restoreRealElement(this.hiddenField),this.setupContent(c),b.selectElement(this.hiddenField))},onOk:function(){var a=this.getValueOf("info","_cke_saved_name"), 6 | b=this.getParentEditor(),a=CKEDITOR.env.ie&&8>CKEDITOR.document.$.documentMode?b.document.createElement('\x3cinput name\x3d"'+CKEDITOR.tools.htmlEncode(a)+'"\x3e'):b.document.createElement("input");a.setAttribute("type","hidden");this.commitContent(a);a=b.createFakeElement(a,"cke_hidden","hiddenfield");this.hiddenField?(a.replace(this.hiddenField),b.getSelection().selectElement(a)):b.insertElement(a);return!0},contents:[{id:"info",label:d.lang.forms.hidden.title,title:d.lang.forms.hidden.title,elements:[{id:"_cke_saved_name", 7 | type:"text",label:d.lang.forms.hidden.name,"default":"",accessKey:"N",setup:function(a){this.setValue(a.data("cke-saved-name")||a.getAttribute("name")||"")},commit:function(a){this.getValue()?a.setAttribute("name",this.getValue()):a.removeAttribute("name")}},{id:"value",type:"text",label:d.lang.forms.hidden.value,"default":"",accessKey:"V",setup:function(a){this.setValue(a.getAttribute("value")||"")},commit:function(a){this.getValue()?a.setAttribute("value",this.getValue()):a.removeAttribute("value")}}]}]}}); -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/forms/images/hiddenfield.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/forms/images/hiddenfield.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/icons.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/icons_hidpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/icons_hidpi.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/iframe/images/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/iframe/images/placeholder.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/image/images/noimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/image/images/noimage.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/link/dialogs/anchor.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.dialog.add("anchor",function(c){function d(a,b){return a.createFakeElement(a.document.createElement("a",{attributes:b}),"cke_anchor","anchor")}return{title:c.lang.link.anchor.title,minWidth:300,minHeight:60,onOk:function(){var a=CKEDITOR.tools.trim(this.getValueOf("info","txtName")),a={id:a,name:a,"data-cke-saved-name":a};if(this._.selectedElement)this._.selectedElement.data("cke-realelement")?(a=d(c,a),a.replace(this._.selectedElement),CKEDITOR.env.ie&&c.getSelection().selectElement(a)): 6 | this._.selectedElement.setAttributes(a);else{var b=c.getSelection(),b=b&&b.getRanges()[0];b.collapsed?(a=d(c,a),b.insertNode(a)):(CKEDITOR.env.ie&&9>CKEDITOR.env.version&&(a["class"]="cke_anchor"),a=new CKEDITOR.style({element:"a",attributes:a}),a.type=CKEDITOR.STYLE_INLINE,c.applyStyle(a))}},onHide:function(){delete this._.selectedElement},onShow:function(){var a=c.getSelection(),b=a.getSelectedElement(),d=b&&b.data("cke-realelement"),e=d?CKEDITOR.plugins.link.tryRestoreFakeAnchor(c,b):CKEDITOR.plugins.link.getSelectedLink(c); 7 | if(e){this._.selectedElement=e;var f=e.data("cke-saved-name");this.setValueOf("info","txtName",f||"");!d&&a.selectElement(e);b&&(this._.selectedElement=b)}this.getContentElement("info","txtName").focus()},contents:[{id:"info",label:c.lang.link.anchor.title,accessKey:"I",elements:[{type:"text",id:"txtName",label:c.lang.link.anchor.name,required:!0,validate:function(){return this.getValue()?!0:(alert(c.lang.link.anchor.errorName),!1)}}]}]}}); -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/link/images/anchor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/link/images/anchor.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/link/images/hidpi/anchor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/link/images/hidpi/anchor.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/magicline/images/hidpi/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/magicline/images/hidpi/icon.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/magicline/images/icon-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/magicline/images/icon-rtl.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/magicline/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/magicline/images/icon.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/notification/lang/cs.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'notification', 'cs', { 6 | closed: 'Oznámení zavřeno.' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/notification/lang/da.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'notification', 'da', { 6 | closed: 'Notefikation lukket.' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/notification/lang/de.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'notification', 'de', { 6 | closed: 'Benachrichtigung geschlossen.' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/notification/lang/en.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'notification', 'en', { 6 | closed: 'Notification closed.' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/notification/lang/eo.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'notification', 'eo', { 6 | closed: 'Sciigo fermita' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/notification/lang/eu.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'notification', 'eu', { 6 | closed: 'Jakinarazpena itxita.' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/notification/lang/fr.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'notification', 'fr', { 6 | closed: 'La notification est close.' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/notification/lang/gl.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'notification', 'gl', { 6 | closed: 'Notificación pechada.' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/notification/lang/id.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'notification', 'id', { 6 | closed: 'Pemberitahuan ditutup' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/notification/lang/it.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'notification', 'it', { 6 | closed: 'Notifica chiusa.' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/notification/lang/ko.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'notification', 'ko', { 6 | closed: '알림이 닫힘.' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/notification/lang/ku.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'notification', 'ku', { 6 | closed: 'ئاگادارکەرەوەکە داخرا.' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/notification/lang/nb.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'notification', 'nb', { 6 | closed: 'Varsling lukket.' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/notification/lang/nl.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'notification', 'nl', { 6 | closed: 'Melding gesloten.' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/notification/lang/pl.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'notification', 'pl', { 6 | closed: 'Powiadomienie zostało zamknięte.' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/notification/lang/pt-br.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'notification', 'pt-br', { 6 | closed: 'Notificação fechada.' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/notification/lang/ru.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'notification', 'ru', { 6 | closed: 'Уведомление закрыто' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/notification/lang/sv.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'notification', 'sv', { 6 | closed: 'Notifiering stängd.' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/notification/lang/tr.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'notification', 'tr', { 6 | closed: 'Uyarılar kapatıldı.' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/notification/lang/ug.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'notification', 'ug', { 6 | closed: 'ئوقتۇرۇش تاقالدى.' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/notification/lang/uk.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'notification', 'uk', { 6 | closed: 'Сповіщення закрито.' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/notification/lang/zh-cn.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'notification', 'zh-cn', { 6 | closed: '通知已关闭。' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/notification/lang/zh.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'notification', 'zh', { 6 | closed: '通知已關閉。' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/pagebreak/images/pagebreak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/pagebreak/images/pagebreak.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/preview/preview.html: -------------------------------------------------------------------------------- 1 | 14 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/scayt/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | SCAYT plugin for CKEditor 4 Changelog 2 | ==================== 3 | ### CKEditor 4.5.6 4 | 5 | New Features: 6 | * CKEditor [language addon](http://ckeditor.com/addon/language) support 7 | * CKEditor [placeholder addon](http://ckeditor.com/addon/placeholder) support 8 | * Drag and Drop support 9 | * *Experimental* GRAYT functionality http://www.webspellchecker.net/samples/scayt-ckeditor-plugin.html#25 10 | 11 | Fixed issues: 12 | * [#98](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/98) SCAYT Affects Dialog Double Click. Fixed in SCAYT Core. 13 | * [#102](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/102) SCAYT Core performance enhancements 14 | * [#104](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/104) SCAYT's spans leak into the clipboard and after pasting 15 | * [#105](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/105) Javascript error fired in case of multiple instances of CKEditor in one page 16 | * [#107](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/107) SCAYT should not check non-editable parts of content 17 | * [#108](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/108) Latest SCAYT copies id of editor element to the iframe 18 | * SCAYT stops working when CKEditor Undo plug-in not enabled 19 | * Issue with pasting SCAYT markup in CKEditor 20 | * [#32](https://github.com/WebSpellChecker/ckeditor-plugin-wsc/issues/32) SCAYT stops working after pressing Cancel button in WSC dialog 21 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/scayt/LICENSE.md: -------------------------------------------------------------------------------- 1 | Software License Agreement 2 | ========================== 3 | 4 | **CKEditor SCAYT Plugin** 5 | Copyright © 2012, [CKSource](http://cksource.com) - Frederico Knabben. All rights reserved. 6 | 7 | Licensed under the terms of any of the following licenses at your choice: 8 | 9 | * GNU General Public License Version 2 or later (the "GPL"): 10 | http://www.gnu.org/licenses/gpl.html 11 | 12 | * GNU Lesser General Public License Version 2.1 or later (the "LGPL"): 13 | http://www.gnu.org/licenses/lgpl.html 14 | 15 | * Mozilla Public License Version 1.1 or later (the "MPL"): 16 | http://www.mozilla.org/MPL/MPL-1.1.html 17 | 18 | You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice. 19 | 20 | Sources of Intellectual Property Included in this plugin 21 | -------------------------------------------------------- 22 | 23 | Where not otherwise indicated, all plugin content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, the plugin will incorporate work done by developers outside of CKSource with their express permission. 24 | 25 | Trademarks 26 | ---------- 27 | 28 | CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders. 29 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/scayt/dialogs/toolbar.css: -------------------------------------------------------------------------------- 1 | a 2 | { 3 | text-decoration:none; 4 | padding: 2px 4px 4px 6px; 5 | display : block; 6 | border-width: 1px; 7 | border-style: solid; 8 | margin : 0px; 9 | } 10 | 11 | a.cke_scayt_toogle:hover, 12 | a.cke_scayt_toogle:focus, 13 | a.cke_scayt_toogle:active 14 | { 15 | border-color: #316ac5; 16 | background-color: #dff1ff; 17 | color : #000; 18 | cursor: pointer; 19 | margin : 0px; 20 | } 21 | a.cke_scayt_toogle { 22 | color : #316ac5; 23 | border-color: #fff; 24 | } 25 | .scayt_enabled a.cke_scayt_item { 26 | color : #316ac5; 27 | border-color: #fff; 28 | margin : 0px; 29 | } 30 | .scayt_disabled a.cke_scayt_item { 31 | color : gray; 32 | border-color : #fff; 33 | } 34 | .scayt_enabled a.cke_scayt_item:hover, 35 | .scayt_enabled a.cke_scayt_item:focus, 36 | .scayt_enabled a.cke_scayt_item:active 37 | { 38 | border-color: #316ac5; 39 | background-color: #dff1ff; 40 | color : #000; 41 | cursor: pointer; 42 | } 43 | .scayt_disabled a.cke_scayt_item:hover, 44 | .scayt_disabled a.cke_scayt_item:focus, 45 | .scayt_disabled a.cke_scayt_item:active 46 | { 47 | border-color: gray; 48 | background-color: #dff1ff; 49 | color : gray; 50 | cursor: no-drop; 51 | } 52 | .cke_scayt_set_on, .cke_scayt_set_off 53 | { 54 | display: none; 55 | } 56 | .scayt_enabled .cke_scayt_set_on 57 | { 58 | display: none; 59 | } 60 | .scayt_disabled .cke_scayt_set_on 61 | { 62 | display: inline; 63 | } 64 | .scayt_disabled .cke_scayt_set_off 65 | { 66 | display: none; 67 | } 68 | .scayt_enabled .cke_scayt_set_off 69 | { 70 | display: inline; 71 | } 72 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/showblocks/images/block_address.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/showblocks/images/block_address.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/showblocks/images/block_blockquote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/showblocks/images/block_blockquote.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/showblocks/images/block_div.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/showblocks/images/block_div.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/showblocks/images/block_h1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/showblocks/images/block_h1.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/showblocks/images/block_h2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/showblocks/images/block_h2.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/showblocks/images/block_h3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/showblocks/images/block_h3.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/showblocks/images/block_h4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/showblocks/images/block_h4.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/showblocks/images/block_h5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/showblocks/images/block_h5.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/showblocks/images/block_h6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/showblocks/images/block_h6.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/showblocks/images/block_p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/showblocks/images/block_p.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/showblocks/images/block_pre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/showblocks/images/block_pre.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/angel_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/angel_smile.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/angel_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/angel_smile.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/angry_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/angry_smile.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/angry_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/angry_smile.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/broken_heart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/broken_heart.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/broken_heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/broken_heart.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/confused_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/confused_smile.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/confused_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/confused_smile.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/cry_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/cry_smile.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/cry_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/cry_smile.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/devil_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/devil_smile.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/devil_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/devil_smile.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/embaressed_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/embaressed_smile.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/embarrassed_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/embarrassed_smile.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/embarrassed_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/embarrassed_smile.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/envelope.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/envelope.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/envelope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/envelope.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/heart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/heart.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/heart.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/kiss.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/kiss.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/kiss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/kiss.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/lightbulb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/lightbulb.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/lightbulb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/lightbulb.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/omg_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/omg_smile.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/omg_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/omg_smile.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/regular_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/regular_smile.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/regular_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/regular_smile.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/sad_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/sad_smile.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/sad_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/sad_smile.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/shades_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/shades_smile.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/shades_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/shades_smile.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/teeth_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/teeth_smile.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/teeth_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/teeth_smile.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/thumbs_down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/thumbs_down.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/thumbs_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/thumbs_down.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/thumbs_up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/thumbs_up.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/thumbs_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/thumbs_up.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/tongue_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/tongue_smile.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/tongue_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/tongue_smile.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/tounge_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/tounge_smile.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/wink_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/wink_smile.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/smiley/images/wink_smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/smiley/images/wink_smile.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2 | For licensing, see LICENSE.md or http://ckeditor.com/license 3 | 4 | cs.js Found: 118 Missing: 0 5 | cy.js Found: 118 Missing: 0 6 | de.js Found: 118 Missing: 0 7 | el.js Found: 16 Missing: 102 8 | eo.js Found: 118 Missing: 0 9 | et.js Found: 31 Missing: 87 10 | fa.js Found: 24 Missing: 94 11 | fi.js Found: 23 Missing: 95 12 | fr.js Found: 118 Missing: 0 13 | hr.js Found: 23 Missing: 95 14 | it.js Found: 118 Missing: 0 15 | nb.js Found: 118 Missing: 0 16 | nl.js Found: 118 Missing: 0 17 | no.js Found: 118 Missing: 0 18 | tr.js Found: 118 Missing: 0 19 | ug.js Found: 39 Missing: 79 20 | zh-cn.js Found: 118 Missing: 0 21 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/templates/templates/images/template1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/templates/templates/images/template1.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/templates/templates/images/template2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/templates/templates/images/template2.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/templates/templates/images/template3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/templates/templates/images/template3.gif -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/dev/assets/contents.css: -------------------------------------------------------------------------------- 1 | .mediumBorder { 2 | border-width: 2px; 3 | } 4 | .thickBorder { 5 | border-width: 5px; 6 | } 7 | img.thickBorder, img.mediumBorder { 8 | border-style: solid; 9 | border-color: #CCC; 10 | } 11 | .important.soMuch { 12 | margin: 25px; 13 | padding: 25px; 14 | background: red; 15 | border: none; 16 | } 17 | 18 | span.redMarker { 19 | background-color: red; 20 | } 21 | .invisible { 22 | opacity: 0.1; 23 | } 24 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/dev/assets/sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/widget/dev/assets/sample.jpg -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/dev/assets/simplebox/contents.css: -------------------------------------------------------------------------------- 1 | .simplebox { 2 | padding: 8px; 3 | margin: 10px; 4 | background: #eee; 5 | border-radius: 8px; 6 | border: 1px solid #ddd; 7 | box-shadow: 0 1px 1px #fff inset, 0 -1px 0px #ccc inset; 8 | } 9 | .simplebox-title, .simplebox-content { 10 | box-shadow: 0 1px 1px #ddd inset; 11 | border: 1px solid #cccccc; 12 | border-radius: 5px; 13 | background: #fff; 14 | } 15 | .simplebox-title { 16 | margin: 0 0 8px; 17 | padding: 5px 8px; 18 | } 19 | .simplebox-content { 20 | padding: 0 8px; 21 | } 22 | .simplebox-content::after { 23 | content: ''; 24 | display: block; 25 | clear: both; 26 | } 27 | .simplebox.align-right { 28 | float: right; 29 | } 30 | .simplebox.align-left { 31 | float: left; 32 | } 33 | .simplebox.align-center { 34 | margin-left: auto; 35 | margin-right: auto; 36 | } 37 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/dev/assets/simplebox/dialogs/simplebox.js: -------------------------------------------------------------------------------- 1 | // Note: This automatic widget to dialog window binding (the fact that every field is set up from the widget 2 | // and is committed to the widget) is only possible when the dialog is opened by the Widgets System 3 | // (i.e. the widgetDef.dialog property is set). 4 | // When you are opening the dialog window by yourself, you need to take care of this by yourself too. 5 | 6 | CKEDITOR.dialog.add( 'simplebox', function( editor ) { 7 | return { 8 | title: 'Edit Simple Box', 9 | minWidth: 200, 10 | minHeight: 100, 11 | contents: [ 12 | { 13 | id: 'info', 14 | elements: [ 15 | { 16 | id: 'align', 17 | type: 'select', 18 | label: 'Align', 19 | items: [ 20 | [ editor.lang.common.notSet, '' ], 21 | [ editor.lang.common.alignLeft, 'left' ], 22 | [ editor.lang.common.alignRight, 'right' ], 23 | [ editor.lang.common.alignCenter, 'center' ] 24 | ], 25 | // When setting up this field, set its value to the "align" value from widget data. 26 | // Note: Align values used in the widget need to be the same as those defined in the "items" array above. 27 | setup: function( widget ) { 28 | this.setValue( widget.data.align ); 29 | }, 30 | // When committing (saving) this field, set its value to the widget data. 31 | commit: function( widget ) { 32 | widget.setData( 'align', this.getValue() ); 33 | } 34 | }, 35 | { 36 | id: 'width', 37 | type: 'text', 38 | label: 'Width', 39 | width: '50px', 40 | setup: function( widget ) { 41 | this.setValue( widget.data.width ); 42 | }, 43 | commit: function( widget ) { 44 | widget.setData( 'width', this.getValue() ); 45 | } 46 | } 47 | ] 48 | } 49 | ] 50 | }; 51 | } ); 52 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/dev/assets/simplebox/icons/simplebox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/widget/dev/assets/simplebox/icons/simplebox.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/images/handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/plugins/widget/images/handle.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/af.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'af', { 6 | 'move': 'Klik en trek on te beweeg' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/ar.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'ar', { 6 | 'move': 'إضغط و إسحب للتحريك' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/bg.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'bg', { 6 | 'move': 'Кликни и влачи, за да преместиш' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/ca.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'ca', { 6 | 'move': 'Clicar i arrossegar per moure' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/cs.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'cs', { 6 | 'move': 'Klepněte a táhněte pro přesunutí' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/cy.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'cy', { 6 | 'move': 'Clcio a llusgo i symud' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/da.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'da', { 6 | 'move': 'Klik og træk for at flytte' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/de.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'de', { 6 | 'move': 'Zum Verschieben anwählen und ziehen' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/el.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'el', { 6 | 'move': 'Κάνετε κλικ και σύρετε το ποντίκι για να μετακινήστε' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/en-gb.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'en-gb', { 6 | 'move': 'Click and drag to move' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/en.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'en', { 6 | 'move': 'Click and drag to move' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/eo.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'eo', { 6 | 'move': 'klaki kaj treni por movi' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/es.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'es', { 6 | 'move': 'Dar clic y arrastrar para mover' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/eu.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'eu', { 6 | 'move': 'Klikatu eta arrastatu lekuz aldatzeko' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/fa.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'fa', { 6 | 'move': 'کلیک و کشیدن برای جابجایی' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/fi.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'fi', { 6 | 'move': 'Siirrä klikkaamalla ja raahaamalla' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/fr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'fr', { 6 | 'move': 'Cliquer et glisser pour déplacer' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/gl.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'gl', { 6 | 'move': 'Prema e arrastre para mover' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/he.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'he', { 6 | 'move': 'לחץ וגרור להזזה' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/hr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'hr', { 6 | 'move': 'Klikni i povuci da pomakneš' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/hu.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'hu', { 6 | 'move': 'Kattints és húzd a mozgatáshoz' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/id.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'id', { 6 | 'move': 'Tekan dan geser untuk memindahkan' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/it.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'it', { 6 | 'move': 'Fare clic e trascinare per spostare' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/ja.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'ja', { 6 | 'move': 'ドラッグして移動' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/km.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'km', { 6 | 'move': 'ចុច​ហើយ​ទាញ​ដើម្បី​ផ្លាស់​ទី' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/ko.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'ko', { 6 | 'move': '움직이려면 클릭 후 드래그 하세요' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/ku.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'ku', { 6 | 'move': 'کرتەبکە و ڕایبکێشە بۆ جوڵاندن' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/lv.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'lv', { 6 | 'move': 'Klikšķina un velc, lai pārvietotu' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/nb.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'nb', { 6 | 'move': 'Klikk og dra for å flytte' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/nl.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'nl', { 6 | 'move': 'Klik en sleep om te verplaatsen' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/no.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'no', { 6 | 'move': 'Klikk og dra for å flytte' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/pl.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'pl', { 6 | 'move': 'Kliknij i przeciągnij, by przenieść.' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/pt-br.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'pt-br', { 6 | 'move': 'Click e arraste para mover' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/pt.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'pt', { 6 | 'move': 'Clique e arraste para mover' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/ru.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'ru', { 6 | 'move': 'Нажмите и перетащите' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/sk.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'sk', { 6 | 'move': 'Kliknite a potiahnite pre presunutie' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/sl.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'sl', { 6 | 'move': 'Kliknite in povlecite, da premaknete' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/sq.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'sq', { 6 | 'move': 'Kliko dhe tërhiqe për ta lëvizur' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/sv.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'sv', { 6 | 'move': 'Klicka och drag för att flytta' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/tr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'tr', { 6 | 'move': 'Taşımak için, tıklayın ve sürükleyin' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/tt.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'tt', { 6 | 'move': 'Күчереп куер өчен басып шудырыгыз' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/ug.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'ug', { 6 | 'move': 'يۆتكەشتە چېكىپ سۆرەڭ' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/uk.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'uk', { 6 | 'move': 'Клікніть і потягніть для переміщення' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/vi.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'vi', { 6 | 'move': 'Nhấp chuột và kéo để di chuyển' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/zh-cn.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'zh-cn', { 6 | 'move': '点击并拖拽以移动' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/widget/lang/zh.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license 4 | */ 5 | CKEDITOR.plugins.setLang( 'widget', 'zh', { 6 | 'move': '拖曳以移動' 7 | } ); 8 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/wsc/LICENSE.md: -------------------------------------------------------------------------------- 1 | Software License Agreement 2 | ========================== 3 | 4 | **CKEditor WSC Plugin** 5 | Copyright © 2012, [CKSource](http://cksource.com) - Frederico Knabben. All rights reserved. 6 | 7 | Licensed under the terms of any of the following licenses at your choice: 8 | 9 | * GNU General Public License Version 2 or later (the "GPL"): 10 | http://www.gnu.org/licenses/gpl.html 11 | 12 | * GNU Lesser General Public License Version 2.1 or later (the "LGPL"): 13 | http://www.gnu.org/licenses/lgpl.html 14 | 15 | * Mozilla Public License Version 1.1 or later (the "MPL"): 16 | http://www.mozilla.org/MPL/MPL-1.1.html 17 | 18 | You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice. 19 | 20 | Sources of Intellectual Property Included in this plugin 21 | -------------------------------------------------------- 22 | 23 | Where not otherwise indicated, all plugin content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, the plugin will incorporate work done by developers outside of CKSource with their express permission. 24 | 25 | Trademarks 26 | ---------- 27 | 28 | CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders. 29 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/plugins/wsc/dialogs/wsc.css: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 | For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | html, body 7 | { 8 | background-color: transparent; 9 | margin: 0px; 10 | padding: 0px; 11 | } 12 | 13 | body 14 | { 15 | padding: 10px; 16 | } 17 | 18 | body, td, input, select, textarea 19 | { 20 | font-size: 11px; 21 | font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana; 22 | } 23 | 24 | .midtext 25 | { 26 | padding:0px; 27 | margin:10px; 28 | } 29 | 30 | .midtext p 31 | { 32 | padding:0px; 33 | margin:10px; 34 | } 35 | 36 | .Button 37 | { 38 | border: #737357 1px solid; 39 | color: #3b3b1f; 40 | background-color: #c7c78f; 41 | } 42 | 43 | .PopupTabArea 44 | { 45 | color: #737357; 46 | background-color: #e3e3c7; 47 | } 48 | 49 | .PopupTitleBorder 50 | { 51 | border-bottom: #d5d59d 1px solid; 52 | } 53 | .PopupTabEmptyArea 54 | { 55 | padding-left: 10px; 56 | border-bottom: #d5d59d 1px solid; 57 | } 58 | 59 | .PopupTab, .PopupTabSelected 60 | { 61 | border-right: #d5d59d 1px solid; 62 | border-top: #d5d59d 1px solid; 63 | border-left: #d5d59d 1px solid; 64 | padding: 3px 5px 3px 5px; 65 | color: #737357; 66 | } 67 | 68 | .PopupTab 69 | { 70 | margin-top: 1px; 71 | border-bottom: #d5d59d 1px solid; 72 | cursor: pointer; 73 | } 74 | 75 | .PopupTabSelected 76 | { 77 | font-weight: bold; 78 | cursor: default; 79 | padding-top: 4px; 80 | border-bottom: #f1f1e3 1px solid; 81 | background-color: #f1f1e3; 82 | } 83 | -------------------------------------------------------------------------------- /admin/template/js/ckeditor/skins/getsimple/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/skins/getsimple/icons.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/skins/getsimple/icons_hidpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/skins/getsimple/icons_hidpi.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/skins/getsimple/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/skins/getsimple/images/arrow.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/skins/getsimple/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/skins/getsimple/images/close.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/skins/getsimple/images/hidpi/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/skins/getsimple/images/hidpi/close.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/skins/getsimple/images/hidpi/lock-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/skins/getsimple/images/hidpi/lock-open.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/skins/getsimple/images/hidpi/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/skins/getsimple/images/hidpi/lock.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/skins/getsimple/images/hidpi/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/skins/getsimple/images/hidpi/refresh.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/skins/getsimple/images/lock-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/skins/getsimple/images/lock-open.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/skins/getsimple/images/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/skins/getsimple/images/lock.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/skins/getsimple/images/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/skins/getsimple/images/refresh.png -------------------------------------------------------------------------------- /admin/template/js/ckeditor/skins/getsimple/images/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/ckeditor/skins/getsimple/images/spinner.gif -------------------------------------------------------------------------------- /admin/template/js/codemirror/theme/default.css: -------------------------------------------------------------------------------- 1 | .cm-s-default span.cm-keyword {color: #708;} 2 | .cm-s-default span.cm-atom {color: #219;} 3 | .cm-s-default span.cm-number {color: #164;} 4 | .cm-s-default span.cm-def {color: #00f;} 5 | .cm-s-default span.cm-variable {color: black;} 6 | .cm-s-default span.cm-variable-2 {color: #05a;} 7 | .cm-s-default span.cm-variable-3 {color: #085;} 8 | .cm-s-default span.cm-property {color: black;} 9 | .cm-s-default span.cm-operator {color: black;} 10 | .cm-s-default span.cm-comment {color: #a50;} 11 | .cm-s-default span.cm-string {color: #a11;} 12 | .cm-s-default span.cm-string-2 {color: #f50;} 13 | .cm-s-default span.cm-meta {color: #555;} 14 | .cm-s-default span.cm-error {color: #f00;} 15 | .cm-s-default span.cm-qualifier {color: #555;} 16 | .cm-s-default span.cm-builtin {color: #30a;} 17 | .cm-s-default span.cm-bracket {color: #cc7;} 18 | .cm-s-default span.cm-tag {color: #170;} 19 | .cm-s-default span.cm-attribute {color: #00c;} 20 | -------------------------------------------------------------------------------- /admin/template/js/fancybox/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/fancybox/blank.gif -------------------------------------------------------------------------------- /admin/template/js/fancybox/fancybox_loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/fancybox/fancybox_loading.gif -------------------------------------------------------------------------------- /admin/template/js/fancybox/fancybox_sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/fancybox/fancybox_sprite.png -------------------------------------------------------------------------------- /admin/template/js/jcrop/Jcrop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/jcrop/Jcrop.gif -------------------------------------------------------------------------------- /admin/template/js/jcrop/jquery.Jcrop.css: -------------------------------------------------------------------------------- 1 | /* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */ 2 | .jcrop-holder 3 | { 4 | text-align: left; 5 | } 6 | 7 | .jcrop-vline, .jcrop-hline 8 | { 9 | font-size: 0; 10 | position: absolute; 11 | background: white url('Jcrop.gif') top left repeat; 12 | /* 13 | opacity: .5; 14 | *filter:alpha(opacity=50); 15 | */ 16 | } 17 | .jcrop-vline { height: 100%; width: 1px !important; } 18 | .jcrop-hline { width: 100%; height: 1px !important; } 19 | .jcrop-handle { 20 | font-size: 1px; 21 | width: 7px !important; 22 | height: 7px !important; 23 | border: 1px #eee solid; 24 | background-color: #333; 25 | *width: 9px; 26 | *height: 9px; 27 | } 28 | 29 | .jcrop-tracker { 30 | *background-color: gray; 31 | width: 100%; height: 100%; 32 | } 33 | 34 | .custom .jcrop-vline, 35 | .custom .jcrop-hline 36 | { 37 | background: yellow; 38 | } 39 | .custom .jcrop-handle 40 | { 41 | border-color: black; 42 | background-color: #C7BB00; 43 | -moz-border-radius: 3px; 44 | -webkit-border-radius: 3px; 45 | } 46 | -------------------------------------------------------------------------------- /admin/template/js/uploadify/uploadify.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/admin/template/js/uploadify/uploadify.swf -------------------------------------------------------------------------------- /admin/template/sidebar-backups.php: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /admin/template/sidebar-pages.php: -------------------------------------------------------------------------------- 1 | 4 |
5 |
6 | >All Post 7 | >New Post 8 | 9 | 10 | 11 | 12 | 13 |
14 |
15 | 16 |

17 |

18 |

19 | -------------------------------------------------------------------------------- /admin/template/sidebar-plugins.php: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /admin/template/sidebar-settings.php: -------------------------------------------------------------------------------- 1 | 8 | 13 | 14 | 15 |

16 | -------------------------------------------------------------------------------- /admin/template/sidebar-support.php: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /admin/template/sidebar-theme.php: -------------------------------------------------------------------------------- 1 | 8 | 15 | 16 | 17 |

18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /admin/uploadify-check-exists.php: -------------------------------------------------------------------------------- 1 | 9 | Deny from all 10 | 11 | 12 | # apache > 2.3 with mod_access_compat 13 | 14 | Deny from all 15 | 16 | 17 | # apache > 2.3 without mod_access_compat 18 | 19 | 20 | 21 | Require all denied 22 | 23 | 24 | -------------------------------------------------------------------------------- /backups/other/website.xml.bak: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /backups/pages/about.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Wed, 27 Jan 2021 01:30:57 +0700<![CDATA[About]]> 12 | -------------------------------------------------------------------------------- /backups/pages/acara.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Tue, 11 Jan 2022 19:43:18 +0700<![CDATA[Acara]]> 31 | -------------------------------------------------------------------------------- /backups/pages/axcora-cms-apps.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Mon, 07 Dec 2020 02:24:30 +0700<![CDATA[Axcora CMS Apps]]> 3 | -------------------------------------------------------------------------------- /backups/pages/bakery.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Fri, 25 Dec 2020 15:35:21 +0700<![CDATA[Bakery]]> 33 | -------------------------------------------------------------------------------- /backups/pages/berita.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Sat, 09 Jan 2021 12:22:10 +0700<![CDATA[Berita]]> 4 | -------------------------------------------------------------------------------- /backups/pages/bro.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Mon, 07 Dec 2020 09:44:40 +0700<![CDATA[Bro]]> 4 | -------------------------------------------------------------------------------- /backups/pages/coffee.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Mon, 28 Dec 2020 19:22:28 +0700<![CDATA[Coffee]]> 42 | -------------------------------------------------------------------------------- /backups/pages/contact-us.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Wed, 27 Jan 2021 01:49:30 +0700<![CDATA[Contact us]]> 18 | -------------------------------------------------------------------------------- /backups/pages/create-title-here.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Thu, 31 Dec 2020 01:03:29 +0700<![CDATA[Create title here]]> 4 | -------------------------------------------------------------------------------- /backups/pages/drink.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Fri, 25 Dec 2020 15:32:43 +0700<![CDATA[Drink]]> 37 | -------------------------------------------------------------------------------- /backups/pages/ekstra.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Sat, 09 Jan 2021 12:21:30 +0700<![CDATA[Ekstra]]> 4 | -------------------------------------------------------------------------------- /backups/pages/fasilitas.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Sat, 09 Jan 2021 12:20:32 +0700<![CDATA[Fasilitas]]> 4 | -------------------------------------------------------------------------------- /backups/pages/food.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Mon, 28 Dec 2020 19:23:00 +0700<![CDATA[Food]]> 42 | -------------------------------------------------------------------------------- /backups/pages/gallery.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Wed, 27 Jan 2021 01:47:07 +0700<![CDATA[Gallery]]> 11 | -------------------------------------------------------------------------------- /backups/pages/halo.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Sun, 06 Dec 2020 23:28:30 +0700<![CDATA[Halo]]> 4 | -------------------------------------------------------------------------------- /backups/pages/how-to-order.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Fri, 25 Dec 2020 11:12:24 +0700<![CDATA[Kopi Kejawen]]> 6 | -------------------------------------------------------------------------------- /backups/pages/index.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Tue, 11 Jan 2022 18:39:43 +0700<![CDATA[Get Axcora CMS]]> 16 | -------------------------------------------------------------------------------- /backups/pages/kepala-sekolah.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Sat, 09 Jan 2021 14:38:51 +0700<![CDATA[About]]> 8 | -------------------------------------------------------------------------------- /backups/pages/kopi-kejawen.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Mon, 28 Dec 2020 16:11:34 +0700<![CDATA[Kopi]]> 32 | -------------------------------------------------------------------------------- /backups/pages/kurikulum.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Sat, 09 Jan 2021 12:21:18 +0700<![CDATA[Kurikulum]]> 4 | -------------------------------------------------------------------------------- /backups/pages/ppdb-online.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Sat, 09 Jan 2021 12:20:12 +0700<![CDATA[PPDB Online]]> 4 | -------------------------------------------------------------------------------- /backups/pages/prestasi.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Sat, 09 Jan 2021 12:21:52 +0700<![CDATA[Prestasi]]> 4 | -------------------------------------------------------------------------------- /backups/pages/product.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Tue, 29 Dec 2020 01:40:21 +0700<![CDATA[Product]]> 21 | -------------------------------------------------------------------------------- /backups/pages/profile.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Wed, 27 Jan 2021 01:40:23 +0700<![CDATA[Profile]]> 16 | -------------------------------------------------------------------------------- /backups/pages/promosi.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Tue, 29 Dec 2020 02:08:48 +0700<![CDATA[Promosi]]> 19 | -------------------------------------------------------------------------------- /backups/pages/services.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Tue, 29 Dec 2020 01:28:25 +0700<![CDATA[Services]]> 19 | -------------------------------------------------------------------------------- /backups/pages/snack.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Fri, 25 Dec 2020 15:38:25 +0700<![CDATA[Snack]]> 33 | -------------------------------------------------------------------------------- /backups/pages/teacher.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Sat, 09 Jan 2021 12:16:06 +0700<![CDATA[Teacher]]> 4 | -------------------------------------------------------------------------------- /backups/pages/tes.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Thu, 14 Jan 2021 12:58:29 +0700<![CDATA[tes]]> 4 | -------------------------------------------------------------------------------- /backups/pages/this-article-post-page.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Thu, 10 Dec 2020 14:28:17 +0700<![CDATA[This article post page]]> 4 | -------------------------------------------------------------------------------- /backups/pages/title-in-here-1.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Sat, 02 Jan 2021 17:12:38 +0700<![CDATA[Title in here]]> 4 | -------------------------------------------------------------------------------- /backups/pages/title-in-here.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Tue, 26 Jan 2021 22:27:20 +0700<![CDATA[Title in here]]> 8 | -------------------------------------------------------------------------------- /backups/pages/vision.bak.xml: -------------------------------------------------------------------------------- 1 | 2 | Sat, 09 Jan 2021 12:15:10 +0700<![CDATA[Vision]]> 4 | -------------------------------------------------------------------------------- /backups/users/axcora.xml.bak: -------------------------------------------------------------------------------- 1 | 2 | axcoraaxcora cms apps09d271b710f7be851eed959eedbfbf3ea2215e6baxcora@gmail.com1Asia/Bangkoken_US 3 | -------------------------------------------------------------------------------- /data/.htaccess: -------------------------------------------------------------------------------- 1 | # 2 | # GetSimple CMS htaccess DENY file 3 | # 4 | 5 | # prevent breaking plugin htaccess, prefer compat, since require is not overridable by order 6 | 7 | # apache < 2.3 8 | 9 | Deny from all 10 | 11 | 12 | # apache > 2.3 with mod_access_compat 13 | 14 | Deny from all 15 | 16 | 17 | # apache > 2.3 without mod_access_compat 18 | 19 | 20 | 21 | Require all denied 22 | 23 | 24 | -------------------------------------------------------------------------------- /data/other/404.xml: -------------------------------------------------------------------------------- 1 | 2 | Sun, 02 Aug 2009 11:19:32 -0700<![CDATA[Oops! Page not found!]]> 3 | -------------------------------------------------------------------------------- /data/other/authorization.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /data/other/components.xml: -------------------------------------------------------------------------------- 1 | 2 | <![CDATA[Sidebar]]>sidebar<![CDATA[Tagline]]>tagline 13 | -------------------------------------------------------------------------------- /data/other/logs/failedlogins.log: -------------------------------------------------------------------------------- 1 | 2 | Mon, 07 Dec 2020 19:23:15 +0700axcora127.0.0.1axcoraInvalid PasswordFri, 25 Dec 2020 08:57:02 +0700axcora127.0.0.1axcoraInvalid PasswordFri, 25 Dec 2020 08:57:10 +0700axcora127.0.0.1axcoraInvalid PasswordFri, 25 Dec 2020 08:57:19 +0700axcora127.0.0.1axcoraInvalid PasswordFri, 25 Dec 2020 08:57:22 +0700 3 | -------------------------------------------------------------------------------- /data/other/plugins.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /data/other/website.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /data/pages/acara.xml: -------------------------------------------------------------------------------- 1 | 2 | Tue, 11 Jan 2022 19:43:45 +0700<![CDATA[Acara]]> 29 | -------------------------------------------------------------------------------- /data/pages/chat.xml: -------------------------------------------------------------------------------- 1 | 2 | Tue, 11 Jan 2022 19:46:11 +0700<![CDATA[Chat]]> 10 | -------------------------------------------------------------------------------- /data/pages/gift.xml: -------------------------------------------------------------------------------- 1 | 2 | Tue, 11 Jan 2022 19:30:20 +0700<![CDATA[Gift]]> 5 | -------------------------------------------------------------------------------- /data/pages/index.xml: -------------------------------------------------------------------------------- 1 | 2 | Tue, 11 Jan 2022 18:40:20 +0700<![CDATA[Get Axcora CMS]]> 16 | -------------------------------------------------------------------------------- /data/pages/map.xml: -------------------------------------------------------------------------------- 1 | 2 | Tue, 11 Jan 2022 19:27:54 +0700<![CDATA[Map]]> 5 | -------------------------------------------------------------------------------- /data/thumbs/.htaccess: -------------------------------------------------------------------------------- 1 | # 2 | # GetSimple CMS htaccess ALLOW file 3 | # 4 | 5 | # prevent breaking plugin htaccess, prefer compat, since require is not overridable by order 6 | 7 | # apache < 2.3 8 | 9 | Allow from all 10 | 11 | 12 | # apache > 2.3 with mod_access_compat 13 | 14 | Allow from all 15 | 16 | 17 | # apache > 2.3 without mod_access_compat 18 | 19 | 20 | 21 | Require all granted 22 | 23 | 24 | -------------------------------------------------------------------------------- /data/thumbs/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/uploads/.htaccess: -------------------------------------------------------------------------------- 1 | # 2 | # GetSimple CMS htaccess ALLOW file 3 | # 4 | 5 | # prevent breaking plugin htaccess, prefer compat, since require is not overridable by order 6 | 7 | # apache < 2.3 8 | 9 | Allow from all 10 | 11 | 12 | # apache > 2.3 with mod_access_compat 13 | 14 | Allow from all 15 | 16 | 17 | # apache > 2.3 without mod_access_compat 18 | 19 | 20 | 21 | Require all granted 22 | 23 | 24 | 25 | 26 | # Deny access to all script files 27 | # 28 | # 500 error apache 1.3, case insensitive, so we have ot use this nonesense 29 | 30 | ForceType text/plain 31 | Deny from all 32 | Require all denied 33 | 34 | 35 | # Disable php execution 36 | SetHandler GS_DISABLED_SECURITY 37 | 38 | php_flag engine off 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /data/uploads/index.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/users/axcora.xml: -------------------------------------------------------------------------------- 1 | 2 | axcoraaxcora cms apps09d271b710f7be851eed959eedbfbf3ea2215e6baxcora@gmail.com1Asia/Bangkoken_US 3 | -------------------------------------------------------------------------------- /img/article.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/img/article.png -------------------------------------------------------------------------------- /img/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/img/file.png -------------------------------------------------------------------------------- /img/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/img/login.png -------------------------------------------------------------------------------- /img/post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/img/post.png -------------------------------------------------------------------------------- /img/setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/img/setting.png -------------------------------------------------------------------------------- /img/undangan pernikahan online free download gratis source code full (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/img/undangan pernikahan online free download gratis source code full (1).jpg -------------------------------------------------------------------------------- /img/undangan pernikahan online free download gratis source code full (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/img/undangan pernikahan online free download gratis source code full (1).png -------------------------------------------------------------------------------- /img/undangan pernikahan online free download gratis source code full (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/img/undangan pernikahan online free download gratis source code full (2).png -------------------------------------------------------------------------------- /img/undangan pernikahan online free download gratis source code full (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/img/undangan pernikahan online free download gratis source code full (3).png -------------------------------------------------------------------------------- /img/undangan pernikahan online free download gratis source code full (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/img/undangan pernikahan online free download gratis source code full (4).png -------------------------------------------------------------------------------- /img/undangan pernikahan online free download gratis source code full (5).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/img/undangan pernikahan online free download gratis source code full (5).png -------------------------------------------------------------------------------- /img/undangan pernikahan online free download gratis source code full (6).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/img/undangan pernikahan online free download gratis source code full (6).png -------------------------------------------------------------------------------- /img/undangan pernikahan online free download gratis source code full (7).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mesinkasir/weddingonline/5e0a3c659aae838d121a029a7ac98921c955c8a3/img/undangan pernikahan online free download gratis source code full (7).png -------------------------------------------------------------------------------- /plugins/.htaccess: -------------------------------------------------------------------------------- 1 | # 2 | # GetSimple CMS htaccess DENY file 3 | # 4 | 5 | # prevent breaking plugin htaccess, prefer compat, since require is not overridable by order 6 | 7 | # apache < 2.3 8 | 9 | Deny from all 10 | 11 | 12 | # apache > 2.3 with mod_access_compat 13 | 14 | Deny from all 15 | 16 | 17 | # apache > 2.3 without mod_access_compat 18 | 19 | 20 | 21 | Require all denied 22 | 23 | 24 | -------------------------------------------------------------------------------- /plugins/InnovationPlugin/lang/en_US.php: -------------------------------------------------------------------------------- 1 | "Innovation Theme Settings", 17 | "INNOVATION_DESC" => "Settings for the default GetSimple theme: Innovation", 18 | "FACEBOOK_ERROR" => "Facebook URL is not valid.", 19 | "GOOGLEPLUS_ERROR" => "Goolge Plus URL is not valid.", 20 | "TWITTER_ERROR" => "Twitter URL is not valid.", 21 | "LINKEDIN_ERROR" => "LinkedIn URL is not valid.", 22 | "TUMBLR_ERROR" => "Tumblr URL is not valid.", 23 | "INSTAGRAM_ERROR" => "Instagram URL is not valid.", 24 | "YOUTUBE_ERROR" => "Youtube URL is not valid.", 25 | "VIMEO_ERROR" => "Vimeo URL is not valid.", 26 | "GITHUB_ERROR" => "Github URL is not valid.", 27 | "FACEBOOK_URL" => "Facebook URL", 28 | "GOOGLEPLUS_URL" => "Google Plus URL", 29 | "TWITTER_URL" => "Twitter URL", 30 | "LINKEDIN_URL" => "LinkedIn URL", 31 | "TUMBLR_URL" => "Tumblr URL", 32 | "INSTAGRAM_URL" => "Instagram URL", 33 | "YOUTUBE_URL" => "Youtube URL", 34 | "VIMEO_URL" => "Vimeo URL", 35 | "GITHUB_URL" => "Github URL" 36 | 37 | ); 38 | -------------------------------------------------------------------------------- /pos/readme.md: -------------------------------------------------------------------------------- 1 | # Build Modern Web App with get axcora cms 2 | 3 | ### PLugins point of sale online apps for get axcora cms 4 | 5 | This is a plugin for build modern web app, website and application all in one for support and help your bussiness transaction. 6 | 7 | Simple and easy to use and learn. 8 | 9 | ![point of sale source code free download plugin for get axcora cms](https://a.fsdn.com/con/app/proj/pointofsaleapp/screenshots/freepointofsaleapp.png/max/max/1) 10 | 11 | Make fast cashier transaction with this apps, automaticly calculate order . 12 | 13 | Point of sale display with Image product make elegant for your pos display apps, and including get axcora cms for build your new modern website, get axcora cms web app make simple for build modern web app. 14 | 15 | How to install : 16 | Just download this apps and upload on your host or localhost then visit this apps , and get started now. 17 | 18 | Documentation : 19 | [https://axcora.com/getaxcoracms/index.php?id=free-point-of-sale-app-download](https://axcora.com/getaxcoracms/index.php?id=free-point-of-sale-app-download) 20 | 21 | Demo video : 22 | [https://youtu.be/1XRO8qIbGy0](https://youtu.be/1XRO8qIbGy0) 23 | 24 | [Download Get axcora cms here →](https://axcora.com/getaxcoracms) -------------------------------------------------------------------------------- /robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: /admin/ -------------------------------------------------------------------------------- /sitemap.xml: -------------------------------------------------------------------------------- 1 | 2 | http://localhost:666/gets/lapulga/index.php?id=acara2022-01-11T19:43:45+00:00weekly0.5http://localhost:666/gets/lapulga/index.php?id=chat2022-01-11T19:46:11+00:00weekly0.5http://localhost:666/gets/lapulga/index.php?id=gift2022-01-11T19:30:20+00:00weekly0.5http://localhost:666/gets/lapulga/index.php?id=map2022-01-11T19:27:54+00:00weekly0.5http://localhost:666/gets/lapulga/index.php?id=welcome2022-01-11T19:47:01+00:00weekly0.5http://localhost:666/gets/lapulga/2022-01-11T18:40:20+00:00weekly1.0 3 | -------------------------------------------------------------------------------- /theme/axcora/footer.inc.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /theme/axcora/functions.php: -------------------------------------------------------------------------------- 1 | title; 8 | $parent = $p->parent; 9 | $slug = $p->slug; 10 | echo ''. $title .'   •   '; 11 | } 12 | } 13 | 14 | /** 15 | * Innovation Settings 16 | * 17 | * This defines variables based on the theme plugin's settings 18 | * 19 | * @return bool 20 | */ 21 | function Innovation_Settings() { 22 | $file = GSDATAOTHERPATH . 'InnovationSettings.xml'; 23 | if (file_exists($file)) { 24 | $p = getXML($file); 25 | return $p; 26 | } else { 27 | return false; 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /theme/axcora/sidebar.inc.php: -------------------------------------------------------------------------------- 1 | 2 | 34 | -------------------------------------------------------------------------------- /theme/axcora/template.php: -------------------------------------------------------------------------------- 1 |

-------------------------------------------------------------------------------- /theme/styles.css: -------------------------------------------------------------------------------- 1 | @import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap'); 2 | body, 3 | html, 4 | p { 5 | font: 100 1.415rem/1.475rem 'Cookie', cursive; 6 | } 7 | a { 8 | color: #626262; 9 | text-decoration: underline; 10 | } 11 | 12 | a:hover { 13 | color: #626262; 14 | text-decoration: underline; 15 | } 16 | --------------------------------------------------------------------------------