CKEditor '+
6 | CKEDITOR.version+" (revision "+CKEDITOR.revision+')
http://ckeditor.com
'+a.help.replace("$1",''+a.userGuide+"")+"
"+a.moreInfo+'
http://ckeditor.com/about/license
'+a.copy.replace("$1",'CKSource - Frederico Knabben')+"
'+a.lang.wsc.errorLoading.replace(/%s/g,a.config.wsc_customLoaderScript)+"
");window._cancelOnError=function(c){if("undefined"==typeof window.WSC_Error){CKEDITOR.document.getById(d).setStyle("display", 9 | "none");var b=CKEDITOR.document.getById(h);b.setStyle("display","block");b.setHtml(c||a.lang.wsc.notAvailable)}};return{title:a.config.wsc_dialogTitle||a.lang.wsc.title,minWidth:485,minHeight:380,buttons:[CKEDITOR.dialog.cancelButton],onShow:function(){var b=this.getContentElement("general","content").getElement();b.setHtml(k);b.getChild(2).setStyle("height",this._.contentSize.height+"px");"function"!=typeof window.doSpell&&CKEDITOR.document.getHead().append(CKEDITOR.document.createElement("script", 10 | {attributes:{type:"text/javascript",src:l}}));b=a.getData();CKEDITOR.document.getById(g).setValue(b);e=window.setInterval(c(this,i),250)},onHide:function(){window.ooo=void 0;window.int_framsetLoaded=void 0;window.framesetLoaded=void 0;window.is_window_opened=!1},contents:[{id:"general",label:a.config.wsc_dialogTitle||a.lang.wsc.title,padding:0,elements:[{type:"html",id:"content",html:""}]}]}}); 11 | CKEDITOR.dialog.on("resize",function(a){var a=a.data,c=a.dialog;"checkspell"==c._.name&&((c=(c=c.getContentElement("general","content").getElement())&&c.getChild(2))&&c.setSize("height",a.height),c&&c.setSize("width",a.width))}); -------------------------------------------------------------------------------- /ckeditor/skins/moono/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justjavac/layoutit/abf99edb20c0f584c2ba923405988b420890b07f/ckeditor/skins/moono/icons.png -------------------------------------------------------------------------------- /ckeditor/skins/moono/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justjavac/layoutit/abf99edb20c0f584c2ba923405988b420890b07f/ckeditor/skins/moono/images/arrow.png -------------------------------------------------------------------------------- /ckeditor/skins/moono/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justjavac/layoutit/abf99edb20c0f584c2ba923405988b420890b07f/ckeditor/skins/moono/images/close.png -------------------------------------------------------------------------------- /ckeditor/skins/moono/images/mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justjavac/layoutit/abf99edb20c0f584c2ba923405988b420890b07f/ckeditor/skins/moono/images/mini.png -------------------------------------------------------------------------------- /ckeditor/skins/moono/readme.md: -------------------------------------------------------------------------------- 1 | "Moono" Skin 2 | ==================== 3 | 4 | This skin has been chosen for the **default skin** of CKEditor 4.x, elected from the CKEditor 5 | [skin contest](http://ckeditor.com/blog/new_ckeditor_4_skin) and further shaped by 6 | the CKEditor team. "Moono" is maintained by the core developers. 7 | 8 | For more information about skins, please check the [CKEditor Skin SDK](http://docs.cksource.com/CKEditor_4.x/Skin_SDK) 9 | documentation. 10 | 11 | Features 12 | ------------------- 13 | "Moono" is a monochromatic skin, which offers a modern look coupled with gradients and transparency. 14 | It comes with the following features: 15 | 16 | - Chameleon feature with brightness, 17 | - high-contrast compatibility, 18 | - graphics source provided in SVG. 19 | 20 | Directory Structure 21 | ------------------- 22 | 23 | CSS parts: 24 | - **editor.css**: the main CSS file. It's simply loading several other files, for easier maintenance, 25 | - **mainui.css**: the file contains styles of entire editor outline structures, 26 | - **toolbar.css**: the file contains styles of the editor toolbar space (top), 27 | - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar, 28 | - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded 29 | until the first panel open up, 30 | - **elementspath.css**: the file contains styles of the editor elements path bar (bottom), 31 | - **menu.css**: the file contains styles of all editor menus including context menu and button drop-down, 32 | it's not loaded until the first menu open up, 33 | - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open, 34 | - **reset.css**: the file defines the basis of style resets among all editor UI spaces, 35 | - **preset.css**: the file defines the default styles of some UI elements reflecting the skin preference, 36 | - **editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks. 37 | 38 | Other parts: 39 | - **skin.js**: the only JavaScript part of the skin that registers the skin, its browser specific files and its icons and defines the Chameleon feature, 40 | - **icons/**: contains all skin defined icons, 41 | - **images/**: contains a fill general used images, 42 | - **dev/**: contains SVG source of the skin icons. 43 | 44 | License 45 | ------- 46 | 47 | Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 48 | 49 | Licensed under the terms of any of the following licenses at your choice: [GPL](http://www.gnu.org/licenses/gpl.html), [LGPL](http://www.gnu.org/licenses/lgpl.html) and [MPL](http://www.mozilla.org/MPL/MPL-1.1.html). 50 | 51 | See LICENSE.md for more information. 52 | -------------------------------------------------------------------------------- /ckeditor/styles.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 | * For licensing, see LICENSE.html or http://ckeditor.com/license 4 | */ 5 | 6 | // This file contains style definitions that can be used by CKEditor plugins. 7 | // 8 | // The most common use for it is the "stylescombo" plugin, which shows a combo 9 | // in the editor toolbar, containing all styles. Other plugins instead, like 10 | // the div plugin, use a subset of the styles on their feature. 11 | // 12 | // If you don't have plugins that depend on this file, you can simply ignore it. 13 | // Otherwise it is strongly recommended to customize this file to match your 14 | // website requirements and design properly. 15 | 16 | CKEDITOR.stylesSet.add( 'default', [ 17 | /* Block Styles */ 18 | 19 | // These styles are already available in the "Format" combo ("format" plugin), 20 | // so they are not needed here by default. You may enable them to avoid 21 | // placing the "Format" combo in the toolbar, maintaining the same features. 22 | /* 23 | { name: 'Paragraph', element: 'p' }, 24 | { name: 'Heading 1', element: 'h1' }, 25 | { name: 'Heading 2', element: 'h2' }, 26 | { name: 'Heading 3', element: 'h3' }, 27 | { name: 'Heading 4', element: 'h4' }, 28 | { name: 'Heading 5', element: 'h5' }, 29 | { name: 'Heading 6', element: 'h6' }, 30 | { name: 'Preformatted Text',element: 'pre' }, 31 | { name: 'Address', element: 'address' }, 32 | */ 33 | 34 | { name: 'Italic Title', element: 'h2', styles: { 'font-style': 'italic' } }, 35 | { name: 'Subtitle', element: 'h3', styles: { 'color': '#aaa', 'font-style': 'italic' } }, 36 | { 37 | name: 'Special Container', 38 | element: 'div', 39 | styles: { 40 | padding: '5px 10px', 41 | background: '#eee', 42 | border: '1px solid #ccc' 43 | } 44 | }, 45 | 46 | /* Inline Styles */ 47 | 48 | // These are core styles available as toolbar buttons. You may opt enabling 49 | // some of them in the Styles combo, removing them from the toolbar. 50 | // (This requires the "stylescombo" plugin) 51 | /* 52 | { name: 'Strong', element: 'strong', overrides: 'b' }, 53 | { name: 'Emphasis', element: 'em' , overrides: 'i' }, 54 | { name: 'Underline', element: 'u' }, 55 | { name: 'Strikethrough', element: 'strike' }, 56 | { name: 'Subscript', element: 'sub' }, 57 | { name: 'Superscript', element: 'sup' }, 58 | */ 59 | 60 | { name: 'Marker', element: 'span', attributes: { 'class': 'marker' } }, 61 | 62 | { name: 'Big', element: 'big' }, 63 | { name: 'Small', element: 'small' }, 64 | { name: 'Typewriter', element: 'tt' }, 65 | 66 | { name: 'Computer Code', element: 'code' }, 67 | { name: 'Keyboard Phrase', element: 'kbd' }, 68 | { name: 'Sample Text', element: 'samp' }, 69 | { name: 'Variable', element: 'var' }, 70 | 71 | { name: 'Deleted Text', element: 'del' }, 72 | { name: 'Inserted Text', element: 'ins' }, 73 | 74 | { name: 'Cited Work', element: 'cite' }, 75 | { name: 'Inline Quotation', element: 'q' }, 76 | 77 | { name: 'Language: RTL', element: 'span', attributes: { 'dir': 'rtl' } }, 78 | { name: 'Language: LTR', element: 'span', attributes: { 'dir': 'ltr' } }, 79 | 80 | /* Object Styles */ 81 | 82 | { 83 | name: 'Styled image (left)', 84 | element: 'img', 85 | attributes: { 'class': 'left' } 86 | }, 87 | 88 | { 89 | name: 'Styled image (right)', 90 | element: 'img', 91 | attributes: { 'class': 'right' } 92 | }, 93 | 94 | { 95 | name: 'Compact table', 96 | element: 'table', 97 | attributes: { 98 | cellpadding: '5', 99 | cellspacing: '0', 100 | border: '1', 101 | bordercolor: '#ccc' 102 | }, 103 | styles: { 104 | 'border-collapse': 'collapse' 105 | } 106 | }, 107 | 108 | { name: 'Borderless Table', element: 'table', styles: { 'border-style': 'hidden', 'background-color': '#E6E6FA' } }, 109 | { name: 'Square Bulleted List', element: 'ul', styles: { 'list-style-type': 'square' } } 110 | ]); 111 | 112 | -------------------------------------------------------------------------------- /css/img/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justjavac/layoutit/abf99edb20c0f584c2ba923405988b420890b07f/css/img/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /css/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justjavac/layoutit/abf99edb20c0f584c2ba923405988b420890b07f/css/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /img/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justjavac/layoutit/abf99edb20c0f584c2ba923405988b420890b07f/img/1.jpg -------------------------------------------------------------------------------- /img/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justjavac/layoutit/abf99edb20c0f584c2ba923405988b420890b07f/img/2.jpg -------------------------------------------------------------------------------- /img/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justjavac/layoutit/abf99edb20c0f584c2ba923405988b420890b07f/img/3.jpg -------------------------------------------------------------------------------- /img/a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justjavac/layoutit/abf99edb20c0f584c2ba923405988b420890b07f/img/a.jpg -------------------------------------------------------------------------------- /img/a_002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justjavac/layoutit/abf99edb20c0f584c2ba923405988b420890b07f/img/a_002.jpg -------------------------------------------------------------------------------- /img/city.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justjavac/layoutit/abf99edb20c0f584c2ba923405988b420890b07f/img/city.jpg -------------------------------------------------------------------------------- /img/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justjavac/layoutit/abf99edb20c0f584c2ba923405988b420890b07f/img/favicon.png -------------------------------------------------------------------------------- /img/people.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justjavac/layoutit/abf99edb20c0f584c2ba923405988b420890b07f/img/people.jpg -------------------------------------------------------------------------------- /img/sports.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justjavac/layoutit/abf99edb20c0f584c2ba923405988b420890b07f/img/sports.jpg -------------------------------------------------------------------------------- /js/html5shiv.js: -------------------------------------------------------------------------------- 1 | /* 2 | HTML5 Shiv v3.6.2 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed 3 | */ 4 | (function(l,f){function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a}function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b}function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=c.cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a);return b.canHaveChildren&&!s.test(a)?c.frag.appendChild(b):b}function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag(); 5 | a.createElement=function(c){return!e.shivMethods?b.createElem(c):p(c,a,b)};a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+m().join().replace(/\w+/g,function(a){b.createElem(a);b.frag.createElement(a);return'c("'+a+'")'})+");return n}")(e,b.frag)}function q(a){a||(a=f);var b=i(a);if(e.shivCSS&&!j&&!b.hasCSS){var c,d=a;c=d.createElement("p");d=d.getElementsByTagName("head")[0]||d.documentElement;c.innerHTML="x"; 6 | c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="