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

@ -23,14 +23,14 @@
<category>construction</category>
<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="zh-CN">NHN</name>
<name xml:lang="jp">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="zh-CN">NAVER</name>
<name xml:lang="jp">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>
</module>

View file

@ -1,6 +1,6 @@
/**
* @file modules/widget/js/widget.js
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief 위젯 관리용 자바스크립트
**/

View file

@ -1,6 +1,6 @@
/**
* @file modules/widget/js/widget.js
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief 위젯 관리용 자바스크립트
**/
function getStyle(obj){var style=obj.getAttribute("style");if(!style)style=obj.style;if(typeof (style)=="object")style=style.cssText;style=style.replace(/\burl\s*\(\s*"(.*?)"\s*\)/i,"url('$1')");return style}

View file

@ -1,6 +1,6 @@
/**
* @file modules/widget/js/widget_admin.js
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief widget 모듈의 관리자용 javascript
**/

View file

@ -1,7 +1,7 @@
<?php
/**
* @class widgetAdminView
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief admin view class for widget modules
*/
class widgetAdminView extends widget

View file

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

View file

@ -1,7 +1,7 @@
<?php
/**
* @class widgetController
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief Controller class for widget modules
*/
class widgetController extends widget

View file

@ -1,7 +1,7 @@
<?php
/**
* @class widgetModel
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @version 0.1
* @brief Model class for widget modules
*/

View file

@ -1,7 +1,7 @@
<?php
/**
* @class widgetView
* @author NHN (developers@xpressengine.com)
* @author NAVER (developers@xpressengine.com)
* @brief View class of the widget modules
*/
class widgetView extends widget