mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
english comments added
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0_english@8278 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
693e215bc1
commit
4d272994dd
219 changed files with 6407 additions and 8705 deletions
|
|
@ -2,23 +2,23 @@
|
|||
/**
|
||||
* @class pointView
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @brief point module의 view class
|
||||
* @brief The view class of the point module
|
||||
*
|
||||
* POINT 2.0형식으로 문서 출력
|
||||
* POINT 2.0 format document output
|
||||
*
|
||||
**/
|
||||
|
||||
class pointView extends point {
|
||||
|
||||
/**
|
||||
* @brief 초기화
|
||||
* @brief Initialization
|
||||
**/
|
||||
function init() {
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 서비스형 모듈의 추가 설정을 위한 부분
|
||||
* point의 사용 형태에 대한 설정만 받음
|
||||
* @brief Additional configurations for a service module
|
||||
* Receive the form for the form used by point
|
||||
**/
|
||||
function triggerDispPointAdditionSetup(&$obj) {
|
||||
$current_module_srl = Context::get('module_srl');
|
||||
|
|
@ -29,8 +29,7 @@
|
|||
$current_module_srl = $current_module_info->module_srl;
|
||||
if(!$current_module_srl) return new Object();
|
||||
}
|
||||
|
||||
// 설정 정보 가져오기
|
||||
// Get the configuration information
|
||||
$oModuleModel = &getModel('module');
|
||||
|
||||
if($current_module_srl) {
|
||||
|
|
@ -50,8 +49,7 @@
|
|||
$module_config['module_srl'] = $current_module_srl;
|
||||
$module_config['point_name'] = $config->point_name;
|
||||
Context::set('module_config', $module_config);
|
||||
|
||||
// 템플릿 파일 지정
|
||||
// Set the template file
|
||||
$oTemplate = &TemplateHandler::getInstance();
|
||||
$tpl = $oTemplate->compile($this->module_path.'tpl', 'point_module_config');
|
||||
$obj .= $tpl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue