git-svn-id: http://xe-core.googlecode.com/svn/trunk@396 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-13 07:50:09 +00:00
parent 697b5bd1db
commit 9086194365
11 changed files with 22 additions and 63 deletions

View file

@ -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 관리자 로그인 페이지 출력
**/