mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@396 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
697b5bd1db
commit
9086194365
11 changed files with 22 additions and 63 deletions
|
|
@ -75,40 +75,6 @@
|
|||
$this->setTemplateFile('shortcut_list');
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 모듈의 목록을 보여줌
|
||||
**/
|
||||
function dispModuleList() {
|
||||
// moduleView::dispModuleList()를 실행하고 템플릿 파일을 구해옴
|
||||
$oModuleView = &getView('module');
|
||||
$oModuleView->dispModuleList();
|
||||
|
||||
$this->setTemplatePath($oModuleView->getTemplatePath());
|
||||
$this->setTemplateFile($oModuleView->getTemplateFile());
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief애드온의 목록을 보여줌
|
||||
**/
|
||||
function dispAddonList() {
|
||||
$oAddonView = &getView('addon');
|
||||
$oAddonView->dispAddonList();
|
||||
|
||||
$this->setTemplatePath($oAddonView->getTemplatePath());
|
||||
$this->setTemplateFile($oAddonView->getTemplateFile());
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 레이아웃의 목록을 보여줌
|
||||
**/
|
||||
function dispLayoutList() {
|
||||
$oLayoutView = &getView('layout');
|
||||
$oLayoutView->dispDownloadedLayoutList();
|
||||
|
||||
$this->setTemplatePath($oLayoutView->getTemplatePath());
|
||||
$this->setTemplateFile($oLayoutView->getTemplateFile());
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 관리자 로그인 페이지 출력
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue