%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/11584/root/var/www/html/old/plugins/editors/jckeditor/plugins/jabout/dialogs/ |
Upload File : |
/*------------------------------------------------------------------------ # Copyright (C) 2005-2012 WebxSolution Ltd. All Rights Reserved. # @license - GPLv2.0 # Author: WebxSolution Ltd # Websites: http://www.webxsolution.com # Terms of Use: An extension that is derived from the JoomlaCK editor will only be allowed under the following conditions: http://joomlackeditor.com/terms-of-use # ------------------------------------------------------------------------*/ CKEDITOR.dialog.add('about',function(editor) {var lang=editor.lang.jabout;return{title:CKEDITOR.env.ie?lang.dlgTitle:lang.title,minWidth:390,minHeight:315,contents:[{id:'tab1',label:'',title:'',expand:true,padding:0,elements:[{type:'html',html:'<style type="text/css">'+'.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:140px;'+'background-image:url('+CKEDITOR.plugins.get('jabout').path+'dialogs/logo.png);'+'background-position:center; '+'background-repeat:no-repeat;'+'margin-bottom:10px;'+'background-color:#F2F2F2;'+'border-bottom:1px solid #E3E4E3;'+'border-top:1px solid #E3E4E3;'+'padding:5px 6px;'+'}'+'.cke_about_container a'+'{'+'cursor:pointer !important;'+'color:blue !important;'+'text-decoration:underline !important;'+'}'+'</style>'+'<div class="cke_about_container">'+'<div class="cke_about_logo"></div>'+'<p>'+'For licensing information please visit the following web sites:<br>'+'<a href="http://joomlackeditor.com/terms-of-use" target="_blank">http://joomlackeditor.com/terms-of-use</a><br>'+'<a href="http://ckeditor.com/license" target="_blank">http://ckeditor.com/license</a>'+'</p>'+'<p>'+'Joomla!™ Integration & Plug-ins for the CKEditor.<br>'+'Copyright © <a href="http://www.webxsolution.com/"title="Specialists in Joomla!™ related matters" target="_blank">WebxSolution Ltd</a>, All rights reserved.<br>'+'License: GPLv2.0.<br>'+'Author: <a href="http://www.webxsolution.com/"title="Specialists in Joomla!™ related matters" target="_blank">WebxSolution Ltd</a>.<br>'+'</p>'+'<p>'+'CK API Engine '+CKEDITOR.version+' (revision '+CKEDITOR.revision+')<br>'+ lang.copy.replace('$1','<a href="http://cksource.com/" target="_blank">CKSource</a> - Frederico Knabben')+'</p>'+'<p>'+'Use of DryIcons: </br> WebxSolution Ltd has the non-exclusive, non-transferable, non-sublicensable right to use </br> the Licensed Material an unlimited number of times in any and all media for the following </br> commercial or personal purposes (together the "\Permitted Uses\") subject to the restrictions </br> set forth in the Agreement: <a href="http://dryicons.com/terms/commercial/" target="_blank">http://dryicons.com/terms/commercial/</a>'+'</p>'+'</div>'}]}],buttons:[CKEDITOR.dialog.cancelButton]};});