Файл: upload/admin/view/javascript/ckeditor/plugins/templates/templates/default.js
Строк: 40
<?php
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.addTemplates("default",{imagesPath:CKEDITOR.getUrl(CKEDITOR.plugins.getPath("templates")+"templates/images/"),templates:[{title:"Image and Title",image:"template1.gif",description:"One main image with a title and text that surround the image.",html:'x3ch3x3ex3cimg srcx3d" " altx3d"" stylex3d"margin-right: 10px" heightx3d"100" widthx3d"100" alignx3d"left" /x3eType the title herex3c/h3x3ex3cpx3eType the text herex3c/px3e'},{title:"Strange Template",image:"template2.gif",description:"A template that defines two colums, each one with a title, and some text.",
html:'x3ctable cellspacingx3d"0" cellpaddingx3d"0" stylex3d"width:100%" borderx3d"0"x3ex3ctrx3ex3ctd stylex3d"width:50%"x3ex3ch3x3eTitle 1x3c/h3x3ex3c/tdx3ex3ctdx3ex3c/tdx3ex3ctd stylex3d"width:50%"x3ex3ch3x3eTitle 2x3c/h3x3ex3c/tdx3ex3c/trx3ex3ctrx3ex3ctdx3eText 1x3c/tdx3ex3ctdx3ex3c/tdx3ex3ctdx3eText 2x3c/tdx3ex3c/trx3ex3c/tablex3ex3cpx3eMore text goes here.x3c/px3e'},{title:"Text and Table",image:"template3.gif",description:"A title with some text and a table.",
html:'x3cdiv stylex3d"width: 80%"x3ex3ch3x3eTitle goes herex3c/h3x3ex3ctable stylex3d"width:150px;float: right" cellspacingx3d"0" cellpaddingx3d"0" borderx3d"1"x3ex3ccaption stylex3d"border:solid 1px black"x3ex3cstrongx3eTable titlex3c/strongx3ex3c/captionx3ex3ctrx3ex3ctdx3ex26nbsp;x3c/tdx3ex3ctdx3ex26nbsp;x3c/tdx3ex3ctdx3ex26nbsp;x3c/tdx3ex3c/trx3ex3ctrx3ex3ctdx3ex26nbsp;x3c/tdx3ex3ctdx3ex26nbsp;x3c/tdx3ex3ctdx3ex26nbsp;x3c/tdx3ex3c/trx3ex3ctrx3ex3ctdx3ex26nbsp;x3c/tdx3ex3ctdx3ex26nbsp;x3c/tdx3ex3ctdx3ex26nbsp;x3c/tdx3ex3c/trx3ex3c/tablex3ex3cpx3eType the text herex3c/px3ex3c/divx3e'}]});
?>