mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@26 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c690cff0c8
commit
350340deec
4 changed files with 4 additions and 3 deletions
|
|
@ -52,6 +52,7 @@
|
||||||
|
|
||||||
// 체크 결과를 Context에 저장
|
// 체크 결과를 Context에 저장
|
||||||
Context::set('checklist', $checklist);
|
Context::set('checklist', $checklist);
|
||||||
|
Context::set('install_enable', $install_enable);
|
||||||
return $install_enable;
|
return $install_enable;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
* @brief license 및 설치 환경에 대한 메세지 보여줌
|
* @brief license 및 설치 환경에 대한 메세지 보여줌
|
||||||
**/
|
**/
|
||||||
function viewIntroduce() {
|
function viewIntroduce() {
|
||||||
$this->setTemplateFile('disp_license');
|
$this->setTemplateFile('introduce');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
if(!Context::get('db_type')) return $this->viewIntroduce();
|
if(!Context::get('db_type')) return $this->viewIntroduce();
|
||||||
|
|
||||||
// disp_db_info_form.html 파일 출력
|
// disp_db_info_form.html 파일 출력
|
||||||
$tpl_filename = sprintf('db_form.%s', Context::get('db_type'));
|
$tpl_filename = sprintf('form.%s', Context::get('db_type'));
|
||||||
$this->setTemplateFile($tpl_filename);
|
$this->setTemplateFile($tpl_filename);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
<!--@if($install_enable)-->
|
<!--@if($install_enable)-->
|
||||||
<form method="get" action="./">
|
<form method="get" action="./">
|
||||||
<input type="hidden" name="act" value="dispDBInfoForm" />
|
<input type="hidden" name="act" value="viewDBInfoForm" />
|
||||||
<table border="1">
|
<table border="1">
|
||||||
<tr>
|
<tr>
|
||||||
<td>{$lang->db_type}</td>
|
<td>{$lang->db_type}</td>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue