change author

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13180 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2013-11-07 02:42:42 +00:00
parent 08022a1ddb
commit dbc18a4f99
391 changed files with 1025 additions and 1025 deletions

View file

@ -1,7 +1,7 @@
<?php
/**
* @class emoticon
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief Emoticons image connected components
*/
class emoticon extends EditorHandler

View file

@ -22,14 +22,14 @@
<date>2007-02-28</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="es">NHN</name>
<name xml:lang="ru">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</component>

View file

@ -1,7 +1,7 @@
<?php
/**
* @class image_gallery
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief Making images uploaded to the image gallery
*/
class image_gallery extends EditorHandler

View file

@ -22,14 +22,14 @@
<date>2007-02-28</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="vi">NHN</name>
<name xml:lang="ko">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="es">NHN</name>
<name xml:lang="ru">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</component>

View file

@ -1,7 +1,7 @@
/**
* @file list_gallery.js
* @brief List-type image gallery
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
**/
(function($){

View file

@ -1,7 +1,7 @@
/**
* @file list_gallery.js
* @brief List-type image gallery
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
**/
(function(l){var h=xe.createPlugin("list",{API_SHOW_LIST:function(j,h){var d=h[0],e,f,k,b,a,g,c;e=this.cast("GET_IMAGES",[d]);if(e.length){d=l("#zone_list_gallery_"+d).empty();width=d.innerWidth();f=0;for(k=e.length;f<k;f++)b=e[f],a=b.$obj.prop("width"),c=b.$obj.prop("height"),0==a&&(a=b.$obj.attr("width")),0==c&&(c=b.$obj.attr("height")),a>width-25&&(g=width-25,a=g/a,c=Math.floor(c*a),a=g,b.$obj.attr("rel","xe_gallery")),d.append(b.$obj),b.$obj.css({width:a+"px",height:c,margin:"0 10px",display:"block"})}}}),
j=xe.getApp("Gallery")[0];j&&j.registerPlugin(new h)})(jQuery);

View file

@ -1,6 +1,6 @@
/**
* @file slide_gallery.js
* @brief Slideshow type image gallery plugin
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
**/
@charset "utf-8";@import "../../../../../modules/admin/tpl/css/admin.css";@import "../../../../../common/css/bootstrap.min.css";

View file

@ -1,7 +1,7 @@
/**
* @file slide_gallery.js
* @brief Slideshow type image gallery plugin
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
**/
(function($){

View file

@ -1,6 +1,6 @@
/**
* @file slide_gallery.js
* @brief Slideshow type image gallery plugin
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
**/
@charset "utf-8";.slide_gallery_loading_text{color:#555555;font-size:8pt;font-family:tahoma;font-weight:bold;margin:20px 0px 20px 0px;text-align:center}.slide_gallery_navigator_box{font-size:9pt;text-align:center;margin:5px 0px 5px 0px}.zone_gallery_navigator_status{color:#444444;font-family:verdana;font-size:8pt;cursor:pointer}.slide_gallery_navigator_box img{vertical-align:bottom}.slide_gallery_main_image_box{border:3px solid #EEEEEE;margin:10px}.slide_gallery_thumbnail_image_box{margin:10px;text-align:center}.slide_gallery_thumbnail_image_box img{border:1px solid #555555;padding:1px;margin:4px}.slide_gallery_filename{margin:5px 0px 10px 0px}.slide_gallery_filename A{color:#000000;text-decoration:none}

View file

@ -1,7 +1,7 @@
/**
* @file slide_gallery.js
* @brief Slideshow type image gallery plugin
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
**/
(function(l){var n=xe.createPlugin("slideShow",{_holders:{},_thumbs:{},_current:{},init:function(){this._holders={};this._thumbs={};this._current={}},API_SHOW_SLIDE:function(h,f){var b=this,a=f[0],d="@"+a,c,e,k,j,g,m;c=this.cast("GET_IMAGES",[a]);if(c.length){g=0;for(e=c.length;g<e;g++)if(!c[g].loaded){setTimeout(function(){b.cast("SHOW_SLIDE",f)},200);return}e=l("#zone_slide_gallery_"+a);j=e.find(".slide_gallery_placeholder").css("overflow","hidden");e.find(".slide_gallery_loading_text").remove();
k=e.find(".slide_gallery_thumbnail_image_box").show();g=0;for(m=c.length;g<m;g++)c[g].$obj.clone().css({cursor:"pointer",width:"60px",height:"60px",margin:"5px",opacity:0.5}).click({idx:g},function(c){b.cast("SET_SLIDE",[a,c.data.idx])}).appendTo(k);l("#zone_gallery_navigator_status_"+a).click(function(){k.toggle()});e.find(".__prev").click(function(){b.cast("PREV_SLIDE",[a]);return!1}).end().find(".__next").click(function(){b.cast("NEXT_SLIDE",[a]);return!1});this._holders[d]=j;this._thumbs[d]=k;

View file

@ -1,7 +1,7 @@
<?php
/**
* @class image_link
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief Add an image, or to modify the properties of components
*/
class image_link extends EditorHandler

View file

@ -22,14 +22,14 @@
<date>2007-02-28</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="es">NHN</name>
<name xml:lang="ru">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</component>

View file

@ -22,14 +22,14 @@
<date>2007-02-28</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="es">NHN</name>
<name xml:lang="ru">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</component>

View file

@ -1,7 +1,7 @@
<?php
/**
* @class multimedia_link
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief The components connected to the body of multimedia data
*/
class multimedia_link extends EditorHandler

View file

@ -22,14 +22,14 @@
<date>2007-02-28</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="vi">NHN</name>
<name xml:lang="ko">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="es">NHN</name>
<name xml:lang="ru">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</component>

View file

@ -1,7 +1,7 @@
<?php
/**
* @class poll_maker
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief Editor provides the ability to link to the url.
*/
class poll_maker extends EditorHandler

View file

@ -23,14 +23,14 @@
<category>utility</category>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="vi">NHN</name>
<name xml:lang="ko">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="es">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="ru">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="ru">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</module>

View file

@ -1,7 +1,7 @@
<?php
/**
* @class editorAdminController
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief editor of the module admin controller class
*/
class editorAdminController extends editor

View file

@ -1,7 +1,7 @@
<?php
/**
* @class editorAdminView
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief editor admin view of the module class
*/
class editorAdminView extends editor

View file

@ -1,7 +1,7 @@
<?php
/**
* @class editorAPI
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief
*/
class editorAPI extends editor

View file

@ -1,7 +1,7 @@
<?php
/**
* @class editor
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief high class of the editor odule
*/
class editor extends ModuleObject

View file

@ -1,7 +1,7 @@
<?php
/**
* @class editor
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief editor module's controller class
*/
class editorController extends editor

View file

@ -1,7 +1,7 @@
<?php
/**
* @class editorModel
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief model class of the editor odule
*/
class editorModel extends editor

View file

@ -1,7 +1,7 @@
<?php
/**
* @class editorView
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief view class of the editor module
*/
class editorView extends editor

View file

@ -14,10 +14,10 @@
<version>0.2</version>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</component>

View file

@ -1,6 +1,6 @@
/**
* Fold component
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
jQuery(function($){

View file

@ -1,6 +1,6 @@
/**
* 단락에디터 Paragraph Editor
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
(function($){

View file

@ -5619,7 +5619,7 @@ xe.XE_FormatWithSelectUI = jQuery.Class({
(function($){
/**
* Enhanced Table Fetures
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
// 표 편집 확장 기능

View file

@ -1,7 +1,7 @@
/**
* @file xe_interface.js
* @brief XE Editor Standard Interface
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
*/
(function($){

View file

@ -31,13 +31,13 @@
<version>1.3.0</version>
<date>2010-04-30</date>
<author email_address="" link="http://dreditor.xpressengine.net">
<name xml:lang="ko">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
<colorset>
<color name="white">

View file

@ -1,5 +1,5 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* NAVER (developers@xpressengine.com) */
/* TextEditor */
.xeTextEditor {margin:0 12px 0 0}
.xeTextEditor textarea {display:block;margin:0;padding:5px}

View file

@ -2816,7 +2816,7 @@ var TextRange = function(oEl) {
/**
* Selection for textfield
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
TextRange.prototype.getSelection = function() {
var obj = this._o;
@ -5102,7 +5102,7 @@ var oMessageMap = {
xe.XpressCore.oMessageMap = oMessageMap;
/**
* XHTML Formatter
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
var
regex_meanless_css1 = /<(.*?)\s+style\s*=\s*"(.*?(?:margin|padding)\s*:\s*0(?:px)?.*?|.*?\-(?:moz|ms|webkit|opera).*?)"(.*?)>/ig,
@ -5265,7 +5265,7 @@ xe.XE_XHTMLFormatter = $.Class({
/**
* Support XE extensions
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
xe.XE_Extension = $.Class({
name : "XE_Extension",
@ -5352,7 +5352,7 @@ xe.XE_Extension = $.Class({
});
/**
* Auto saving
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
xe.XE_AutoSave = $.Class({
name : "XE_AutoSave",
@ -5399,7 +5399,7 @@ xe.XE_AutoSave = $.Class({
});
/**
* Format Block plugin
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
xe.XE_FormatWithSelectUI = $.Class({
name : "XE_FormatWithSelectUI",
@ -5439,7 +5439,7 @@ xe.XE_FormatWithSelectUI = $.Class({
});
/**
* Enhanced Table Fetures
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
// 표 편집 확장 기능

View file

@ -2816,7 +2816,7 @@ var TextRange = function(oEl) {
/**
* Selection for textfield
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
TextRange.prototype.getSelection = function() {
var obj = this._o;
@ -5102,7 +5102,7 @@ var oMessageMap = {
xe.XpressCore.oMessageMap = oMessageMap;
/**
* XHTML Formatter
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
var
regex_meanless_css1 = /<(.*?)\s+style\s*=\s*"(.*?(?:margin|padding)\s*:\s*0(?:px)?.*?|.*?\-(?:moz|ms|webkit|opera).*?)"(.*?)>/ig,
@ -5265,7 +5265,7 @@ xe.XE_XHTMLFormatter = $.Class({
/**
* Support XE extensions
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
xe.XE_Extension = $.Class({
name : "XE_Extension",
@ -5352,7 +5352,7 @@ xe.XE_Extension = $.Class({
});
/**
* Auto saving
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
xe.XE_AutoSave = $.Class({
name : "XE_AutoSave",
@ -5399,7 +5399,7 @@ xe.XE_AutoSave = $.Class({
});
/**
* Format Block plugin
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
xe.XE_FormatWithSelectUI = $.Class({
name : "XE_FormatWithSelectUI",
@ -5439,7 +5439,7 @@ xe.XE_FormatWithSelectUI = $.Class({
});
/**
* Enhanced Table Fetures
* @author NHN (developer@xpressengine.com)
* @author NAVER (developer@xpressengine.com)
*/
// 표 편집 확장 기능

View file

@ -9,25 +9,25 @@
<title xml:lang="zh-TW">XpressEditor面板</title>
<title xml:lang="tr">XpressEditor Dış Görünümü</title>
<description xml:lang="ko">
XpressEditor based on SmartEditor Basic by NHN
XpressEditor based on SmartEditor Basic by NAVER
</description>
<description xml:lang="en">
XpressEditor based on SmartEditor Basic by NHN
XpressEditor based on SmartEditor Basic by NAVER
</description>
<description xml:lang="vi">
XpressEditor dựa trên SmartEditor cơ bản, được tạo bởi NHN
XpressEditor dựa trên SmartEditor cơ bản, được tạo bởi NAVER
</description>
<description xml:lang="es">
XpressEditor based on SmartEditor Basic by NHN
XpressEditor based on SmartEditor Basic by NAVER
</description>
<description xml:lang="jp">
XpressEditor based on SmartEditor Basic by NHN
XpressEditor based on SmartEditor Basic by NAVER
</description>
<description xml:lang="zh-CN">
XpressEditor based on SmartEditor Basic by NHN
XpressEditor based on SmartEditor Basic by NAVER
</description>
<description xml:lang="zh-TW">
XpressEditor based on SmartEditor Basic by NHN
XpressEditor based on SmartEditor Basic by NAVER
</description>
<description xml:lang="tr">
XpressEditor, SmartEditor 'e dayanmaktadır.
@ -35,14 +35,14 @@
<version>0.3.16</version>
<date>2009-03-22</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="es">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="es">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
<colorset>
<color name="white">

View file

@ -1,5 +1,5 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* NAVER (developers@xpressengine.com) */
html,body{height:100%}
body{margin:0;padding:0}
.xe_content{color:#000;font-size:12px;line-height:1.5;word-break:break-all;word-wrap:break-word}

View file

@ -38,12 +38,12 @@
<version>0.0.1</version>
<date>2009-05-23</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</skin>

View file

@ -1,5 +1,5 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* NAVER (developers@xpressengine.com) */
.xe_content{color:#000;font-size:12px;line-height:1.5}
.xe_content blockquote.q1,
.xe_content blockquote.q2,

View file

@ -1,5 +1,5 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* NAVER (developers@xpressengine.com) */
html, body{height:100%;background-color:transparent;padding:0;margin:0}
.xe_content{color:#000;font-size:12px;line-height:1.5;word-break:break-all;word-wrap:break-word}
.xe_content blockquote.q1,

View file

@ -18,8 +18,8 @@
<version>0.1</version>
<date>2010-05-25</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="en">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="en">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</skin>

View file

@ -1,5 +1,5 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* NAVER (developers@xpressengine.com) */
.xe_content{font-size:12px;line-height:1.6;clear:both}
.xe_content h1{font-size:24px}
.xe_content h2{font-size:20px}

View file

@ -1,5 +1,5 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* NAVER (developers@xpressengine.com) */
html, body{height:100%;background-color:transparent;padding:0;margin:0}
.xe_content.editable {margin-right:8px;word-break:break-all;word-wrap:break-word}
.xe_content.editable h1,

View file

@ -35,11 +35,11 @@
<version>0.0.1</version>
<date>2009-04-17</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</skin>

View file

@ -1,5 +1,5 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* NAVER (developers@xpressengine.com) */
.xe_content{color:#000;font-size:12px}
.xe_content blockquote.q1,
.xe_content blockquote.q2,

View file

@ -1,5 +1,5 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* NAVER (developers@xpressengine.com) */
html, body{height:100%;background-color:transparent;padding:0;margin:0}
.xe_content.editable{margin-right:8px;word-break:break-all;word-wrap:break-word}
.xe_content.editable h1,

View file

@ -36,11 +36,11 @@
<version>0.0.1</version>
<date>2009-04-17</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NHN</name>
<name xml:lang="zh-CN">NHN</name>
<name xml:lang="zh-TW">NHN</name>
<name xml:lang="jp">NHN</name>
<name xml:lang="vi">NHN</name>
<name xml:lang="tr">NHN</name>
<name xml:lang="ko">NAVER</name>
<name xml:lang="zh-CN">NAVER</name>
<name xml:lang="zh-TW">NAVER</name>
<name xml:lang="jp">NAVER</name>
<name xml:lang="vi">NAVER</name>
<name xml:lang="tr">NAVER</name>
</author>
</skin>

View file

@ -1,5 +1,5 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* NAVER (developers@xpressengine.com) */
.xe_content{color:#fff;font-size:12px}
.xe_content blockquote.q1,
.xe_content blockquote.q2,

View file

@ -1,5 +1,5 @@
/**
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @version 0.1
* @brief 에디터 관련 스크립트
*/

View file

@ -1,5 +1,5 @@
/**
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @version 0.1
* @brief 에디터 관리자 페이지용 스크립트
**/

View file

@ -1,5 +1,5 @@
/**
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @version 0.1.1
* @brief 파일 업로드 관련
**/