mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Merge pull request #22 from kijin/fix/installer-improvements
설치환경 체크 및 install 모듈의 전반적인 개선
This commit is contained in:
commit
51b3b38f30
40 changed files with 1035 additions and 1286 deletions
|
|
@ -285,7 +285,7 @@ class Context
|
|||
$this->db_info->lang_type = $site_module_info->default_language;
|
||||
if(!$this->db_info->lang_type)
|
||||
{
|
||||
$this->db_info->lang_type = 'en';
|
||||
$this->db_info->lang_type = 'ko';
|
||||
}
|
||||
if(!$this->db_info->use_db_session)
|
||||
{
|
||||
|
|
@ -315,14 +315,14 @@ class Context
|
|||
$this->lang_type = $this->db_info->lang_type;
|
||||
}
|
||||
|
||||
// if still lang_type has not been set or has not-supported type , set as English.
|
||||
// if still lang_type has not been set or has not-supported type , set as Korean.
|
||||
if(!$this->lang_type)
|
||||
{
|
||||
$this->lang_type = 'en';
|
||||
$this->lang_type = 'ko';
|
||||
}
|
||||
if(is_array($lang_supported) && !isset($lang_supported[$this->lang_type]))
|
||||
{
|
||||
$this->lang_type = 'en';
|
||||
$this->lang_type = 'ko';
|
||||
}
|
||||
|
||||
$this->set('lang_supported', $lang_supported);
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
en,English
|
||||
ko,한국어
|
||||
en,English
|
||||
jp,日本語
|
||||
zh-CN,中文(中国)
|
||||
zh-TW,中文(臺灣)
|
||||
|
|
|
|||
|
|
@ -3972,18 +3972,18 @@
|
|||
</item>
|
||||
<item name="license_agreement">
|
||||
<value xml:lang="ko"><![CDATA[사용권 동의]]></value>
|
||||
<value xml:lang="en"><![CDATA[License agree]]></value>
|
||||
<value xml:lang="en"><![CDATA[License Agreement]]></value>
|
||||
</item>
|
||||
<item name="license">
|
||||
<value xml:lang="ko"><![CDATA[<p>Copyright (C) NAVER <http://www.navercorp.com></p> <p>"XpressEngine (XE)"은 자유 소프트웨어이며, 오픈 소스 프로젝트로 개발되고 있습니다. 자세한 내용은 아래 링크를 참조하시기 바랍니다.</p> <ul> <li>공식 사이트: <a href="http://www.xpressengine.com">http://www.xpressengine.com</a></li> <li>공식 저장소: <a href="http://github.com/xpressengine">http://github.com/xpressengine</a></li> </ul> <p>"XpressEngine (XE)"은 자유 소프트웨어입니다. 소프트웨어의 피양도자는 자유 소프트웨어 재단이 공표한 GNU 약소 일반 공중 사용 허가서 2.1판 또는 그 이후 판을 임의로 선택해서, 그 규정에 따라 소프트웨어를 개작하거나 재배포할 수 있습니다.</p> <p>이 소프트웨어는 유용하게 사용될 수 있으리라는 희망에서 배포되고 있지만, 특정한 목적에 맞는 적합성 여부나 판매용으로 사용할 수 있으리라는 묵시적인 보증을 포함한 어떠한 형태의 보증도 제공하지 않습니다. 보다 자세한 사항에 대해서는 GNU 약소 일반 공중 사용 허가서를 참고하시기 바랍니다.</p> <p>GNU 약소 일반 공중 사용 허가서는 이 라이브러리와 함께 제공됩니다. 만약, 이 문서가 누락되어 있다면 자유 소프트웨어 재단으로 문의하시기 바랍니다. (자유 소프트웨어 재단: Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA)</p> <ul> <li>한국어 번역문 (비공식) : <a href="http://korea.gnu.org/people/chsong/copyleft/lgpl.ko.html" target="_blank">GNU Lesser General Public License, version 2.1</a></li> <li>영문 (공식 원본) : <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" target="_blank">GNU Lesser General Public License, version 2.1</a></li> </ul>]]></value>
|
||||
<value xml:lang="en"><![CDATA[<p>Copyright (C) NAVER <http://www.navercorp.com></p> <p>"XpressEngine (XE)" is an opensource and being developed in the opensource project. For more information, please see the link below.</p> <ul> <li>Official website: <a href="http://www.xpressengine.com">http://www.xpressengine.com</a></li> <li>Official Repository: <a href="http://github.com/xpressengine">http://github.com/xpressengine</a></li> </ul> <p>"XpressEngine (XE)" is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.</p> <p>This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.</p> <p>You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</p> <ul> <li>License : <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" target="_blank">GNU Lesser General Public License, version 2.1</a></li> </ul>]]></value>
|
||||
<value xml:lang="ko"><![CDATA[LGPL v2.1]]></value>
|
||||
<value xml:lang="en"><![CDATA[LGPL v2.1]]></value>
|
||||
</item>
|
||||
<item name="cmd_license_agree">
|
||||
<value xml:lang="ko"><![CDATA[사용권에 대해 이해했으며, 이에 동의합니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[I understand the license. I agree.]]></value>
|
||||
<value xml:lang="en"><![CDATA[I understand the license, and I accept it.]]></value>
|
||||
</item>
|
||||
<item name="msg_must_accept_license_agreement">
|
||||
<value xml:lang="ko"><![CDATA[사용권에 동의해야 설치할 수 있습니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[You must accept the license agreement]]></value>
|
||||
<value xml:lang="ko"><![CDATA[사용권에 동의해야 설치를 진행할 수 있습니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[You must accept the license agreement in order to continue.]]></value>
|
||||
</item>
|
||||
</lang>
|
||||
|
|
|
|||
|
|
@ -14,12 +14,18 @@ if(!defined('__XE__'))
|
|||
// define an empty function to avoid errors when iconv function doesn't exist
|
||||
if(!function_exists('iconv'))
|
||||
{
|
||||
eval('
|
||||
function iconv($in_charset, $out_charset, $str)
|
||||
function iconv($in_charset, $out_charset, $str)
|
||||
{
|
||||
if(function_exists('mb_convert_encoding'))
|
||||
{
|
||||
$out_charset = preg_replace('#//.+$#', '', $out_charset);
|
||||
return mb_convert_encoding($str, $out_charset, $in_charset);
|
||||
}
|
||||
else
|
||||
{
|
||||
return $str;
|
||||
}
|
||||
');
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -8,15 +8,8 @@
|
|||
<action name="dispInstallCheckEnv" type="view" />
|
||||
<action name="dispInstallSelectDB" type="view" />
|
||||
<action name="dispInstallDBForm" type="view" />
|
||||
<action name="dispInstallConfigForm" type="view" />
|
||||
<action name="dispInstallManagerForm" type="view" />
|
||||
<action name="procCubridDBSetting" type="controller" ruleset="cubrid" />
|
||||
<action name="procFirebirdDBSetting" type="controller" ruleset="firebird" />
|
||||
<action name="procMssqlDBSetting" type="controller" ruleset="mssql" />
|
||||
<action name="procMysqlDBSetting" type="controller" ruleset="mysql" />
|
||||
<action name="procPostgresqlDBSetting" type="controller" ruleset="postgresql" />
|
||||
<action name="procSqliteDBSetting" type="controller" ruleset="sqlite" />
|
||||
<action name="procConfigSetting" type="controller" ruleset="config" />
|
||||
<action name="procDBSetting" type="controller" />
|
||||
<action name="procInstall" type="controller" ruleset="install" />
|
||||
<action name="procInstallLicenseAggrement" type="controller" />
|
||||
<action name="procInstallFTP" type="controller" />
|
||||
|
|
|
|||
|
|
@ -26,64 +26,10 @@ class installController extends install
|
|||
$this->etc_tmp_config_file = _XE_PATH_.'files/config/tmpEtc.config.php';
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief cubrid db setting wrapper, becase Server Side Validator...
|
||||
* Server Side Validatro can use only one proc, one ruleset
|
||||
*/
|
||||
function procCubridDBSetting()
|
||||
{
|
||||
return $this->_procDBSetting();
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief firebird db setting wrapper, becase Server Side Validator...
|
||||
* Server Side Validatro can use only one proc, one ruleset
|
||||
*/
|
||||
function procFirebirdDBSetting()
|
||||
{
|
||||
return $this->_procDBSetting();
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief mssql db setting wrapper, becase Server Side Validator...
|
||||
* Server Side Validatro can use only one proc, one ruleset
|
||||
*/
|
||||
function procMssqlDBSetting()
|
||||
{
|
||||
return $this->_procDBSetting();
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief mysql db setting wrapper, becase Server Side Validator...
|
||||
* Server Side Validatro can use only one proc, one ruleset
|
||||
*/
|
||||
function procMysqlDBSetting()
|
||||
{
|
||||
return $this->_procDBSetting();
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief postgresql db setting wrapper, becase Server Side Validator...
|
||||
* Server Side Validatro can use only one proc, one ruleset
|
||||
*/
|
||||
function procPostgresqlDBSetting()
|
||||
{
|
||||
return $this->_procDBSetting();
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief sqlite db setting wrapper, becase Server Side Validator...
|
||||
* Server Side Validatro can use only one proc, one ruleset
|
||||
*/
|
||||
function procSqliteDBSetting()
|
||||
{
|
||||
return $this->_procDBSetting();
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief division install step... DB Config temp file create
|
||||
*/
|
||||
function _procDBSetting()
|
||||
function procDBSetting()
|
||||
{
|
||||
// Get DB-related variables
|
||||
$con_string = Context::gets('db_type','db_port','db_hostname','db_userid','db_password','db_database','db_table_prefix');
|
||||
|
|
@ -104,29 +50,33 @@ class installController extends install
|
|||
if(!$output->toBool()) return $output;
|
||||
if(!$oDB->isConnected()) return $oDB->getError();
|
||||
|
||||
// Check if MySQL server supports InnoDB
|
||||
if(stripos($con_string->db_type, 'innodb') !== false)
|
||||
{
|
||||
$innodb_supported = false;
|
||||
$show_engines = $oDB->_fetch($oDB->_query('SHOW ENGINES'));
|
||||
foreach($show_engines as $engine_info)
|
||||
{
|
||||
if(strcasecmp($engine_info->Engine, 'InnoDB') === 0)
|
||||
{
|
||||
$innodb_supported = true;
|
||||
}
|
||||
}
|
||||
|
||||
// If server does not support InnoDB, fall back to default storage engine (usually MyISAM)
|
||||
if(!$innodb_supported)
|
||||
{
|
||||
$con_string->db_type = str_ireplace('_innodb', '', $con_string->db_type);
|
||||
$db_info->master_db['db_type'] = $con_string->db_type;
|
||||
$db_info->slave_db[0]['db_type'] = $con_string->db_type;
|
||||
Context::set('db_type', $con_string->db_type);
|
||||
Context::setDBInfo($db_info);
|
||||
}
|
||||
}
|
||||
|
||||
// Create a db temp config file
|
||||
if(!$this->makeDBConfigFile()) return new Object(-1, 'msg_install_failed');
|
||||
|
||||
if(!in_array(Context::getRequestMethod(),array('XMLRPC','JSON')))
|
||||
{
|
||||
$returnUrl = Context::get('success_return_url') ? Context::get('success_return_url') : getNotEncodedUrl('', 'act', 'dispInstallConfigForm');
|
||||
header('location:'.$returnUrl);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief division install step... rewrite, time_zone Config temp file create
|
||||
*/
|
||||
function procConfigSetting()
|
||||
{
|
||||
// Get variables
|
||||
$config_info = Context::gets('use_rewrite','time_zone');
|
||||
if($config_info->use_rewrite!='Y') $config_info->use_rewrite = 'N';
|
||||
|
||||
// Create a db temp config file
|
||||
if(!$this->makeEtcConfigFile($config_info)) return new Object(-1, 'msg_install_failed');
|
||||
|
||||
if(!in_array(Context::getRequestMethod(),array('XMLRPC','JSON')))
|
||||
{
|
||||
$returnUrl = Context::get('success_return_url') ? Context::get('success_return_url') : getNotEncodedUrl('', 'act', 'dispInstallManagerForm');
|
||||
|
|
@ -141,7 +91,21 @@ class installController extends install
|
|||
function procInstall()
|
||||
{
|
||||
// Check if it is already installed
|
||||
if(Context::isInstalled()) return new Object(-1, 'msg_already_installed');
|
||||
if(Context::isInstalled())
|
||||
{
|
||||
return new Object(-1, 'msg_already_installed');
|
||||
}
|
||||
|
||||
// Save rewrite and time zone settings
|
||||
if(!Context::get('install_config'))
|
||||
{
|
||||
$config_info = Context::gets('use_rewrite','time_zone');
|
||||
if($config_info->use_rewrite!='Y') $config_info->use_rewrite = 'N';
|
||||
if(!$this->makeEtcConfigFile($config_info))
|
||||
{
|
||||
return new Object(-1, 'msg_install_failed');
|
||||
}
|
||||
}
|
||||
|
||||
// Assign a temporary administrator when installing
|
||||
$logged_info = new stdClass();
|
||||
|
|
@ -339,39 +303,118 @@ class installController extends install
|
|||
{
|
||||
// Check each item
|
||||
$checklist = array();
|
||||
// 0. check your version of php (5.2.4 or higher)
|
||||
|
||||
// Check PHP version
|
||||
$checklist['php_version'] = true;
|
||||
if(version_compare(PHP_VERSION, __XE_MIN_PHP_VERSION__, '<'))
|
||||
{
|
||||
$checklist['php_version'] = false;
|
||||
}
|
||||
|
||||
if(version_compare(PHP_VERSION, __XE_RECOMMEND_PHP_VERSION__, '<'))
|
||||
{
|
||||
Context::set('phpversion_warning', true);
|
||||
}
|
||||
|
||||
// 1. Check permission
|
||||
if(is_writable('./')||is_writable('./files')) $checklist['permission'] = true;
|
||||
else $checklist['permission'] = false;
|
||||
// 2. Check if xml_parser_create exists
|
||||
if(function_exists('xml_parser_create')) $checklist['xml'] = true;
|
||||
else $checklist['xml'] = false;
|
||||
// 3. Check if ini_get (session.auto_start) == 1
|
||||
if(ini_get('session.auto_start')!=1) $checklist['session'] = true;
|
||||
else $checklist['session'] = false;
|
||||
// 4. Check if iconv exists
|
||||
if(function_exists('iconv')) $checklist['iconv'] = true;
|
||||
else $checklist['iconv'] = false;
|
||||
// 5. Check gd(imagecreatefromgif function)
|
||||
if(function_exists('imagecreatefromgif')) $checklist['gd'] = true;
|
||||
else $checklist['gd'] = false;
|
||||
// 6. Check DB
|
||||
if(DB::getEnableList()) $checklist['db'] = true;
|
||||
else $checklist['db'] = false;
|
||||
// Check DB
|
||||
if(DB::getEnableList())
|
||||
{
|
||||
$checklist['db_support'] = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
$checklist['db_support'] = false;
|
||||
}
|
||||
|
||||
if(!$checklist['php_version'] || !$checklist['permission'] || !$checklist['xml'] || !$checklist['session'] || !$checklist['db']) $install_enable = false;
|
||||
else $install_enable = true;
|
||||
// Check permission
|
||||
if(is_writable('./')||is_writable('./files'))
|
||||
{
|
||||
$checklist['permission'] = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
$checklist['permission'] = false;
|
||||
}
|
||||
|
||||
// Check session.auto_start
|
||||
if(ini_get('session.auto_start') != 1)
|
||||
{
|
||||
$checklist['session'] = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
$checklist['session'] = false;
|
||||
}
|
||||
|
||||
// Check curl
|
||||
if(function_exists('curl_init'))
|
||||
{
|
||||
$checklist['curl'] = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
$checklist['curl'] = false;
|
||||
}
|
||||
|
||||
// Check GD
|
||||
if(function_exists('imagecreatefromgif'))
|
||||
{
|
||||
$checklist['gd'] = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
$checklist['gd'] = false;
|
||||
}
|
||||
|
||||
// Check iconv or mbstring
|
||||
if(function_exists('iconv') || function_exists('mb_convert_encoding'))
|
||||
{
|
||||
$checklist['iconv'] = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
$checklist['iconv'] = false;
|
||||
}
|
||||
|
||||
// Check json
|
||||
if(function_exists('json_encode'))
|
||||
{
|
||||
$checklist['json'] = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
$checklist['json'] = false;
|
||||
}
|
||||
|
||||
// Check openssl
|
||||
if(function_exists('openssl_encrypt'))
|
||||
{
|
||||
$checklist['openssl'] = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
$checklist['openssl'] = false;
|
||||
}
|
||||
|
||||
// Check XML
|
||||
if(function_exists('xml_parser_create'))
|
||||
{
|
||||
$checklist['xml'] = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
$checklist['xml'] = false;
|
||||
}
|
||||
|
||||
// Enable install if all conditions are met
|
||||
$install_enable = true;
|
||||
foreach($checklist as $k => $v)
|
||||
{
|
||||
if (!$v)
|
||||
{
|
||||
$install_enable = false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
// Save the checked result to the Context
|
||||
Context::set('checklist', $checklist);
|
||||
|
|
|
|||
|
|
@ -76,7 +76,8 @@ class installView extends install
|
|||
}
|
||||
|
||||
Context::set('l', Context::getLangType());
|
||||
$this->setTemplateFile('introduce');
|
||||
return $this->dispInstallLicenseAgreement();
|
||||
//$this->setTemplateFile('introduce');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -117,11 +118,13 @@ class installView extends install
|
|||
if(ini_get('safe_mode') && !Context::isFTPRegisted())
|
||||
{
|
||||
Context::set('progressMenu', '3');
|
||||
Context::set('server_ip_address', $_SERVER['SERVER_ADDR']);
|
||||
Context::set('server_ftp_user', get_current_user());
|
||||
$this->setTemplateFile('ftp');
|
||||
}
|
||||
else
|
||||
{
|
||||
$defaultDatabase = 'mysqli';
|
||||
$defaultDatabase = 'mysqli_innodb';
|
||||
$disableList = DB::getDisableList();
|
||||
if(is_array($disableList))
|
||||
{
|
||||
|
|
@ -135,8 +138,20 @@ class installView extends install
|
|||
}
|
||||
}
|
||||
Context::set('defaultDatabase', $defaultDatabase);
|
||||
|
||||
Context::set('progressMenu', '4');
|
||||
|
||||
$error_return_url = getNotEncodedUrl('', 'act', Context::get('act'), 'db_type', Context::get('db_type'));
|
||||
if($_SERVER['HTTPS'] == 'on')
|
||||
{
|
||||
// Error occured when using https protocol at "ModuleHandler::init() '
|
||||
$parsedUrl = parse_url($error_return_url);
|
||||
$error_return_url = '';
|
||||
if(isset($parsedUrl['path'])) $error_return_url .= $parsedUrl['path'];
|
||||
if(isset($parsedUrl['query'])) $error_return_url .= '?' . $parsedUrl['query'];
|
||||
if(isset($parsedUrl['fragment'])) $error_return_url .= '?' . $parsedUrl['fragment'];
|
||||
}
|
||||
Context::set('error_return_url', $error_return_url);
|
||||
|
||||
$this->setTemplateFile('select_db');
|
||||
}
|
||||
}
|
||||
|
|
@ -144,50 +159,25 @@ class installView extends install
|
|||
/**
|
||||
* @brief Display a screen to enter DB and administrator's information
|
||||
*/
|
||||
function dispInstallDBForm()
|
||||
function dispInstallManagerForm()
|
||||
{
|
||||
// Display check_env if not installable
|
||||
if(!$this->install_enable) return $this->dispInstallCheckEnv();
|
||||
// Return to the start-up screen if db_type is not specified
|
||||
if(!Context::get('db_type')) return $this->dispInstallSelectDB();
|
||||
|
||||
// Output the file, disp_db_info_form.html
|
||||
$tpl_filename = sprintf('form.%s', Context::get('db_type'));
|
||||
|
||||
$title = sprintf(Context::getLang('input_dbinfo_by_dbtype'), Context::get('db_type'));
|
||||
Context::set('title', $title);
|
||||
|
||||
$error_return_url = getNotEncodedUrl('', 'act', Context::get('act'), 'db_type', Context::get('db_type'));
|
||||
if($_SERVER['HTTPS'] == 'on')
|
||||
if(!$this->install_enable)
|
||||
{
|
||||
// Error occured when using https protocol at "ModuleHandler::init() '
|
||||
$parsedUrl = parse_url($error_return_url);
|
||||
$error_return_url = '';
|
||||
if(isset($parsedUrl['path'])) $error_return_url .= $parsedUrl['path'];
|
||||
if(isset($parsedUrl['query'])) $error_return_url .= '?' . $parsedUrl['query'];
|
||||
if(isset($parsedUrl['fragment'])) $error_return_url .= '?' . $parsedUrl['fragment'];
|
||||
return $this->dispInstallCheckEnv();
|
||||
}
|
||||
Context::set('error_return_url', $error_return_url);
|
||||
|
||||
$this->setTemplateFile($tpl_filename);
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Display a screen to enter DB and administrator's information
|
||||
*/
|
||||
function dispInstallConfigForm()
|
||||
{
|
||||
// Display check_env if not installable
|
||||
if(!$this->install_enable) return $this->dispInstallCheckEnv();
|
||||
|
||||
include _XE_PATH_.'files/config/tmpDB.config.php';
|
||||
|
||||
Context::set('use_rewrite', $_SESSION['use_rewrite']);
|
||||
Context::set('time_zone', $GLOBALS['time_zone']);
|
||||
Context::set('db_type', $db_info->db_type);
|
||||
$this->setTemplateFile('config_form');
|
||||
$this->setTemplateFile('admin_form');
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Check whether this server supports mod_rewrite
|
||||
*/
|
||||
function useRewriteModule()
|
||||
{
|
||||
if(function_exists('apache_get_modules') && in_array('mod_rewrite',apache_get_modules()))
|
||||
|
|
@ -202,20 +192,6 @@ class installView extends install
|
|||
|
||||
return (strpos($output->body, '<?xml') !== 0);
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Display a screen to enter DB and administrator's information
|
||||
*/
|
||||
function dispInstallManagerForm()
|
||||
{
|
||||
// Display check_env if not installable
|
||||
if(!$this->install_enable)
|
||||
{
|
||||
return $this->dispInstallCheckEnv();
|
||||
}
|
||||
|
||||
$this->setTemplateFile('admin_form');
|
||||
}
|
||||
}
|
||||
/* End of file install.view.php */
|
||||
/* Location: ./modules/install/install.view.php */
|
||||
|
|
|
|||
|
|
@ -33,21 +33,21 @@
|
|||
</item>
|
||||
<item name="license_agreement">
|
||||
<value xml:lang="ko"><![CDATA[사용권 동의]]></value>
|
||||
<value xml:lang="en"><![CDATA[License agreement]]></value>
|
||||
<value xml:lang="en"><![CDATA[License Agreement]]></value>
|
||||
<value xml:lang="jp"><![CDATA[ライセンス契約]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[许可协议]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[許可協議]]></value>
|
||||
</item>
|
||||
<item name="condition">
|
||||
<value xml:lang="ko"><![CDATA[설치 조건 확인]]></value>
|
||||
<value xml:lang="en"><![CDATA[Check the installation conditions]]></value>
|
||||
<value xml:lang="ko"><![CDATA[설치 환경 확인]]></value>
|
||||
<value xml:lang="en"><![CDATA[Environment Check]]></value>
|
||||
<value xml:lang="jp"><![CDATA[インストール条件確認]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[检查安装条件]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[檢查安裝條件]]></value>
|
||||
</item>
|
||||
<item name="ftp">
|
||||
<value xml:lang="ko"><![CDATA[FTP 정보 입력]]></value>
|
||||
<value xml:lang="en"><![CDATA[Input FTP information]]></value>
|
||||
<value xml:lang="en"><![CDATA[FTP Setup]]></value>
|
||||
<value xml:lang="jp"><![CDATA[FTP情報入力]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[输入FTP信息]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[輸入FTP信息]]></value>
|
||||
|
|
@ -61,31 +61,36 @@
|
|||
</item>
|
||||
<item name="dbInfo">
|
||||
<value xml:lang="ko"><![CDATA[DB 정보 입력]]></value>
|
||||
<value xml:lang="en"><![CDATA[Input Database information]]></value>
|
||||
<value xml:lang="en"><![CDATA[DB Setup]]></value>
|
||||
<value xml:lang="jp"><![CDATA[DB情報入力]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[输入DB信息]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[輸入DB信息]]></value>
|
||||
</item>
|
||||
<item name="configInfo">
|
||||
<value xml:lang="ko"><![CDATA[환경 설정]]></value>
|
||||
<value xml:lang="en"><![CDATA[Settings]]></value>
|
||||
<value xml:lang="en"><![CDATA[Configuration]]></value>
|
||||
<value xml:lang="jp"><![CDATA[環境設定]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[环境设置]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[環境設置]]></value>
|
||||
</item>
|
||||
<item name="adminInfo">
|
||||
<value xml:lang="ko"><![CDATA[관리자 정보 입력]]></value>
|
||||
<value xml:lang="en"><![CDATA[Enter Administrator information]]></value>
|
||||
<value xml:lang="ko"><![CDATA[관리자 계정 생성]]></value>
|
||||
<value xml:lang="en"><![CDATA[Create Administrator Account]]></value>
|
||||
<value xml:lang="jp"><![CDATA[管理者情報入力]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[输入管理员信息]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[輸入管理員信息]]></value>
|
||||
</item>
|
||||
</item>
|
||||
<item name="install_condition_enable">
|
||||
<value xml:lang="ko"><![CDATA[설치가 가능합니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[You can Install.]]></value>
|
||||
<value xml:lang="ko"><![CDATA[설치할 수 있습니다]]></value>
|
||||
<value xml:lang="en"><![CDATA[Your server is compatible with XE.]]></value>
|
||||
<value xml:lang="jp"><![CDATA[インストールできます。]]></value>
|
||||
</item>
|
||||
<item name="install_condition_disable">
|
||||
<value xml:lang="ko"><![CDATA[설치할 수 없습니다]]></value>
|
||||
<value xml:lang="en"><![CDATA[Your server does not support XE.]]></value>
|
||||
<value xml:lang="jp"><![CDATA[インストールできません。]]></value>
|
||||
</item>
|
||||
<item name="install_details">
|
||||
<value xml:lang="ko"><![CDATA[자세히]]></value>
|
||||
<value xml:lang="en"><![CDATA[Details]]></value>
|
||||
|
|
@ -108,7 +113,7 @@
|
|||
</item>
|
||||
<item name="install_checklist_title" type="array">
|
||||
<item name="php_version">
|
||||
<value xml:lang="ko"><![CDATA[PHP Version]]></value>
|
||||
<value xml:lang="ko"><![CDATA[PHP 버전]]></value>
|
||||
<value xml:lang="en"><![CDATA[PHP Version]]></value>
|
||||
<value xml:lang="jp"><![CDATA[PHPバージョン]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[PHP版本]]></value>
|
||||
|
|
@ -120,87 +125,117 @@
|
|||
<value xml:lang="vi"><![CDATA[Phiên bản PHP]]></value>
|
||||
</item>
|
||||
<item name="permission">
|
||||
<value xml:lang="ko"><![CDATA[퍼미션]]></value>
|
||||
<value xml:lang="en"><![CDATA[Permission]]></value>
|
||||
<value xml:lang="jp"><![CDATA[パーミッション]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[权限]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[權限]]></value>
|
||||
<value xml:lang="fr"><![CDATA[Autorisation]]></value>
|
||||
<value xml:lang="ru"><![CDATA[Права доступа]]></value>
|
||||
<value xml:lang="es"><![CDATA[Atribución]]></value>
|
||||
<value xml:lang="tr"><![CDATA[Yetki]]></value>
|
||||
<value xml:lang="vi"><![CDATA[Sự cho phép]]></value>
|
||||
<value xml:lang="ko"><![CDATA[files 폴더 퍼미션]]></value>
|
||||
<value xml:lang="en"><![CDATA[files folder permissions]]></value>
|
||||
<value xml:lang="jp"><![CDATA[filesフォルダのパーミッション]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[files文件夹权限]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[files文件夾權限]]></value>
|
||||
<value xml:lang="fr"><![CDATA[Autorisations de dossier files]]></value>
|
||||
<value xml:lang="ru"><![CDATA[права доступа к папке files]]></value>
|
||||
<value xml:lang="es"><![CDATA[Permisos de carpeta files]]></value>
|
||||
<value xml:lang="tr"><![CDATA[files klasör izinleri]]></value>
|
||||
<value xml:lang="vi"><![CDATA[Điều khoản thư mục files]]></value>
|
||||
</item>
|
||||
<item name="xml">
|
||||
<value xml:lang="ko"><![CDATA[XML 라이브러리]]></value>
|
||||
<value xml:lang="en"><![CDATA[XML Library]]></value>
|
||||
<value xml:lang="jp"><![CDATA[XMLライブラリ]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[XML库]]></value>
|
||||
<value xml:lang="fr"><![CDATA[Bibliothèque de XML]]></value>
|
||||
<value xml:lang="ru"><![CDATA[XML библиотека]]></value>
|
||||
<value xml:lang="es"><![CDATA[Librería XML]]></value>
|
||||
<value xml:lang="tr"><![CDATA[XML Kitaplığı]]></value>
|
||||
<value xml:lang="ko"><![CDATA[xml]]></value>
|
||||
<value xml:lang="en"><![CDATA[xml]]></value>
|
||||
<value xml:lang="jp"><![CDATA[xml]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[xml]]></value>
|
||||
<value xml:lang="fr"><![CDATA[xml]]></value>
|
||||
<value xml:lang="ru"><![CDATA[xml]]></value>
|
||||
<value xml:lang="es"><![CDATA[xml]]></value>
|
||||
<value xml:lang="tr"><![CDATA[xml]]></value>
|
||||
</item>
|
||||
<item name="curl">
|
||||
<value xml:lang="ko"><![CDATA[curl]]></value>
|
||||
<value xml:lang="en"><![CDATA[curl]]></value>
|
||||
<value xml:lang="jp"><![CDATA[curl]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[curl]]></value>
|
||||
<value xml:lang="fr"><![CDATA[curl]]></value>
|
||||
<value xml:lang="ru"><![CDATA[curl]]></value>
|
||||
<value xml:lang="es"><![CDATA[curl]]></value>
|
||||
<value xml:lang="tr"><![CDATA[curl]]></value>
|
||||
</item>
|
||||
<item name="iconv">
|
||||
<value xml:lang="ko"><![CDATA[ICONV 라이브러리]]></value>
|
||||
<value xml:lang="en"><![CDATA[ICONV Library]]></value>
|
||||
<value xml:lang="jp"><![CDATA[ICONVライブラリ]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[ICONV库]]></value>
|
||||
<value xml:lang="fr"><![CDATA[Bibliothèque de ICONV]]></value>
|
||||
<value xml:lang="ru"><![CDATA[ICONV библиотека]]></value>
|
||||
<value xml:lang="es"><![CDATA[Librería ICONV]]></value>
|
||||
<value xml:lang="tr"><![CDATA[ICONV Kitaplığı]]></value>
|
||||
<value xml:lang="ko"><![CDATA[iconv / mbstring]]></value>
|
||||
<value xml:lang="en"><![CDATA[iconv / mbstring]]></value>
|
||||
<value xml:lang="jp"><![CDATA[iconv / mbstring]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[iconv / mbstring]]></value>
|
||||
<value xml:lang="fr"><![CDATA[iconv / mbstring]]></value>
|
||||
<value xml:lang="ru"><![CDATA[iconv / mbstring]]></value>
|
||||
<value xml:lang="es"><![CDATA[iconv / mbstring]]></value>
|
||||
<value xml:lang="tr"><![CDATA[iconv / mbstring]]></value>
|
||||
</item>
|
||||
<item name="json">
|
||||
<value xml:lang="ko"><![CDATA[json]]></value>
|
||||
<value xml:lang="en"><![CDATA[json]]></value>
|
||||
<value xml:lang="jp"><![CDATA[json]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[json]]></value>
|
||||
<value xml:lang="fr"><![CDATA[json]]></value>
|
||||
<value xml:lang="ru"><![CDATA[json]]></value>
|
||||
<value xml:lang="es"><![CDATA[json]]></value>
|
||||
<value xml:lang="tr"><![CDATA[json]]></value>
|
||||
</item>
|
||||
<item name="gd">
|
||||
<value xml:lang="ko"><![CDATA[GD 라이브러리]]></value>
|
||||
<value xml:lang="en"><![CDATA[GD Library]]></value>
|
||||
<value xml:lang="jp"><![CDATA[GDライブラリ]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[GD库]]></value>
|
||||
<value xml:lang="fr"><![CDATA[Bibliothèque de GD]]></value>
|
||||
<value xml:lang="ru"><![CDATA[GD библиотека]]></value>
|
||||
<value xml:lang="es"><![CDATA[Librería GD]]></value>
|
||||
<value xml:lang="tr"><![CDATA[GD Kitaplığı]]></value>
|
||||
<value xml:lang="ko"><![CDATA[gd]]></value>
|
||||
<value xml:lang="en"><![CDATA[gd]]></value>
|
||||
<value xml:lang="jp"><![CDATA[gd]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[gd]]></value>
|
||||
<value xml:lang="fr"><![CDATA[gd]]></value>
|
||||
<value xml:lang="ru"><![CDATA[gd]]></value>
|
||||
<value xml:lang="es"><![CDATA[gd]]></value>
|
||||
<value xml:lang="tr"><![CDATA[gd]]></value>
|
||||
</item>
|
||||
<item name="openssl">
|
||||
<value xml:lang="ko"><![CDATA[openssl]]></value>
|
||||
<value xml:lang="en"><![CDATA[openssl]]></value>
|
||||
<value xml:lang="jp"><![CDATA[openssl]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[openssl]]></value>
|
||||
<value xml:lang="fr"><![CDATA[openssl]]></value>
|
||||
<value xml:lang="ru"><![CDATA[openssl]]></value>
|
||||
<value xml:lang="es"><![CDATA[openssl]]></value>
|
||||
<value xml:lang="tr"><![CDATA[openssl]]></value>
|
||||
</item>
|
||||
<item name="session">
|
||||
<value xml:lang="ko"><![CDATA[Session.auto_start 설정]]></value>
|
||||
<value xml:lang="en"><![CDATA[Session.auto_start setting]]></value>
|
||||
<value xml:lang="jp"><![CDATA[Session.auto_startの設定]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[Session.auto_start 设置]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[Session.auto_start設置]]></value>
|
||||
<value xml:lang="fr"><![CDATA[Configuration de Session.auto_start]]></value>
|
||||
<value xml:lang="ru"><![CDATA[Session.auto_start настройка]]></value>
|
||||
<value xml:lang="es"><![CDATA[Configuración Session.auto_start]]></value>
|
||||
<value xml:lang="tr"><![CDATA[Session.auto_start(otomatik.oturum_acma) ayarı]]></value>
|
||||
<value xml:lang="vi"><![CDATA[Thiết lập Session.auto_start]]></value>
|
||||
<value xml:lang="ko"><![CDATA[session.auto_start 설정]]></value>
|
||||
<value xml:lang="en"><![CDATA[session.auto_start setting]]></value>
|
||||
<value xml:lang="jp"><![CDATA[session.auto_startの設定]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[session.auto_start 设置]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[session.auto_start設置]]></value>
|
||||
<value xml:lang="fr"><![CDATA[Configuration de session.auto_start]]></value>
|
||||
<value xml:lang="ru"><![CDATA[session.auto_start настройка]]></value>
|
||||
<value xml:lang="es"><![CDATA[Configuración session.auto_start]]></value>
|
||||
<value xml:lang="tr"><![CDATA[session.auto_start(otomatik.oturum_acma) ayarı]]></value>
|
||||
<value xml:lang="vi"><![CDATA[Thiết lập session.auto_start]]></value>
|
||||
</item>
|
||||
<item name="db">
|
||||
<value xml:lang="ko"><![CDATA[DB]]></value>
|
||||
<value xml:lang="en"><![CDATA[DB]]></value>
|
||||
<value xml:lang="jp"><![CDATA[DB]]></value>
|
||||
<item name="db_support">
|
||||
<value xml:lang="ko"><![CDATA[DB 지원]]></value>
|
||||
<value xml:lang="en"><![CDATA[DB support]]></value>
|
||||
<value xml:lang="jp"><![CDATA[DBサポート]]></value>
|
||||
</item>
|
||||
</item>
|
||||
<item name="install_checklist_desc" type="array">
|
||||
<item name="php_version">
|
||||
<value xml:lang="ko"><![CDATA[[필수] PHP버전이 %s 이상에서 설치가 가능합니다.]]></value>
|
||||
<value xml:lang="ko"><![CDATA[[필수] XE를 설치하려면 PHP 버전이 %s 이상이어야 합니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[[Required] XE supports only PHP Version %s or higher]]></value>
|
||||
<value xml:lang="jp"><![CDATA[[必修] %s以上のPHPバージョンでインストールが可能です。]]></value>
|
||||
</item>
|
||||
<item name="php_version_warning">
|
||||
<value xml:lang="ko"><![CDATA[[권장] XE는 PHP %s 버전 이상을 권장합니다.]]></value>
|
||||
<value xml:lang="ko"><![CDATA[[권장] XE는 PHP %s 이상을 권장합니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[[Recommend] XE recommends only PHP Version %s or higher]]></value>
|
||||
<value xml:lang="jp"><![CDATA[[推奨] XEはPHP %sバージョン以上をおすすめします。]]></value>
|
||||
</item>
|
||||
<item name="permission">
|
||||
<value xml:lang="ko"><![CDATA[[필수] XE의 설치 경로 또는 ./files 디렉토리의 퍼미션이 707이어야 합니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[[Required] XE installation path or ./files directory's permission must be 707]]></value>
|
||||
<value xml:lang="jp"><![CDATA[【必須】XEのインストール先、または「./files」ディレクトリのパーミッションを「707」に設定してください。]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[[必须] 的安装路径或 ./files目录属性必须是707]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[[必須] XE的資料夾或『./files』資料夾權限必須是『707』。]]></value>
|
||||
<value xml:lang="fr"><![CDATA[[Obligatoire] Chemin de l'installation de XE ou la permission de répertoire de ./files doit être 707]]></value>
|
||||
<value xml:lang="ru"><![CDATA[[Требуется] Путь установки XE или директория ./files должна иметь права доступа 707]]></value>
|
||||
<value xml:lang="es"><![CDATA[[Requerido] La ruta de la instalación de XE o el directorio de ./archivos deberia tener la atribución 707]]></value>
|
||||
<value xml:lang="tr"><![CDATA[[Gerekli] XE kurulum yolu ya da ./files directory yolunun yetkisi 707 olmalıdır]]></value>
|
||||
<value xml:lang="vi"><![CDATA[[Bắt buộc] Thư mục cài đặt của XE hay ./files directory phải CHMOD thành 707]]></value>
|
||||
<value xml:lang="ko"><![CDATA[[필수] XE의 설치 경로 또는 ./files 디렉토리의 퍼미션이 777이어야 합니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[[Required] XE installation path or ./files directory's permission must be 777]]></value>
|
||||
<value xml:lang="jp"><![CDATA[【必須】XEのインストール先、または「./files」ディレクトリのパーミッションを「777」に設定してください。]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[[必须] 的安装路径或 ./files目录属性必须是777]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[[必須] XE的資料夾或『./files』資料夾權限必須是『777』。]]></value>
|
||||
<value xml:lang="fr"><![CDATA[[Obligatoire] Chemin de l'installation de XE ou la permission de répertoire de ./files doit être 777]]></value>
|
||||
<value xml:lang="ru"><![CDATA[[Требуется] Путь установки XE или директория ./files должна иметь права доступа 777]]></value>
|
||||
<value xml:lang="es"><![CDATA[[Requerido] La ruta de la instalación de XE o el directorio de ./archivos deberia tener la atribución 777]]></value>
|
||||
<value xml:lang="tr"><![CDATA[[Gerekli] XE kurulum yolu ya da ./files directory yolunun yetkisi 777 olmalıdır]]></value>
|
||||
<value xml:lang="vi"><![CDATA[[Bắt buộc] Thư mục cài đặt của XE hay ./files directory phải CHMOD thành 777]]></value>
|
||||
</item>
|
||||
<item name="xml">
|
||||
<value xml:lang="ko"><![CDATA[[필수] XML통신을 위하여 XML 라이브러리가 필요합니다.]]></value>
|
||||
|
|
@ -252,7 +287,7 @@
|
|||
</item>
|
||||
</item>
|
||||
<item name="install_checklist_xml">
|
||||
<value xml:lang="ko"><![CDATA[XML라이브러리 설치]]></value>
|
||||
<value xml:lang="ko"><![CDATA[XML 라이브러리 설치]]></value>
|
||||
<value xml:lang="en"><![CDATA[Install XML Library]]></value>
|
||||
<value xml:lang="jp"><![CDATA[XMLライブラリのインストール]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[安装XML库]]></value>
|
||||
|
|
@ -264,7 +299,7 @@
|
|||
<value xml:lang="vi"><![CDATA[Cài đặt XML Library]]></value>
|
||||
</item>
|
||||
<item name="install_without_xml">
|
||||
<value xml:lang="ko"><![CDATA[xml 라이브러리가 설치되어 있지 않습니다.]]></value>
|
||||
<value xml:lang="ko"><![CDATA[XML 라이브러리가 설치되어 있지 않습니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[XML Library is not installed]]></value>
|
||||
<value xml:lang="jp"><![CDATA[XMLライブラリがインストールされていません。]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[还没有安装xml库!]]></value>
|
||||
|
|
@ -276,7 +311,7 @@
|
|||
<value xml:lang="vi"><![CDATA[XML Library đã không được cài đặt.]]></value>
|
||||
</item>
|
||||
<item name="install_checklist_gd">
|
||||
<value xml:lang="ko"><![CDATA[GD라이브러리 설치]]></value>
|
||||
<value xml:lang="ko"><![CDATA[GD 라이브러리 설치]]></value>
|
||||
<value xml:lang="en"><![CDATA[Install GD Library]]></value>
|
||||
<value xml:lang="jp"><![CDATA[GDライブラリのインストール]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[安装GD库]]></value>
|
||||
|
|
@ -324,31 +359,31 @@
|
|||
<value xml:lang="vi"><![CDATA[Đã có lỗi xảy ra, có lẽ do sự thiết đặt PHP. session.auto_start không phải là 1]]></value>
|
||||
</item>
|
||||
<item name="install_permission_denied">
|
||||
<value xml:lang="ko"><![CDATA[설치대상 디렉토리의 퍼미션이 707이 아닙니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[Installation path's permission doesn't equal to 707]]></value>
|
||||
<value xml:lang="jp"><![CDATA[インストールする対象ディレクトリのパーミッションが「707」になっていません。]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[安装目录属性不是707!]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[安裝目錄權限不是『707』!]]></value>
|
||||
<value xml:lang="fr"><![CDATA[La permission du chemin d'installation n'est pas égale à 707]]></value>
|
||||
<value xml:lang="ru"><![CDATA[Права доступа пути не установлены в 707]]></value>
|
||||
<value xml:lang="es"><![CDATA[La atribución de la ruta de instalacion no es igual a 707]]></value>
|
||||
<value xml:lang="tr"><![CDATA[Kurulum yolu yetkisi 707'ye eşit değil]]></value>
|
||||
<value xml:lang="vi"><![CDATA[Sự cho phép của thư mục cài đặt không phải là 707]]></value>
|
||||
<value xml:lang="ko"><![CDATA[설치대상 디렉토리의 퍼미션이 777이 아닙니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[Installation path's permission doesn't equal to 777]]></value>
|
||||
<value xml:lang="jp"><![CDATA[インストールする対象ディレクトリのパーミッションが「777」になっていません。]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[安装目录属性不是777!]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[安裝目錄權限不是『777』!]]></value>
|
||||
<value xml:lang="fr"><![CDATA[La permission du chemin d'installation n'est pas égale à 777]]></value>
|
||||
<value xml:lang="ru"><![CDATA[Права доступа пути не установлены в 777]]></value>
|
||||
<value xml:lang="es"><![CDATA[La atribución de la ruta de instalacion no es igual a 777]]></value>
|
||||
<value xml:lang="tr"><![CDATA[Kurulum yolu yetkisi 777'ye eşit değil]]></value>
|
||||
<value xml:lang="vi"><![CDATA[Sự cho phép của thư mục cài đặt không phải là 777]]></value>
|
||||
</item>
|
||||
<item name="install_notandum">
|
||||
<value xml:lang="ko"><![CDATA[모든 항목을 반드시 작성해야 합니다. 모든 항목을 관리자 환경에서 수정할 수 있습니다. <strong>최초 로그인시 로그인 계정은 이메일 주소 입니다.</strong>]]></value>
|
||||
<value xml:lang="en"><![CDATA[All form must be filled, but you can modify all of settings after finish the installation.]]></value>
|
||||
<value xml:lang="jp"><![CDATA[すべての項目を必ず作成してください。すべての項目を管理者環境にて修正できます。]]></value>
|
||||
<value xml:lang="ko"><![CDATA[작성하신 모든 항목은 설치 후 관리 모듈에서 수정할 수 있습니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[You can edit this information in the admin module after installation.]]></value>
|
||||
<value xml:lang="jp"><![CDATA[すべての項目を管理者環境にて修正できます。]]></value>
|
||||
</item>
|
||||
<item name="cmd_install_fix_checklist">
|
||||
<value xml:lang="ko"><![CDATA[필수 설치조건을 설정하였습니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[I have fixed the required conditions.]]></value>
|
||||
<value xml:lang="jp"><![CDATA[インストール必須条件を設定しました。]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[已设置了必要的安装条件。]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[重新檢查]]></value>
|
||||
<value xml:lang="fr"><![CDATA[J'ai corrigé les conditions obligatoires.]]></value>
|
||||
<value xml:lang="ru"><![CDATA[Я удоволетворил требуемые условия]]></value>
|
||||
<value xml:lang="es"><![CDATA[Yo he configurado las condiciones necesarias para la instalación.]]></value>
|
||||
<item name="cmd_install_refresh_page">
|
||||
<value xml:lang="ko"><![CDATA[새로고침]]></value>
|
||||
<value xml:lang="en"><![CDATA[Refresh]]></value>
|
||||
<value xml:lang="jp"><![CDATA[リフレッシュ]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[刷新屏幕]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[刷新屏幕]]></value>
|
||||
<value xml:lang="fr"><![CDATA[Rafraîchir]]></value>
|
||||
<value xml:lang="ru"><![CDATA[обновление]]></value>
|
||||
<value xml:lang="es"><![CDATA[Refrescar]]></value>
|
||||
<value xml:lang="tr"><![CDATA[Gerekli koşulları tamamladım.]]></value>
|
||||
<value xml:lang="vi"><![CDATA[Tôi đã thay đổi để phù hợp với yêu cầu cài đặt.]]></value>
|
||||
</item>
|
||||
|
|
@ -373,36 +408,23 @@
|
|||
<value xml:lang="tr"><![CDATA[Önemseme]]></value>
|
||||
<value xml:lang="vi"><![CDATA[Bỏ qua]]></value>
|
||||
</item>
|
||||
<item name="cmd_recommended">
|
||||
<value xml:lang="ko"><![CDATA[권장]]></value>
|
||||
<value xml:lang="en"><![CDATA[Recommended]]></value>
|
||||
<value xml:lang="jp"><![CDATA[推奨]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[推荐]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[推薦]]></value>
|
||||
<value xml:lang="fr"><![CDATA[Recommandé]]></value>
|
||||
<value xml:lang="ru"><![CDATA[рекомендуемые]]></value>
|
||||
<value xml:lang="es"><![CDATA[Recomendado]]></value>
|
||||
<value xml:lang="tr"><![CDATA[Tavsiye edilen]]></value>
|
||||
<value xml:lang="vi"><![CDATA[Đê]]></value>
|
||||
</item>
|
||||
<item name="db_desc" type="array">
|
||||
<item name="mysql">
|
||||
<value xml:lang="ko"><![CDATA[MySQL DB를 php의 mysql*()함수를 이용하여 사용합니다.<br />DB 파일은 myisam으로 생성되기에 트랜잭션이 이루어지지 않습니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[Use MySQL as a database with mysql*() functions in php.<br />Transactions will not be processed since DB file is created in myisam.]]></value>
|
||||
<value xml:lang="jp"><![CDATA[MySQL DBでPHPの「mysql*()」関数を利用してデータの入出力を行います。<br />DBは「myisam」タイプで作成されるため、トランザクション処理はできません。]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[利用php的 mysql*()函数使用mysql DB。<br />DB数据是以myisam生成,因此不能实现transaction。]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[利用 PHP 的『mysql*()』函數使用 MySQL 資料庫。<br />利用『myisam』建立資料庫檔案,因此不能實現transaction。]]></value>
|
||||
<value xml:lang="fr"><![CDATA[Utilisera fonction mysql*() pour utiliser la base de données de mysql.<br />La transaction sera invalidé parce que le fichier de Base de Données est créé par myisam.]]></value>
|
||||
<value xml:lang="ru"><![CDATA[Используем mysql*() функцию, чтобы использовать базу данных mysql.<br />Транзакция отключена из-за того, что файл базы данных создан посредством myisam.]]></value>
|
||||
<value xml:lang="es"><![CDATA[Utilizando las funciones mysql*() de PHP usar DB mysql.<br />La transacción es desabilitado ya que DB(Bases de Datos) está creado por myisam.]]></value>
|
||||
<value xml:lang="tr"><![CDATA[PHP'de mysql*() özellikleri için MySQL'ü veritabanı olarak kullanınız.<br />İşlemler, veritabanı dosyası myisam 'da oluşturulduğu zaman işlenmeyecektir.]]></value>
|
||||
<value xml:lang="vi"><![CDATA[Dùng chức năng <b>mysql*()</b> để sử dụng MySql Database.<br />Giao dịch được vô hiệu hóa bởi File Database được tạo ra bởi myisam.]]></value>
|
||||
</item>
|
||||
<item name="mysqli_innodb">
|
||||
<value xml:lang="ko"><![CDATA[MySQL DB를 innodb를 이용하여 사용합니다.<br />innodb는 트랜잭션을 사용할 수 있습니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[Use MySQL as a database with innodb.<br />Transactions will be processed with innodb]]></value>
|
||||
<value xml:lang="jp"><![CDATA[MySQL DBで「innodb」タイプでデータの入出力を行います。<br />「innodb」ではトランザクションの処理が行えます。]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[利用innodb使用mysql DB。<br />innodb可以使用transaction。]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[利用『innodb』使用 Mysql 資料庫。<br />innodb可以使用 transaction。]]></value>
|
||||
<value xml:lang="fr"><![CDATA[Utilisera innodb pour utiliser Base de Données de mysql.<br />La transaction sera validé pour innodb]]></value>
|
||||
<value xml:lang="ru"><![CDATA[Используем innodb чтобы использовать базу данных mysql.<br />Транзакция включена для innodb]]></value>
|
||||
<value xml:lang="es"><![CDATA[Utilizando innodb usar BD mysql.<br />La transacción es hablilitado para innodb]]></value>
|
||||
<value xml:lang="tr"><![CDATA[innodb ile MySQL'ü veritabanı olrak kullanınız.<br />İşlemler, innodb ile işlenecektir]]></value>
|
||||
<value xml:lang="vi"><![CDATA[Dùng chức năng <b>innodb</b> để sử dụng MySql Database.<br />Giao dịch được kích hoạt cho innodb]]></value>
|
||||
</item>
|
||||
|
||||
<item name="mysqli">
|
||||
<value xml:lang="ko"><![CDATA[MySQL DB를 php의 mysqli*()함수를 이용하여 사용합니다.<br />DB 파일은 myisam으로 생성되기에 트랜잭션이 이루어지지 않습니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[Use MySQL as a database with mysqli*() functions in php.<br />Transactions will not be processed since DB file is created in myisam]]></value>
|
||||
<value xml:lang="jp"><![CDATA[MySQL DBでPHPの「mysqli*()」関数を利用してデータの入出力を行います。<br />DBは「myisam」タイプで作成されるため、トランザクション処理はできせん。]]></value>
|
||||
<value xml:lang="ko"><![CDATA[mysqli 모듈을 사용하여 MySQL DB에 접속합니다.<br />MyISAM 저장엔진을 사용하므로 트랜잭션이 이루어지지 않으며 데이터 손상의 위험이 있습니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[Use MySQL as a database via the mysqli extension.<br />Use the MyISAM storage engine, which does not support transactions.]]></value>
|
||||
<value xml:lang="jp"><![CDATA[mysqliモジュールを使用してMySQL DBに接続します。<br />MyISAMのエンジンを使用するので、トランザクションが行われず、データの損傷の危険があります。]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[利用php的 mysqli*()函数使用mysql DB。<br />DB数据是以myisam生成,因此不能实现transaction。]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[利用 PHP 的『mysqli*()』函數使用 MySQL 資料庫。<br />利用『myisam』建立資料庫檔案,因此不能實現transaction。]]></value>
|
||||
<value xml:lang="fr"><![CDATA[Utilisera fonction mysqli*() pour utiliser la base de données de mysql.<br />La transaction sera invalidé parce que le fichier de Base de Données est créé par myisam.]]></value>
|
||||
|
|
@ -411,10 +433,34 @@
|
|||
<value xml:lang="tr"><![CDATA[PHP'de mysqli*() özellikleri için MySQL'ü veritabanı olarak kullanınız.<br />İşlemler, veritabanı dosyası myisam 'da oluşturulduğu zaman işlenmeyecektir.]]></value>
|
||||
<value xml:lang="vi"><![CDATA[Dùng chức năng <b>mysqli*()</b> để sử dụng MySql Database.<br />Giao dịch được vô hiệu hóa bởi File Database được tạo ra bởi myisam.]]></value>
|
||||
</item>
|
||||
<item name="mysqli_innodb">
|
||||
<value xml:lang="ko"><![CDATA[mysqli 모듈을 사용하여 MySQL DB에 접속합니다.<br />InnoDB 저장엔진은 트랜잭션을 지원하여 데이터 손상의 위험이 낮으며, 동시 처리 능력이 뛰어납니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[Use MySQL as a database via the mysqli extension.<br />Use the InnoDB storage engine, which supports transactions and higher concurrency.]]></value>
|
||||
<value xml:lang="jp"><![CDATA[mysqliモジュールを使用してMySQL DBに接続します。<br />InnoDBのエンジンは、トランザクションを支援してデータの損傷の危険が低く、同時処理能力が優れています。]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[利用innodb使用mysql DB。<br />innodb可以使用transaction。]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[利用『innodb』使用 Mysql 資料庫。<br />innodb可以使用 transaction。]]></value>
|
||||
<value xml:lang="fr"><![CDATA[Utilisera innodb pour utiliser Base de Données de mysql.<br />La transaction sera validé pour innodb]]></value>
|
||||
<value xml:lang="ru"><![CDATA[Используем innodb чтобы использовать базу данных mysql.<br />Транзакция включена для innodb]]></value>
|
||||
<value xml:lang="es"><![CDATA[Utilizando innodb usar BD mysql.<br />La transacción es hablilitado para innodb]]></value>
|
||||
<value xml:lang="tr"><![CDATA[innodb ile MySQL'ü veritabanı olrak kullanınız.<br />İşlemler, innodb ile işlenecektir]]></value>
|
||||
<value xml:lang="vi"><![CDATA[Dùng chức năng <b>innodb</b> để sử dụng MySql Database.<br />Giao dịch được kích hoạt cho innodb]]></value>
|
||||
</item>
|
||||
<item name="mysql">
|
||||
<value xml:lang="ko"><![CDATA[PHP의 mysql_*() 함수를 사용하여 MySQL DB에 접속합니다.<br />MyISAM 저장엔진을 사용하므로 트랜잭션이 이루어지지 않으며 데이터 손상의 위험이 있습니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[Use MySQL as a database via PHP's mysql_* functions.<br />Use the MyISAM storage engine, which does not support transactions.]]></value>
|
||||
<value xml:lang="jp"><![CDATA[PHPのmysql_*()関数を使用してMySQL DBに接続します。<br />MyISAMのエンジンを使用するので、トランザクションが行われず、データの損傷の危険があります。]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[利用php的 mysql_*()函数使用mysql DB。<br />DB数据是以myisam生成,因此不能实现transaction。]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[利用 PHP 的『mysql_*()』函數使用 MySQL 資料庫。<br />利用『myisam』建立資料庫檔案,因此不能實現transaction。]]></value>
|
||||
<value xml:lang="fr"><![CDATA[Utilisera fonction mysql_*() pour utiliser la base de données de mysql.<br />La transaction sera invalidé parce que le fichier de Base de Données est créé par myisam.]]></value>
|
||||
<value xml:lang="ru"><![CDATA[Используем mysql_*() функцию, чтобы использовать базу данных mysql.<br />Транзакция отключена из-за того, что файл базы данных создан посредством myisam.]]></value>
|
||||
<value xml:lang="es"><![CDATA[Utilizando las funciones mysql_*() de PHP usar DB mysql.<br />La transacción es desabilitado ya que DB(Bases de Datos) está creado por myisam.]]></value>
|
||||
<value xml:lang="tr"><![CDATA[PHP'de mysql_*() özellikleri için MySQL'ü veritabanı olarak kullanınız.<br />İşlemler, veritabanı dosyası myisam 'da oluşturulduğu zaman işlenmeyecektir.]]></value>
|
||||
<value xml:lang="vi"><![CDATA[Dùng chức năng <b>mysql_*()</b> để sử dụng MySql Database.<br />Giao dịch được vô hiệu hóa bởi File Database được tạo ra bởi myisam.]]></value>
|
||||
</item>
|
||||
<item name="mysql_innodb">
|
||||
<value xml:lang="ko"><![CDATA[MySQL DB를 innodb를 이용하여 사용합니다.<br />innodb는 트랜잭션을 사용할 수 있습니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[Use MySQL as a database with innodb.<br />Transactions will be processed with innodb]]></value>
|
||||
<value xml:lang="jp"><![CDATA[MySQL DBで「innodb」タイプでデータの入出力を行います。<br />「innodb」ではトランザクションの処理が行えます。]]></value>
|
||||
<value xml:lang="ko"><![CDATA[PHP의 mysql_*() 함수를 사용하여 MySQL DB에 접속합니다.<br />InnoDB 저장엔진은 트랜잭션을 지원하여 데이터 손상의 위험이 낮으며, 동시 처리 능력이 뛰어납니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[Use MySQL as a database via PHP's mysql_* functions.<br />Use the InnoDB storage engine, which supports transactions and higher concurrency.]]></value>
|
||||
<value xml:lang="jp"><![CDATA[PHPのmysql_*()関数を使用してMySQL DBに接続します。<br />InnoDBのエンジンは、トランザクションを支援してデータの損傷の危険が低く、同時処理能力が優れています。]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[利用innodb使用mysql DB。<br />innodb可以使用transaction。]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[利用『innodb』使用 Mysql 資料庫。<br />innodb可以使用 transaction。]]></value>
|
||||
<value xml:lang="fr"><![CDATA[Utilisera innodb pour utiliser Base de Données de mysql.<br />La transaction sera validé pour innodb]]></value>
|
||||
|
|
@ -436,21 +482,24 @@
|
|||
<value xml:lang="vi"><![CDATA[Sử dụng <b>CUBRID</b> Database. <a href="http://www.cubrid.org/wiki_tutorials/entry/cubrid-installation-instructions" target="_blank">Hướng dẫn</a>]]></value>
|
||||
</item>
|
||||
<item name="mssql">
|
||||
<value xml:lang="ko"><![CDATA[MSSQL DB를 이용합니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[Use MSSQL as a database]]></value>
|
||||
<value xml:lang="jp"><![CDATA[MSSQL DBを利用します。]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[使用MSSQL DB。]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[使用 MSSQL DB。]]></value>
|
||||
<value xml:lang="fr"><![CDATA[Utiliser la Base de Données de MSSQL.]]></value>
|
||||
<value xml:lang="ru"><![CDATA[Используем MSSQL DB.]]></value>
|
||||
<value xml:lang="es"><![CDATA[Usar BD MSSQL.]]></value>
|
||||
<value xml:lang="tr"><![CDATA[MSSQL'ü veritabanı olarak kullanın]]></value>
|
||||
<value xml:lang="ko"><![CDATA[Microsoft SQL Server를 이용합니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[Use Microsoft SQL Server as a database.]]></value>
|
||||
<value xml:lang="jp"><![CDATA[Microsoft SQL Serverを利用します。]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[使用 Microsoft SQL Server。]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[使用 Microsoft SQL Server。]]></value>
|
||||
<value xml:lang="fr"><![CDATA[Utiliser la Base de Données de Microsoft SQL Server.]]></value>
|
||||
<value xml:lang="ru"><![CDATA[Используем Microsoft SQL Server DB.]]></value>
|
||||
<value xml:lang="es"><![CDATA[Usar Microsoft SQL Server.]]></value>
|
||||
<value xml:lang="tr"><![CDATA[Microsoft SQL Server'ü veritabanı olarak kullanın]]></value>
|
||||
</item>
|
||||
</item>
|
||||
<item name="can_use_when_installed">
|
||||
<value xml:lang="ko"><![CDATA[설치하면 사용할 수 있음.]]></value>
|
||||
<value xml:lang="en"><![CDATA[You can use when it has installed.]]></value>
|
||||
<value xml:lang="jp"><![CDATA[設置すれば使用できます。]]></value>
|
||||
<value xml:lang="ko"><![CDATA[설치되어 있지 않음]]></value>
|
||||
<value xml:lang="en"><![CDATA[Not installed on this server]]></value>
|
||||
<value xml:lang="jp"><![CDATA[このサーバーにインストールされていません]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[不是这个服务器上安装]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[不是這個服務器上安裝]]></value>
|
||||
<value xml:lang="fr"><![CDATA[Pas installé sur ce serveur]]></value>
|
||||
</item>
|
||||
<item name="form_title">
|
||||
<value xml:lang="ko"><![CDATA[DB & 관리자 정보 입력]]></value>
|
||||
|
|
@ -501,7 +550,7 @@
|
|||
<value xml:lang="vi"><![CDATA[Xin hãy chọn Database bạn muốn sử dụng.]]></value>
|
||||
</item>
|
||||
<item name="db_hostname">
|
||||
<value xml:lang="ko"><![CDATA[DB 호스트네임]]></value>
|
||||
<value xml:lang="ko"><![CDATA[DB 서버 주소]]></value>
|
||||
<value xml:lang="en"><![CDATA[DB Hostname]]></value>
|
||||
<value xml:lang="jp"><![CDATA[ホスト名]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[服务器名]]></value>
|
||||
|
|
@ -513,7 +562,7 @@
|
|||
<value xml:lang="vi"><![CDATA[Hostname]]></value>
|
||||
</item>
|
||||
<item name="db_port">
|
||||
<value xml:lang="ko"><![CDATA[DB Port]]></value>
|
||||
<value xml:lang="ko"><![CDATA[DB 서버 포트]]></value>
|
||||
<value xml:lang="en"><![CDATA[DB Port]]></value>
|
||||
<value xml:lang="jp"><![CDATA[ポート番号]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[数据库端口]]></value>
|
||||
|
|
@ -583,14 +632,12 @@
|
|||
<value xml:lang="vi"><![CDATA[Tên Table]]></value>
|
||||
</item>
|
||||
<item name="db_info_desc">
|
||||
<value xml:lang="ko"><![CDATA[<p><strong>DB 아이디</strong>, <strong>DB 비밀번호</strong>, <strong>DB 이름</strong> 정보는 서버 호스팅 관리자로부터 정보를 확인 하세요.</p>]]></value>
|
||||
<value xml:lang="en"><![CDATA[<p>Please check <strong>database information</strong> to server master.</p>]]></value>
|
||||
<value xml:lang="jp"><![CDATA[<p><strong>DB ID</strong>, <strong>DB パスワード</strong>, <strong>DB 名稱</strong> 情報は、サーバーホスティング管理者に情報を確認してください。</p>]]></value>
|
||||
<value xml:lang="ko"><![CDATA[DB 아이디, 비밀번호, 서버 주소, 포트 등의 정보는 호스팅 관리자에게 문의하세요.]]></value>
|
||||
<value xml:lang="en"><![CDATA[Please check database server information with your server administrator.]]></value>
|
||||
</item>
|
||||
<item name="db_prefix_desc">
|
||||
<value xml:lang="ko"><![CDATA[<p><strong>DB 호스트 네임</strong>, <strong>DB Port</strong> 정보는 서버 호스팅 관리자로부터 정보를 확인 하세요.</p><p><strong>DB 테이블 머리말</strong> 정보는 사용자 정의 할 수 있습니다. 영문 소문자를 권장 합니다. 숫자를 포함할 수 있습니다. 특수 문자를 사용할 수 없습니다.</p>]]></value>
|
||||
<value xml:lang="en"><![CDATA[<p>Please check <strong>database information</strong> to server master.</p><p>You can modify database <strong>table prefix</strong>, and can use small letters(small letter is recommended), and numbers, but you can not use special letters.</p>]]></value>
|
||||
<value xml:lang="jp"><![CDATA[<p><strong>DBホスト名</strong>, <strong>DB Port</strong> 情報は、サーバーホスティング管理者に情報を確認してください。</p><p><strong>DBテーブルプレフィックス</strong> 情報は、ユーザーが定義できます。英文小文字の使用を推奨します。数字を含めることができます。特殊文字は、使用できません。</p>]]></value>
|
||||
<value xml:lang="ko"><![CDATA[DB 테이블 접두사는 사용자가 선택할 수 있습니다. 영문 소문자를 권장하며, 특수 문자를 사용할 수 없습니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[You can customize the table prefix. We recommend that you use lowercase alphabets only.]]></value>
|
||||
</item>
|
||||
<item name="admin_title">
|
||||
<value xml:lang="ko"><![CDATA[관리자 정보]]></value>
|
||||
|
|
@ -641,13 +688,13 @@
|
|||
</item>
|
||||
<item name="use_rewrite">
|
||||
<value xml:lang="ko"><![CDATA[짧은 주소 사용]]></value>
|
||||
<value xml:lang="en"><![CDATA[Rewrite Mod]]></value>
|
||||
<value xml:lang="en"><![CDATA[mod_rewrite]]></value>
|
||||
<value xml:lang="jp"><![CDATA[リライト・モジュールを使用]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[使用rewrite模块]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[Rewrite]]></value>
|
||||
<value xml:lang="fr"><![CDATA[Utiliser mode de récrire(rewrite mod)]]></value>
|
||||
<value xml:lang="ru"><![CDATA[Использовать<br /> модуль перезаписи<br />(rewrite mod)]]></value>
|
||||
<value xml:lang="es"><![CDATA[Usar rewrite mod]]></value>
|
||||
<value xml:lang="fr"><![CDATA[Utiliser mode de récrire(mod_rewrite)]]></value>
|
||||
<value xml:lang="ru"><![CDATA[Использовать<br /> модуль перезаписи<br />(mod_rewrite)]]></value>
|
||||
<value xml:lang="es"><![CDATA[Usar mod_rewrite]]></value>
|
||||
<value xml:lang="tr"><![CDATA[YenidenYazma Modu (mod_rewrite)]]></value>
|
||||
<value xml:lang="vi"><![CDATA[Mod Rewrite]]></value>
|
||||
</item>
|
||||
|
|
@ -664,26 +711,31 @@
|
|||
<value xml:lang="vi"><![CDATA[<abbr title="Single Sign On">SSO</abbr>]]></value>
|
||||
</item>
|
||||
<item name="about_rewrite">
|
||||
<value xml:lang="ko"><![CDATA[이 기능을 사용하면 <em>http://yourdomain/</em><strong>?document_srl=123</strong> 과 같이 복잡한 주소를 <em>http://yourdomain/</em><strong>123</strong> 과 같이 간단하게 줄일 수 있습니다. 웹 서버에서 <strong>rewrite_mod</strong>를 지원해야 합니다. 지원 여부는 서버 관리자에게 문의하세요.]]></value>
|
||||
<value xml:lang="en"><![CDATA[If web server provides rewrite mod, long URL such as <em>http://blah/</em><strong>?document_srl=123</strong> can be shortened like <em>http://blah/</em><strong>123</strong>]]></value>
|
||||
<value xml:lang="ko"><![CDATA[이 기능을 사용하면 <em>http://yourdomain/</em><strong>?document_srl=123</strong> 과 같이 복잡한 주소를 <em>http://yourdomain/</em><strong>123</strong> 과 같이 간단하게 줄일 수 있습니다. 웹 서버에서 mod_rewrite를 지원해야 합니다. 지원 여부는 서버 관리자에게 문의하세요.]]></value>
|
||||
<value xml:lang="en"><![CDATA[If web server provides mod_rewrite, long URL such as <em>http://blah/</em><strong>?document_srl=123</strong> can be shortened like <em>http://blah/</em><strong>123</strong>]]></value>
|
||||
<value xml:lang="jp"><![CDATA[Webサーバで「リライト・モジュール(mod_rewrite)」をサポートしている場合は、「http://アドレス/?document_srl=123」のようなアドレスを、動的だけど「http://アドレス/123」のように静的なページに見せることができます。]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[如服务器支持rewrite模块且选择此项,可以简化复杂的网址。<br />例如,http://域名/?document_srl=123简化为http://域名/123。]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[如果支援 rewrite 功能,可縮短冗長的網址。<br />例>『http://域名/?document_srl=123』縮短成『http://域名/123』。]]></value>
|
||||
<value xml:lang="fr"><![CDATA[Si le serveur de web est capable d'utiliser le mode de récrire, URL longue comme http://murmure/?document_srl=123 peut être abrégé comme http://murmure/123]]></value>
|
||||
<value xml:lang="ru"><![CDATA[Если сервер предлагает rewrite mod, длинные URL такие как http://blah/?document_srl=123 могут быть сокращены до http://blah/123]]></value>
|
||||
<value xml:lang="es"><![CDATA[Si el servidor de la web soporte rewrite mod, URL largas como http://bla/?documento_srl=123 puede abreviarse como http://bla/123]]></value>
|
||||
<value xml:lang="ru"><![CDATA[Если сервер предлагает mod_rewrite, длинные URL такие как http://blah/?document_srl=123 могут быть сокращены до http://blah/123]]></value>
|
||||
<value xml:lang="es"><![CDATA[Si el servidor de la web soporte mod_rewrite, URL largas como http://bla/?documento_srl=123 puede abreviarse como http://bla/123]]></value>
|
||||
<value xml:lang="tr"><![CDATA[Eğer websunucusu yenidenyazma(rewritemod) destekliyorsa, http://ornek/?dosya_no=123 gibi URLler http://ornek/123 olarak kısaltılabilir]]></value>
|
||||
<value xml:lang="vi"><![CDATA[Nếu Host của bạn hỗ trợ Mod Rewrite, khi địa chỉ có dạng <b>http://blah/?document_srl=123</b> sẽ được rút ngắn thành <b>http://blah/123</b>]]></value>
|
||||
</item>
|
||||
<item name="disable_rewrite">
|
||||
<value xml:lang="ko"><![CDATA[짧은 주소를 사용할 수 없습니다. 웹 서버 담당자에게 <strong>rewrite_mod</strong>지원 여부를 확인 바랍니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[Required module for "Friendly URL" feature is not found. Please check with the web master about <strong>rewrite_mod</strong> module support.]]></value>
|
||||
<value xml:lang="jp"><![CDATA[短縮アドレスを使用できません。ウェブサーバー担当者に <strong>rewrite_mod</strong>サポート可否を確認してください。]]></value>
|
||||
<value xml:lang="ko"><![CDATA[짧은 주소를 사용할 수 없습니다. 웹 서버 담당자에게 mod_rewrite 지원 여부를 확인 바랍니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA["Friendly URL" feature is not available. Please check with the server administrator about mod_rewrite module support.]]></value>
|
||||
<value xml:lang="jp"><![CDATA[短縮アドレスを使用できません。ウェブサーバー担当者に mod_rewriteサポート可否を確認してください。]]></value>
|
||||
</item>
|
||||
<item name="disable_rewrite_can_proceed">
|
||||
<value xml:lang="ko"><![CDATA[짧은 주소를 사용할 수 없더라도 XE 설치와 사용에는 지장이 없습니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[It is OK to continue to install and use XE without the "Friendly URL" feature.]]></value>
|
||||
<value xml:lang="jp"><![CDATA[この機能は、XEをインストールと使用するために必要ではありません。]]></value>
|
||||
</item>
|
||||
<item name="about_nginx_rewrite">
|
||||
<value xml:lang="ko"><![CDATA[Nginx를 사용할 경우, 짧은 주소를 사용하기 위하여 rewrite 설정이 필요합니다. 설정방법은 <a href="https://github.com/xpressengine/xe-core/wiki/Nginx-rewite-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0" target="_blank"><strong>여기</strong></a>를 참고하세요.]]></value>
|
||||
<value xml:lang="en"><![CDATA[For using "Friendly URL" feature at Nginx, need to configure rewrites at Nginx. show <a href="https://github.com/xpressengine/xe-core/wiki/Nginx-rewite-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0" target="_blank"><strong>here</strong></a>.]]></value>
|
||||
<value xml:lang="jp"><![CDATA[Nginxを使用する場合、短縮アクセスを使用するためにrewrite設定が必要です。設定方法は<a href="https://github.com/xpressengine/xe-core/wiki/Nginx-rewite-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0" target="_blank"><strong>여기</strong></a>を参考ください。]]></value>
|
||||
<value xml:lang="ko"><![CDATA[nginx에서 짧은 주소를 사용하려면 rewrite 설정이 필요합니다. <a href="https://github.com/xpressengine/xe-core/wiki/Nginx-rewite-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0" target="_blank">여기</a>를 참고하세요.]]></value>
|
||||
<value xml:lang="en"><![CDATA[To use this feature at nginx, you need to configure rewrite. See <a href="https://github.com/xpressengine/xe-core/wiki/Nginx-rewite-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0" target="_blank">here</a>.]]></value>
|
||||
<value xml:lang="jp"><![CDATA[nginxを使用する場合、短縮アクセスを使用するためにrewrite設定が必要です。設定方法は<a href="https://github.com/xpressengine/xe-core/wiki/Nginx-rewite-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0" target="_blank">このページ</a>を参考ください。]]></value>
|
||||
</item>
|
||||
<item name="time_zone">
|
||||
<value xml:lang="ko"><![CDATA[표준 시간대]]></value>
|
||||
|
|
@ -698,8 +750,8 @@
|
|||
<value xml:lang="vi"><![CDATA[Múi giờ]]></value>
|
||||
</item>
|
||||
<item name="about_time_zone">
|
||||
<value xml:lang="ko"><![CDATA[서버의 설정시간과 사용하려는 장소의 시간이 차이가 날 경우 표준 시간대를 지정하면 표시되는 시간을 지정된 곳의 시간으로 사용할 수 있습니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[If the server time and the time on your location don't accord each other, you can set the time to be same as your location by using the time zone]]></value>
|
||||
<value xml:lang="ko"><![CDATA[서버의 시간과 주 사용자의 시간이 다를 경우 (예: 해외 서버인 경우) 원하는 표준 시간대를 선택할 수 있습니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[If the server time is different from your time zone, you can use this option to display times in your time zone.]]></value>
|
||||
<value xml:lang="jp"><![CDATA[サーバの設定時間とサービスしているローカル時間との差がある場合、タイムゾーンを指定して表示時間を合わせることができます。]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[服务器时间和您所处的时间有差异时,可以设置时区来满足你所需要的时间显示。]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[主機時間和您所處的時間有差異時,可以設置時區來滿足你所需要的時間顯示。]]></value>
|
||||
|
|
@ -732,16 +784,16 @@
|
|||
<value xml:lang="vi"><![CDATA[Nó sẽ cho phép gửi thư từ MTA mà không phân biệt CRLF.]]></value>
|
||||
</item>
|
||||
<item name="about_database_file">
|
||||
<value xml:lang="ko"><![CDATA[Sqlite는 파일에 데이터를 저장합니다. 데이터베이스 파일의 위치를 웹에서 접근할 수 없는 곳으로 해야 합니다.<br/><span style="color:red">데이터 파일은 707퍼미션 설정된 곳으로 지정해주세요.</span>]]></value>
|
||||
<value xml:lang="en"><![CDATA[Sqlite saves data in a file. Location of the database file should be unreachable by web<br/><span style="color:red">Data file should be inside the permission of 707.</span>]]></value>
|
||||
<value xml:lang="jp"><![CDATA[Sqliteはファイルにデータを保存します。そのため、データベースファイルにはウェブからアクセスできない場所にしなければなりません。<br/><span style="color:red">データファイルのパーミッションは「707」に設定してください。</span>]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[Sqlite是文件里保存数据。数据库的文件位置应该放在web不能访问的地方。<br/><span style="color:red">数据文件应放在具有707属性的位置。</span>]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[Sqlite是保存資料於檔案中。資料庫的檔案位置應該放在 web 不能訪問的地方。<br/><span style="color:red">資料檔案應放在具有 707 權限的位置。</span>]]></value>
|
||||
<value xml:lang="fr"><![CDATA[Sqlite conserve des données dans le fichier. Vous devez placer le fichier de la base de données où l'on ne peut pas accéder par web.<br/><span style="color:red">Le fichier des Donées doit être en dedans la permission 707.</span>]]></value>
|
||||
<value xml:lang="ru"><![CDATA[Sqlite сохраняет данные в файл. Размещение базы данных должно быть недоступно с веб<br/><span style="color:red">Файл базы данных должен иметь права доступа 707.</span>]]></value>
|
||||
<value xml:lang="es"><![CDATA[Sqlite guarda el dato en el archivo. Es necesario crear archivo de BD en un lugar inaccesible de la web.<br/><span style="color:red">El archivo de dato debe estar ubicado en un lugar con la atribución 707.</span>]]></value>
|
||||
<value xml:lang="tr"><![CDATA[Sqlite veriyi dosyaya kaydeder. Veritabanı dosyası tarayıcıyla erişilebilir olmamalıdır.<br/><span style="color:red">Veri dosyası 707 yetki kapsamı içinde olmalıdır.</span>]]></value>
|
||||
<value xml:lang="vi"><![CDATA[Sqlite lưu trữ dữ liệu trong một File, vì vậy cần tới sự truy cập đến nó trong Database. <br/><span style="color:red">Hãy CHMOD thành 707.</span>]]></value>
|
||||
<value xml:lang="ko"><![CDATA[Sqlite는 파일에 데이터를 저장합니다. 데이터베이스 파일의 위치를 웹에서 접근할 수 없는 곳으로 해야 합니다.<br/><span style="color:red">데이터 파일은 777퍼미션 설정된 곳으로 지정해주세요.</span>]]></value>
|
||||
<value xml:lang="en"><![CDATA[Sqlite saves data in a file. Location of the database file should be unreachable by web<br/><span style="color:red">Data file should be inside the permission of 777.</span>]]></value>
|
||||
<value xml:lang="jp"><![CDATA[Sqliteはファイルにデータを保存します。そのため、データベースファイルにはウェブからアクセスできない場所にしなければなりません。<br/><span style="color:red">データファイルのパーミッションは「777」に設定してください。</span>]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[Sqlite是文件里保存数据。数据库的文件位置应该放在web不能访问的地方。<br/><span style="color:red">数据文件应放在具有777属性的位置。</span>]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[Sqlite是保存資料於檔案中。資料庫的檔案位置應該放在 web 不能訪問的地方。<br/><span style="color:red">資料檔案應放在具有 777 權限的位置。</span>]]></value>
|
||||
<value xml:lang="fr"><![CDATA[Sqlite conserve des données dans le fichier. Vous devez placer le fichier de la base de données où l'on ne peut pas accéder par web.<br/><span style="color:red">Le fichier des Donées doit être en dedans la permission 777.</span>]]></value>
|
||||
<value xml:lang="ru"><![CDATA[Sqlite сохраняет данные в файл. Размещение базы данных должно быть недоступно с веб<br/><span style="color:red">Файл базы данных должен иметь права доступа 777.</span>]]></value>
|
||||
<value xml:lang="es"><![CDATA[Sqlite guarda el dato en el archivo. Es necesario crear archivo de BD en un lugar inaccesible de la web.<br/><span style="color:red">El archivo de dato debe estar ubicado en un lugar con la atribución 777.</span>]]></value>
|
||||
<value xml:lang="tr"><![CDATA[Sqlite veriyi dosyaya kaydeder. Veritabanı dosyası tarayıcıyla erişilebilir olmamalıdır.<br/><span style="color:red">Veri dosyası 777 yetki kapsamı içinde olmalıdır.</span>]]></value>
|
||||
<value xml:lang="vi"><![CDATA[Sqlite lưu trữ dữ liệu trong một File, vì vậy cần tới sự truy cập đến nó trong Database. <br/><span style="color:red">Hãy CHMOD thành 777.</span>]]></value>
|
||||
</item>
|
||||
<item name="success_installed">
|
||||
<value xml:lang="ko"><![CDATA[설치가 되었습니다.]]></value>
|
||||
|
|
@ -889,9 +941,9 @@
|
|||
<value xml:lang="vi"><![CDATA[Tên Host FTP]]></value>
|
||||
</item>
|
||||
<item name="ftp_port">
|
||||
<value xml:lang="ko"><![CDATA[FTP port]]></value>
|
||||
<value xml:lang="en"><![CDATA[FTP port]]></value>
|
||||
<value xml:lang="jp"><![CDATA[FTPポート番号(port)]]></value>
|
||||
<value xml:lang="ko"><![CDATA[FTP 서버 포트]]></value>
|
||||
<value xml:lang="en"><![CDATA[FTP server port]]></value>
|
||||
<value xml:lang="jp"><![CDATA[FTPサーバーポート]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[FTP端口]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[FTP 埠口]]></value>
|
||||
<value xml:lang="de"><![CDATA[FTP Port]]></value>
|
||||
|
|
@ -1033,8 +1085,8 @@
|
|||
<value xml:lang="vi"><![CDATA[Đường dẫn thư mục đã cài đặt XE]]></value>
|
||||
</item>
|
||||
<item name="msg_ftp_installed_ftp_realpath">
|
||||
<value xml:lang="ko"><![CDATA[설치된 XE의 FTP 경로]]></value>
|
||||
<value xml:lang="en"><![CDATA[Absolute FTP Path of XE]]></value>
|
||||
<value xml:lang="ko"><![CDATA[XE 설치 경로]]></value>
|
||||
<value xml:lang="en"><![CDATA[XE installation path]]></value>
|
||||
<value xml:lang="jp"><![CDATA[インストールされたXEのFTP絶対パス設定]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[FTP绝对路径设置]]></value>
|
||||
<value xml:lang="zh-TW"><![CDATA[XE的 FTP 絕對路經]]></value>
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ruleset version="1.5.0">
|
||||
<customrules>
|
||||
</customrules>
|
||||
<fields>
|
||||
<field name="time_zone" required="true" />
|
||||
</fields>
|
||||
</ruleset>
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ruleset version="1.5.0">
|
||||
<customrules>
|
||||
</customrules>
|
||||
<fields>
|
||||
<field name="db_type" required="true" default="mysql" />
|
||||
<field name="db_hostname" required="true" length="1:250" default="localhost" />
|
||||
<field name="db_port" required="true" length="1:250" rule="number" default="3306" />
|
||||
<field name="db_userid" required="true" length="1:250" rule="alpha_number" />
|
||||
<field name="db_password" required="true" length="1:250"/>
|
||||
<field name="db_database" required="true" length="1:250" />
|
||||
<field name="db_table_prefix" length="2:20" rule="alpha_number" />
|
||||
</fields>
|
||||
</ruleset>
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ruleset version="1.5.0">
|
||||
<customrules>
|
||||
</customrules>
|
||||
<fields>
|
||||
<field name="db_type" required="true" default="mysql" />
|
||||
<field name="db_hostname" required="true" length="1:250" default="localhost" />
|
||||
<field name="db_port" required="true" length="1:250" rule="number" default="3306" />
|
||||
<field name="db_userid" required="true" length="1:250" rule="alpha_number" />
|
||||
<field name="db_password" required="true" length="1:250"/>
|
||||
<field name="db_database" required="true" length="1:250" />
|
||||
<field name="db_table_prefix" length="2:20" rule="alpha" />
|
||||
</fields>
|
||||
</ruleset>
|
||||
|
|
@ -4,9 +4,10 @@
|
|||
</customrules>
|
||||
<fields>
|
||||
<field name="email_address" required="true" length="1:200" rule="email" />
|
||||
<field name="password" required="true" length="1:20" />
|
||||
<field name="password2" required="true" length="1:20" equalto="password" />
|
||||
<field name="password" required="true" length="1:60" />
|
||||
<field name="password2" required="true" length="1:60" equalto="password" />
|
||||
<field name="nick_name" required="true" length="2:20" />
|
||||
<field name="user_id" required="true" length="2:20" rule="userid" />
|
||||
<field name="time_zone" required="true" />
|
||||
</fields>
|
||||
</ruleset>
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ruleset version="1.5.0">
|
||||
<customrules>
|
||||
</customrules>
|
||||
<fields>
|
||||
<field name="db_type" required="true" default="mysql" />
|
||||
<field name="db_hostname" required="true" length="1:250" default="localhost" />
|
||||
<field name="db_port" required="true" length="1:250" rule="number" default="3306" />
|
||||
<field name="db_userid" required="true" length="1:250" rule="alpha_number" />
|
||||
<field name="db_password" required="true" length="1:250"/>
|
||||
<field name="db_database" required="true" length="1:250" />
|
||||
<field name="db_table_prefix" length="2:20" rule="alpha_number" />
|
||||
</fields>
|
||||
</ruleset>
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ruleset version="1.5.0">
|
||||
<customrules>
|
||||
</customrules>
|
||||
<fields>
|
||||
<field name="db_type" required="true" default="mysql" />
|
||||
<field name="db_hostname" required="true" length="1:250" default="localhost" />
|
||||
<field name="db_port" required="true" length="1:250" rule="number" default="3306" />
|
||||
<field name="db_userid" required="true" length="1:250" />
|
||||
<field name="db_password" required="true" length="1:250"/>
|
||||
<field name="db_database" required="true" length="1:250" />
|
||||
<field name="db_table_prefix" length="2:20" rule="alpha_number" />
|
||||
</fields>
|
||||
</ruleset>
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ruleset version="1.5.0">
|
||||
<customrules>
|
||||
</customrules>
|
||||
<fields>
|
||||
<field name="db_type" required="true" default="mysql" />
|
||||
<field name="db_hostname" required="true" length="1:250" default="localhost" />
|
||||
<field name="db_port" required="true" length="1:250" rule="number" default="3306" />
|
||||
<field name="db_userid" required="true" length="1:250" rule="alpha_number" />
|
||||
<field name="db_password" required="true" length="1:250"/>
|
||||
<field name="db_database" required="true" length="1:250" />
|
||||
<field name="db_table_prefix" length="2:20" rule="alpha" />
|
||||
</fields>
|
||||
</ruleset>
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ruleset version="1.5.0">
|
||||
<customrules>
|
||||
</customrules>
|
||||
<fields>
|
||||
<field name="db_type" required="true" default="mysql" />
|
||||
<field name="db_database" required="true" length="1:250" />
|
||||
<field name="db_table_prefix" length="2:20" rule="alpha" />
|
||||
</fields>
|
||||
</ruleset>
|
||||
|
|
@ -1,55 +1,61 @@
|
|||
<load target="js/install_admin.js" />
|
||||
<include target="header.html" />
|
||||
<div id="body">
|
||||
<include target="progress_menu.html" />
|
||||
<div id="content">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
<form id="body" ruleset="install" method="post" action="./">
|
||||
<include target="progress_menu.html" />
|
||||
<div id="content">
|
||||
<h2>{$lang->install_progress_menu['adminInfo']}</h2>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<input type="hidden" name="act" value="procInstall" />
|
||||
<input type="hidden" name="use_rewrite" value="{$use_rewrite}" />
|
||||
<div class="x_control-group">
|
||||
<label for="aMail" class="x_control-label">{$lang->email_address}</label>
|
||||
<div class="x_controls">
|
||||
<input name="email_address" type="email" id="aMail" class="focus" required />
|
||||
</div>
|
||||
<form ruleset="install" action="./" method="post" class="x_form-horizontal">
|
||||
<input type="hidden" name="act" value="procInstall" />
|
||||
<div class="x_control-group">
|
||||
<label for="aMail" class="x_control-label"><strong>*</strong> {$lang->email_address}</label>
|
||||
<div class="x_controls">
|
||||
<input name="email_address" type="email" id="aMail" required />
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="aPw1" class="x_control-label"><strong>*</strong> {$lang->password1}</label>
|
||||
<div class="x_controls">
|
||||
<input name="password" type="password" id="aPw1" required />
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="aPw2" class="x_control-label"><strong>*</strong> {$lang->password2}</label>
|
||||
<div class="x_controls">
|
||||
<input name="password2" type="password" id="aPw2" required />
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="aNick" class="x_control-label"><strong>*</strong> {$lang->nick_name}</label>
|
||||
<div class="x_controls">
|
||||
<input name="nick_name" type="text" id="aNick" required />
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="aId" class="x_control-label"><strong>*</strong> {$lang->user_id}</label>
|
||||
<div class="x_controls">
|
||||
<input name="user_id" type="text" id="aId" required />
|
||||
</div>
|
||||
</div>
|
||||
<div class="desc">
|
||||
<p>{$lang->install_notandum}</p>
|
||||
</div>
|
||||
<div class="ibtnArea">
|
||||
<span class="x_pull-left">
|
||||
<a href="{getUrl('', 'act', 'dispInstallConfigForm')}" class="x_btn x_btn-small x_btn-inverse"><i class="x_icon-chevron-left x_icon-white"></i> {$lang->cmd_back}</a>
|
||||
</span>
|
||||
<span class="x_pull-right">
|
||||
<button type="submit" class="x_btn x_btn-small x_btn-inverse x_disabled" id="task-done"><i class="x_icon-ok x_icon-white"></i> {$lang->cmd_complete}</button>
|
||||
</span>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="aPw1" class="x_control-label">{$lang->password1}</label>
|
||||
<div class="x_controls">
|
||||
<input name="password" type="password" id="aPw1" required />
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="aPw2" class="x_control-label">{$lang->password2}</label>
|
||||
<div class="x_controls">
|
||||
<input name="password2" type="password" id="aPw2" required />
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="aNick" class="x_control-label">{$lang->nick_name}</label>
|
||||
<div class="x_controls">
|
||||
<input name="nick_name" type="text" id="aNick" required value="" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="aId" class="x_control-label">{$lang->user_id}</label>
|
||||
<div class="x_controls">
|
||||
<input name="user_id" type="text" id="aId" required value="" />
|
||||
</div>
|
||||
</div>
|
||||
<p class="install_help">{$lang->install_notandum}</p>
|
||||
<div class="x_control-group">
|
||||
<label for="time_zone" class="x_control-label">{$lang->time_zone}</label>
|
||||
<div class="x_controls">
|
||||
<select name="time_zone" style="width:100%">
|
||||
<option loop="$time_zone => $key,$val" id="{$key}" value="{$key}" selected="selected"|cond="$key==date('O')">{$val}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<p class="install_help">{$lang->about_time_zone}</p>
|
||||
</div>
|
||||
<div id="buttons">
|
||||
<div class="align-left">
|
||||
<a href="{getUrl('', 'act','dispInstallSelectDB')}" class="button grey">« {$lang->cmd_back}</a>
|
||||
</div>
|
||||
<div class="align-right">
|
||||
<button type="submit" id="task-done" value="">{$lang->cmd_complete} »</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<include target="footer.html" />
|
||||
|
|
|
|||
|
|
@ -2,50 +2,55 @@
|
|||
<div id="body">
|
||||
<include target="progress_menu.html" />
|
||||
<div id="content">
|
||||
<ul>
|
||||
<li loop="$checklist => $key,$val" cond="!$val">
|
||||
{@ $isDisable = TRUE}
|
||||
<strong>{$lang->install_checklist_title[$key]}<block cond="$key == 'php_version'">(Ver. {$phpversion})</block></strong>
|
||||
:
|
||||
<em><i class="x_icon-ban-circle x_icon-white"></i> {$lang->disable}</em>
|
||||
<p>{sprintf($lang->install_checklist_desc[$key], __XE_MIN_PHP_VERSION__)}</p>
|
||||
<p cond="$key == 'php_version' && $phpversion_warning === true">
|
||||
{sprintf($lang->install_checklist_desc['php_version_warning'], __XE_RECOMMEND_PHP_VERSION__)} <a href="https://secure.php.net/supported-versions.php" target="_blank">[{$lang->more}]</a>
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
<div cond="!$isDisable">
|
||||
<p>
|
||||
<i class="x_icon-ok-sign x_icon-white"></i>
|
||||
<strong>XE {__XE_VERSION__}</strong> {$lang->install_condition_enable}
|
||||
</p>
|
||||
<ul id="details">
|
||||
<li loop="$checklist => $key,$val">
|
||||
<strong>{$lang->install_checklist_title[$key]}<block cond="$key == 'php_version'">(Ver. {$phpversion})</block></strong>
|
||||
:
|
||||
<em>{$lang->enable}</em>
|
||||
<p cond="$key == 'php_version' && $phpversion_warning === true">
|
||||
<h2 cond="$install_enable">{$lang->install_condition_enable}</h2>
|
||||
<h2 cond="!$install_enable">{$lang->install_condition_disable}</h2>
|
||||
<table id="check_env">
|
||||
<block loop="$checklist => $key,$val">
|
||||
<tr>
|
||||
<td class="check_env_item">
|
||||
{$lang->install_checklist_title[$key]}
|
||||
<block cond="$key == 'php_version'">({$phpversion})</block>
|
||||
</td>
|
||||
<td class="check_env_status">
|
||||
<span cond="$val" class="ok">OK</span>
|
||||
<span cond="!$val" class="error">ERROR</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr cond="$key === 'php_version' && $phpversion_warning === true">
|
||||
<td colspan="2" class="error_description">
|
||||
{sprintf($lang->install_checklist_desc['php_version_warning'], __XE_RECOMMEND_PHP_VERSION__)} <a href="https://secure.php.net/supported-versions.php" target="_blank">[{$lang->more}]</a>
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr cond="$key !== 'php_version' && !$val && isset($lang->install_checklist_desc[$key])">
|
||||
<td colspan="2" class="error_description">
|
||||
{$lang->install_checklist_desc[$key]}
|
||||
</td>
|
||||
</tr>
|
||||
</block>
|
||||
<tr>
|
||||
<td class="check_env_item">mod_rewrite</td>
|
||||
<td class="check_env_status">
|
||||
<span cond="$use_rewrite === 'Y'" class="ok">OK</span>
|
||||
<span cond="$use_rewrite === 'N'">—</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr cond="$use_rewrite === 'N'">
|
||||
<td colspan="2" class="error_description">
|
||||
{$lang->disable_rewrite}
|
||||
<block cond="$use_nginx == 'Y'"><br />{$lang->about_nginx_rewrite}</block>
|
||||
<br /><strong>{$lang->disable_rewrite_can_proceed}</strong>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div id="buttons">
|
||||
<div class="align-left">
|
||||
<a href="{getUrl('', 'act','dispInstallLicenseAgreement')}" class="button grey">« {$lang->cmd_back}</a>
|
||||
</div>
|
||||
<div cond="$use_rewrite == 'N' && $checklist['permission'] == true">
|
||||
<p>
|
||||
<i class="x_icon-ok-sign x_icon-white"></i>
|
||||
{$lang->disable_rewrite}
|
||||
<block cond="$use_nginx == 'Y'"><br> {$lang->about_nginx_rewrite}</block>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="ibtnArea">
|
||||
<span class="x_pull-left">
|
||||
<a href="{getUrl('', 'act','dispInstallLicenseAgreement')}" class="x_btn x_btn-small x_btn-inverse"><i class="x_icon-chevron-left x_icon-white"></i> {$lang->cmd_back}</a>
|
||||
</span>
|
||||
<span class="x_pull-right">
|
||||
<a cond="$install_enable" class="x_btn x_btn-small x_btn-inverse" id="task-checklist-confirm" href="{getUrl('','act','dispInstallSelectDB')}">{$lang->cmd_install_next} <i class="x_icon-chevron-right x_icon-white"></i></a>
|
||||
<a cond="!$install_enable" class="x_btn x_btn-small x_btn-inverse" id="task-checklist-fix" href="{getUrl('','act',$act)}">{$lang->cmd_install_fix_checklist} <i class="x_icon-chevron-right x_icon-white"></i></a>
|
||||
</span>
|
||||
<div class="align-right">
|
||||
<a cond="$install_enable" class="button" id="task-checklist-confirm" href="{getUrl('','act','dispInstallSelectDB')}">{$lang->cmd_next} »</a>
|
||||
<a cond="!$install_enable" class="button" id="task-checklist-fix" href="{getUrl('','act',$act)}">{$lang->cmd_install_refresh_page} »</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<include target="footer.html" />
|
||||
|
|
|
|||
|
|
@ -1,34 +0,0 @@
|
|||
<load target="js/install_admin.js" />
|
||||
<include target="header.html" />
|
||||
<div id="body">
|
||||
<include target="progress_menu.html" />
|
||||
<div id="content">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form action="./" method="post">
|
||||
<input type="hidden" name="act" value="procConfigSetting" />
|
||||
<input type="hidden" name="use_rewrite" value="{$use_rewrite}" />
|
||||
<div class="x_control-group">
|
||||
<select name="time_zone" style="width:100%">
|
||||
<option loop="$time_zone => $key,$val" id="{$key}" value="{$key}" selected="selected"|cond="$key==date('O')">{$val}</option>
|
||||
</select>
|
||||
<p>{$lang->about_time_zone}</p>
|
||||
</div>
|
||||
<div class="ibtnArea">
|
||||
<span class="x_pull-left">
|
||||
<button type="button" onclick="document.backForm.submit()" class="x_btn x_btn-small x_btn-inverse"><i class="x_icon-chevron-left x_icon-white"></i> {$lang->cmd_back}</button>
|
||||
</span>
|
||||
<span class="x_pull-right">
|
||||
<button type="submit" class="x_btn x_btn-small x_btn-inverse" id="task-settings">{$lang->cmd_next} <i class="x_icon-chevron-right x_icon-white"></i></button>
|
||||
</span>
|
||||
</div>
|
||||
</form>
|
||||
<form name="backForm" method="post" action="./">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="dispInstallDBForm" />
|
||||
<input type="hidden" name="db_type" value="{$db_type}" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<include target="footer.html" />
|
||||
|
|
@ -1,57 +1,229 @@
|
|||
@charset "utf-8";
|
||||
/* NAVER (developers@xpressengine.com) */
|
||||
/* Element Reset */
|
||||
html, body{margin:0;min-height:100%}
|
||||
body, .x input, .x textarea, .x select, .x table, .x button, .x label{font-family:Tahoma, Geneva, sans-serif;font-size:12px}
|
||||
body{background:-webkit-linear-gradient(top,#ccc,#fff);background:-moz-linear-gradient(top,#ccc,#fff);background:-o-linear-gradient(top,#ccc,#fff);background:-ms-linear-gradient(top,#ccc,#fff);background:linear-gradient(top,#ccc,#fff)}
|
||||
img, fieldset{border:0}
|
||||
form, fieldset{margin:0;padding:0}
|
||||
.x em{color:#ffc;font-weight:normal;font-style:normal}
|
||||
.x strong{color:#f60}
|
||||
.x button{margin:0;padding:0;overflow:visible;cursor:pointer}
|
||||
.x a{text-decoration:none}
|
||||
.x a:hover,
|
||||
.x a:active,
|
||||
.x a:focus{text-decoration:underline}
|
||||
/* Bootstrap Override */
|
||||
.x label[for],
|
||||
.x .x_form-horizontal .x_control-label{font-weight:bold}
|
||||
.x ol,
|
||||
.x ul{margin-top:15px;margin-bottom:15px}
|
||||
.x input[type="radio"],
|
||||
.x input[type="checkbox"]{margin:0}
|
||||
.x hr{border-bottom:0}
|
||||
.x .x_btn{text-decoration:none}
|
||||
.x .x_control-group{padding-top:8px;margin-bottom:10px;border-top:1px dotted #888;clear:both}
|
||||
.x .x_control-group:first-child,
|
||||
.x .x_control-group:first-of-type{border-top:0;padding-top:0}
|
||||
|
||||
html, body { margin: 0; min-height: 100%; background-color: #f0f0f0; }
|
||||
img, form, fieldset { border: 0; margin:0; padding: 0; }
|
||||
.x a { color: #1976d2; text-decoration: none; }
|
||||
.x a:hover, .x a:active, .x a:focus { text-decoration: underline; }
|
||||
|
||||
/* Font */
|
||||
.x, .x input, .x textarea, .x select, .x table, .x button, .x label {
|
||||
font: normal 13px/100% NanumGothic, "Malgun Gothic", Gulim, sans-serif;
|
||||
}
|
||||
.enfont, .enfont input, .enfont textarea, .enfont select, .enfont table, .enfont button, .enfont label {
|
||||
font: normal 13px/100% Arial, NanumGothic, "Malgun Gothic", sans-serif;
|
||||
}
|
||||
.x input[type=password] {
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
/* Layout */
|
||||
.x{width:800px;margin:120px auto 0 auto;background-color:transparent}
|
||||
.x #header{position:relative;background:#444;margin:0 0 1px 0;padding:10px 20px;color:#fff;border-radius:5px 5px 0 0}
|
||||
.x #header h1{margin:0}
|
||||
.x #header em{position:absolute;bottom:10px;right:20px;font-weight:bold;font-size:14px;color:#eee}
|
||||
.x #header em strong{font-size:20px;color:#F60}
|
||||
.x #body{width:580px;padding:0 0 0 220px;position:relative;*zoom:1}
|
||||
.x #body:after{content:"";display:block;clear:both}
|
||||
.x #progress{position:absolute;left:0;top:0;width:219px}
|
||||
.x #progress ul{list-style:none;margin:0;padding:0}
|
||||
.x #progress li{position:relative;margin:0 0 1px 0;vertical-align:top;line-height:40px;color:#999;text-indent:30px;background-color:#555;background-image:url(../img/icoStatus.gif);background-repeat:no-repeat;background-position:10px 0;*zoom:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
||||
.x #progress li:last-child{border-radius:0 0 0 5px}
|
||||
.x #progress li.done{background-position:10px -40px}
|
||||
.x #progress li.active{background-color:#666;background-position:10px -80px;font-weight:bold;color:#fff;margin-right:-1px}
|
||||
.x #content{position:relative;width:500px;min-height:145px;padding:40px;background:#666;color:#fff}
|
||||
.x #content a{color:#FFC}
|
||||
.x {
|
||||
width: 90%; max-width: 800px;
|
||||
margin: 80px auto 0 auto;
|
||||
background-color: transparent;
|
||||
}
|
||||
@media screen and (max-width: 640px) {
|
||||
.x { margin-top: 48px; }
|
||||
}
|
||||
@media screen and (max-width: 480px) {
|
||||
.x { margin-top: 32px; }
|
||||
}
|
||||
.x #header {
|
||||
clear: both;
|
||||
margin: 0;
|
||||
}
|
||||
.x #header h1 {
|
||||
font: bold 48px/100% Arial, sans-serif;
|
||||
color: #444;
|
||||
text-align: center;
|
||||
text-shadow: 2px 2px 3px rgba(128, 128, 128, 0.4);
|
||||
margin: 0 0 16px 0;
|
||||
}
|
||||
.x #header h1 span.green {
|
||||
color: #55a72f;
|
||||
}
|
||||
.x #header h1 span.brown {
|
||||
color: #905a29;
|
||||
}
|
||||
.x #header h1 span.colon {
|
||||
color: #888888;
|
||||
position: relative;
|
||||
top: -4px;
|
||||
}
|
||||
.x #header h2 {
|
||||
font: normal 16px/110% Arial, sans-serif;
|
||||
color: #666;
|
||||
text-align: center;
|
||||
text-shadow: 1px 1px 1.5px rgba(128, 128, 128, 0.2);
|
||||
margin: 0 0 32px 0;
|
||||
}
|
||||
.x #header h2 strong {
|
||||
font-weight: bold;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.x #body {
|
||||
clear: both;
|
||||
position: relative;
|
||||
background-color: #fff;
|
||||
border-radius: 2px;
|
||||
margin-bottom: 32px;
|
||||
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18), 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
|
||||
.x #progress {
|
||||
clear: both; padding: 16px 16px 4px 16px; border-bottom: 1px solid #ddd;
|
||||
border-top-left-radius: 2px; border-top-right-radius: 2px;
|
||||
background-color: #fbfbfb;
|
||||
}
|
||||
.x #progress ul { clear: both; margin: 0; padding: 0; }
|
||||
.x #progress li { list-style:none; display: inline-block; color: #888; margin: 0 4px 12px 0; padding: 0; }
|
||||
.x #progress li.done { color: #444; }
|
||||
.x #progress li.active { color: #444; font-weight: bold; }
|
||||
.x #progress li:after { content: ">"; color: #aaa; font-weight: normal; margin-left: 8px; }
|
||||
.x #progress li:last-child { margin-right: 0; }
|
||||
.x #progress li:last-child:after { content: ""; margin-left: 0; }
|
||||
|
||||
.x #footer {
|
||||
text-align: center;
|
||||
margin-bottom: 32px;
|
||||
font: 11px/160% Arial, sans-serif;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
/* Table */
|
||||
table {
|
||||
clear: both;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
border-collapse: collapse;
|
||||
margin: 0 0 16px 0;
|
||||
}
|
||||
table tr td {
|
||||
padding: 4px 8px; border: 1px solid #ddd;
|
||||
border-spacing: 0;
|
||||
line-height: 160%;
|
||||
}
|
||||
table tr td.check_env_status { text-align: center; }
|
||||
table tr td.check_env_status span.ok { color: #4caf50; font-weight: bold; }
|
||||
table tr td.check_env_status span.error { color: #f44336; font-weight: bold; }
|
||||
table tr td.check_env_status span.warn { color: #fb8c00; font-weight: bold; }
|
||||
table tr td.error_description { text-align: center; color: #666; }
|
||||
|
||||
/* Button Area */
|
||||
.x .ibtnArea{position:absolute;bottom:-61px;right:0;width:540px;height:30px;margin:1px 0 0 0;padding:15px 20px;text-align:center;*zoom:1;color:#fff;background:#555;border-radius:0 0 5px 5px}
|
||||
.x .ibtnArea:after{content:"";display:block;clear:both}
|
||||
.x .ibtnArea .x_btn-inverse{color:#fff !important}
|
||||
.x .ibtnArea .x_btn>i{opacity:.75;filter:alpha(opacity=75)}
|
||||
.x #buttons {
|
||||
clear: both; padding: 16px;
|
||||
border-top: 1px solid #ddd;
|
||||
height: 34px;
|
||||
border-bottom-left-radius: 2px; border-bottom-right-radius: 2px;
|
||||
background-color: #fbfbfb;
|
||||
}
|
||||
.x #buttons .align-left {
|
||||
float: left;
|
||||
}
|
||||
.x #buttons .align-right {
|
||||
float: right;
|
||||
}
|
||||
button, a.button {
|
||||
display: inline-block;
|
||||
margin: 0px 4px;
|
||||
padding: 9px 18px 9px 18px;
|
||||
font-weight: bold !important;
|
||||
line-height: 15px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
border: 0;
|
||||
cursor: pointer;
|
||||
color: #fff;
|
||||
background-color: #1976d2;
|
||||
border-radius: 2px;
|
||||
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12), 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
button.grey, a.button.grey {
|
||||
background-color: #aaa;
|
||||
}
|
||||
button:hover, a.button:hover {
|
||||
text-decoration: none;
|
||||
background-color: #303f9f;
|
||||
}
|
||||
button.grey:hover, a.button.grey:hover {
|
||||
background-color: #888;
|
||||
}
|
||||
|
||||
/* Content */
|
||||
.x h2{font-size:22px;margin:0 0 15px 0;color:#ff9;line-height:1}
|
||||
.x .desc{padding:10px 20px;margin:15px 0;background:#555;color:#fff;line-height:1.5;border-radius:5px}
|
||||
.x .desc strong{color:#F60}
|
||||
.x .language{list-style:none;margin:0;padding:0 0 0 20px}
|
||||
.x .language li{position:relative;margin:0 0 7px 0}
|
||||
.x .language li>i{position:absolute;top:2px;left:-20px}
|
||||
.x #content { clear: both; padding: 16px 16px 4px 16px; }
|
||||
.x #content a { }
|
||||
.x #content h2 {
|
||||
font-size: 20px;
|
||||
line-height: 140%;
|
||||
margin: 0 0 16px 0;
|
||||
}
|
||||
.x #content p {
|
||||
line-height: 160%;
|
||||
margin: 0 0 12px 0;
|
||||
}
|
||||
.x #content p.install_help {
|
||||
margin: -6px 0 16px 16px;
|
||||
color: #888;
|
||||
}
|
||||
.x #content ul {
|
||||
margin: 0 0 12px 0;
|
||||
}
|
||||
.x #content ul li {
|
||||
line-height: 160%;
|
||||
}
|
||||
.x #content label input[type=checkbox] {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
.x #language {
|
||||
clear: both;
|
||||
margin: 0 0 24px 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
line-height: 140%;
|
||||
}
|
||||
.x #language li {
|
||||
list-style: none;
|
||||
display: inline-block;
|
||||
margin-right: 12px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.x #language li:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
.x #language li a {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.x .x_control-group { clear: both; margin-bottom: 16px; }
|
||||
.x .x_control-group .x_control-label { display: inline-block; line-height: 17px; width: 130px; }
|
||||
.x .x_control-group .x_controls { display: inline-block; }
|
||||
.x .x_control-group .x_controls input {
|
||||
line-height: 17px; padding: 3px 5px;
|
||||
width: 260px; box-sizing: border-box;
|
||||
}
|
||||
.x .x_control-group .x_controls select {
|
||||
line-height: 17px; padding: 3px 7px 3px 3px;
|
||||
width: 260px; box-sizing: border-box;
|
||||
}
|
||||
@media screen and (max-width: 480px) {
|
||||
.x .x_control-group .x_control-label { display: block; clear: both; margin-bottom: 6px; }
|
||||
.x .x_control-group .x_controls { display: block; clear: both; }
|
||||
}
|
||||
|
||||
/* Waiting for server response */
|
||||
.wfsr{display:none;position:absolute;position:fixed;left:0;top:0;right:0;bottom:0;z-index:100;color:#fff;background:#333 url(../../common/img/msg.loading.gif) no-repeat center 90px;text-align:center;margin:0;padding:120px 0 0 0;opacity:.8;filter:alpha(opacity=80);font:bold 16px "Helvetica Neue", Helvetica, Arial, 돋움, Dotum, sans-serif}
|
||||
.wfsr {
|
||||
display: none;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
left: 0; top: 0; right: 0; bottom: 0; z-index: 100;
|
||||
color: #fff;
|
||||
background: #333 url(../../common/img/msg.loading.gif) no-repeat center 90px;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
padding: 120px 0 0 0;
|
||||
opacity: 0.8; filter:alpha(opacity=80);
|
||||
font-size: 16px; font-weight: bold;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,14 @@
|
|||
<ul id="language" class="enfont">
|
||||
<li loop="$lang_supported=>$key,$val">
|
||||
<i cond="$lang_type==$key" class="x_icon-ok-sign x_icon-white" title="Selected Language"></i>
|
||||
<a href="{getUrl('l', $key)}" cond="$lang_type!=$key">{$val}</a>
|
||||
<strong cond="$lang_type==$key">{$val}</strong>
|
||||
</li>
|
||||
</ul>
|
||||
<div id="footer">
|
||||
XpressEngine XETown Remix (XE:XTR) is a fork of the <a href="https://www.xpressengine.com" target="_blank">XpressEngine</a> CMS<br />
|
||||
with additional patches by members of the <a href="https://www.xetown.com" target="_blank">XETOWN</a> community.<br />
|
||||
Please see our <a href="https://github.com/xetown/xe-core" target="_blank">GitHub repository</a> for a full timeline of patches and their authors.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<script src="js/install.js"></script>
|
||||
|
|
|
|||
|
|
@ -1,54 +0,0 @@
|
|||
<load target="js/install_admin.js" />
|
||||
<include target="header.html" />
|
||||
<div id="body">
|
||||
<include target="progress_menu.html" />
|
||||
<div id="content">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form rule="cubrid" action="./" method="post" class="x_form-horizontal">
|
||||
<input type="hidden" value="{$error_return_url}" name="error_return_url">
|
||||
<input type="hidden" name="act" value="procCubridDBSetting" />
|
||||
<input type="hidden" name="db_type" value="{$db_type}" />
|
||||
<h2>{$title}</h2>
|
||||
<div class="x_control-group">
|
||||
<label for="dbId" class="x_control-label"><strong>*</strong> {$lang->db_userid}</label>
|
||||
<div class="x_controls"><input name="db_userid" type="text" id="dbId" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbPw" class="x_control-label"><strong>*</strong> {$lang->db_password}</label>
|
||||
<div class="x_controls"><input name="db_password" type="password" id="dbPw" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbName" class="x_control-label"><strong>*</strong> {$lang->db_name}</label>
|
||||
<div class="x_controls"><input name="db_database" type="text" id="dbName" required /></div>
|
||||
</div>
|
||||
<div class="desc">{$lang->db_info_desc}</div>
|
||||
<p style="text-align:right"><a href="#advanced" data-toggle style="text-decoration:underline">{$lang->advanced_setup}</a></p>
|
||||
<div id="advanced">
|
||||
<div class="x_control-group">
|
||||
<label for="dbHostName" class="x_control-label"><strong>*</strong> {$lang->db_hostname}</label>
|
||||
<div class="x_controls"><input name="db_hostname" value="127.0.0.1" type="text" id="dbHostName" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbPort" class="x_control-label"><strong>*</strong> {$lang->db_port}</label>
|
||||
<div class="x_controls"><input name="db_port" value="33000" type="text" id="dbPort" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbPrefix" class="x_control-label"><strong>*</strong> {$lang->db_table_prefix}</label>
|
||||
<div class="x_controls"><input name="db_table_prefix" type="text" id="dbPrefix" value="xe" required /></div>
|
||||
</div>
|
||||
<div class="desc">{$lang->db_prefix_desc}</div>
|
||||
</div>
|
||||
<div class="ibtnArea">
|
||||
<span class="x_pull-left">
|
||||
<a href="{getUrl('', 'act', 'dispInstallSelectDB')}" class="x_btn x_btn-small x_btn-inverse"><i class="x_icon-chevron-left x_icon-white"></i> {$lang->cmd_back}</a>
|
||||
</span>
|
||||
<div class="x_pull-right">
|
||||
<button type="submit" class="x_btn x_btn-small x_btn-inverse x_disabled" id="task-db-info">{$lang->cmd_next} <i class="x_icon-chevron-right x_icon-white"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<include target="footer.html" />
|
||||
|
|
@ -1,54 +0,0 @@
|
|||
<load target="js/install_admin.js" />
|
||||
<include target="header.html" />
|
||||
<div id="body">
|
||||
<include target="progress_menu.html" />
|
||||
<div id="content">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form rule="mssql" action="./" method="post" class="x_form-horizontal">
|
||||
<input type="hidden" value="{$error_return_url}" name="error_return_url">
|
||||
<input type="hidden" name="act" value="procMssqlDBSetting" />
|
||||
<input type="hidden" name="db_type" value="{$db_type}" />
|
||||
<h2>{$title}</h2>
|
||||
<div class="x_control-group">
|
||||
<label for="dbId" class="x_control-label"><strong>*</strong> {$lang->db_userid}</label>
|
||||
<div class="x_controls"><input name="db_userid" type="text" id="dbId" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbPw" class="x_control-label"><strong>*</strong> {$lang->db_password}</label>
|
||||
<div class="x_controls"><input name="db_password" type="password" id="dbPw" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbName" class="x_control-label"><strong>*</strong> {$lang->db_name}</label>
|
||||
<div class="x_controls"><input name="db_database" type="text" id="dbName" required /></div>
|
||||
</div>
|
||||
<div class="desc">{$lang->db_info_desc}</div>
|
||||
<p style="text-align:right"><a href="#advanced" data-toggle style="text-decoration:underline">{$lang->advanced_setup}</a></p>
|
||||
<div id="advanced">
|
||||
<div class="x_control-group">
|
||||
<label for="dbHostName" class="x_control-label"><strong>*</strong> {$lang->db_hostname}</label>
|
||||
<div class="x_controls"><input name="db_hostname" value="127.0.0.1" type="text" id="dbHostName" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbPort" class="x_control-label"><strong>*</strong> {$lang->db_port}</label>
|
||||
<div class="x_controls"><input name="db_port" value="3306" type="text" id="dbPort" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbPrefix" class="x_control-label"><strong>*</strong> {$lang->db_table_prefix}</label>
|
||||
<div class="x_controls"><input name="db_table_prefix" type="text" id="dbPrefix" value="xe" required /></div>
|
||||
</div>
|
||||
<div class="desc">{$lang->db_prefix_desc}</div>
|
||||
</div>
|
||||
<div class="ibtnArea">
|
||||
<span class="x_pull-left">
|
||||
<a href="{getUrl('', 'act', 'dispInstallSelectDB')}" class="x_btn x_btn-small x_btn-inverse"><i class="x_icon-chevron-left x_icon-white"></i> {$lang->cmd_back}</a>
|
||||
</span>
|
||||
<div class="x_pull-right">
|
||||
<button type="submit" class="x_btn x_btn-small x_btn-inverse x_disabled" id="task-db-info">{$lang->cmd_next} <i class="x_icon-chevron-right x_icon-white"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<include target="footer.html" />
|
||||
|
|
@ -1,54 +0,0 @@
|
|||
<load target="js/install_admin.js" />
|
||||
<include target="header.html" />
|
||||
<div id="body">
|
||||
<include target="progress_menu.html" />
|
||||
<div id="content">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form rule="mysql" action="./" method="post" class="x_form-horizontal">
|
||||
<input type="hidden" value="{$error_return_url}" name="error_return_url">
|
||||
<input type="hidden" name="act" value="procMysqlDBSetting" />
|
||||
<input type="hidden" name="db_type" value="{$db_type}" />
|
||||
<h2>{$title}</h2>
|
||||
<div class="x_control-group">
|
||||
<label for="dbId" class="x_control-label"><strong>*</strong> {$lang->db_userid}</label>
|
||||
<div class="x_controls"><input name="db_userid" type="text" id="dbId" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbPw" class="x_control-label"><strong>*</strong> {$lang->db_password}</label>
|
||||
<div class="x_controls"><input name="db_password" type="password" id="dbPw" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbName" class="x_control-label"><strong>*</strong> {$lang->db_name}</label>
|
||||
<div class="x_controls"><input name="db_database" type="text" id="dbName" required /></div>
|
||||
</div>
|
||||
<div class="desc">{$lang->db_info_desc}</div>
|
||||
<p style="text-align:right"><a href="#advanced" data-toggle style="text-decoration:underline">{$lang->advanced_setup}</a></p>
|
||||
<div id="advanced">
|
||||
<div class="x_control-group">
|
||||
<label for="dbHostName" class="x_control-label"><strong>*</strong> {$lang->db_hostname}</label>
|
||||
<div class="x_controls"><input name="db_hostname" value="127.0.0.1" type="text" id="dbHostName" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbPort" class="x_control-label"><strong>*</strong> {$lang->db_port}</label>
|
||||
<div class="x_controls"><input name="db_port" value="3306" type="text" id="dbPort" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbPrefix" class="x_control-label"><strong>*</strong> {$lang->db_table_prefix}</label>
|
||||
<div class="x_controls"><input name="db_table_prefix" type="text" id="dbPrefix" value="xe" required /></div>
|
||||
</div>
|
||||
<div class="desc">{$lang->db_prefix_desc}</div>
|
||||
</div>
|
||||
<div class="ibtnArea">
|
||||
<span class="x_pull-left">
|
||||
<a href="{getUrl('', 'act', 'dispInstallSelectDB')}" class="x_btn x_btn-small x_btn-inverse"><i class="x_icon-chevron-left x_icon-white"></i> {$lang->cmd_back}</a>
|
||||
</span>
|
||||
<div class="x_pull-right">
|
||||
<button type="submit" class="x_btn x_btn-small x_btn-inverse x_disabled" id="task-db-info">{$lang->cmd_next} <i class="x_icon-chevron-right x_icon-white"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<include target="footer.html" />
|
||||
|
|
@ -1,54 +0,0 @@
|
|||
<load target="js/install_admin.js" />
|
||||
<include target="header.html" />
|
||||
<div id="body">
|
||||
<include target="progress_menu.html" />
|
||||
<div id="content">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form rule="mysql" action="./" method="post" class="x_form-horizontal">
|
||||
<input type="hidden" value="{$error_return_url}" name="error_return_url">
|
||||
<input type="hidden" name="act" value="procMysqlDBSetting" />
|
||||
<input type="hidden" name="db_type" value="{$db_type}" />
|
||||
<h2>{$title}</h2>
|
||||
<div class="x_control-group">
|
||||
<label for="dbId" class="x_control-label"><strong>*</strong> {$lang->db_userid}</label>
|
||||
<div class="x_controls"><input name="db_userid" type="text" id="dbId" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbPw" class="x_control-label"><strong>*</strong> {$lang->db_password}</label>
|
||||
<div class="x_controls"><input name="db_password" type="password" id="dbPw" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbName" class="x_control-label"><strong>*</strong> {$lang->db_name}</label>
|
||||
<div class="x_controls"><input name="db_database" type="text" id="dbName" required /></div>
|
||||
</div>
|
||||
<div class="desc">{$lang->db_info_desc}</div>
|
||||
<p style="text-align:right"><a href="#advanced" data-toggle style="text-decoration:underline">{$lang->advanced_setup}</a></p>
|
||||
<div id="advanced">
|
||||
<div class="x_control-group">
|
||||
<label for="dbHostName" class="x_control-label"><strong>*</strong> {$lang->db_hostname}</label>
|
||||
<div class="x_controls"><input name="db_hostname" value="127.0.0.1" type="text" id="dbHostName" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbPort" class="x_control-label"><strong>*</strong> {$lang->db_port}</label>
|
||||
<div class="x_controls"><input name="db_port" value="3306" type="text" id="dbPort" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbPrefix" class="x_control-label"><strong>*</strong> {$lang->db_table_prefix}</label>
|
||||
<div class="x_controls"><input name="db_table_prefix" type="text" id="dbPrefix" value="xe" required /></div>
|
||||
</div>
|
||||
<div class="desc">{$lang->db_prefix_desc}</div>
|
||||
</div>
|
||||
<div class="ibtnArea">
|
||||
<span class="x_pull-left">
|
||||
<a href="{getUrl('', 'act', 'dispInstallSelectDB')}" class="x_btn x_btn-small x_btn-inverse"><i class="x_icon-chevron-left x_icon-white"></i> {$lang->cmd_back}</a>
|
||||
</span>
|
||||
<div class="x_pull-right">
|
||||
<button type="submit" class="x_btn x_btn-small x_btn-inverse x_disabled" id="task-db-info">{$lang->cmd_next} <i class="x_icon-chevron-right x_icon-white"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<include target="footer.html" />
|
||||
|
|
@ -1,54 +0,0 @@
|
|||
<load target="js/install_admin.js" />
|
||||
<include target="header.html" />
|
||||
<div id="body">
|
||||
<include target="progress_menu.html" />
|
||||
<div id="content">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form rule="mysql" action="./" method="post" class="x_form-horizontal">
|
||||
<input type="hidden" value="{$error_return_url}" name="error_return_url">
|
||||
<input type="hidden" name="act" value="procMysqlDBSetting" />
|
||||
<input type="hidden" name="db_type" value="{$db_type}" />
|
||||
<h2>{$title}</h2>
|
||||
<div class="x_control-group">
|
||||
<label for="dbId" class="x_control-label"><strong>*</strong> {$lang->db_userid}</label>
|
||||
<div class="x_controls"><input name="db_userid" type="text" id="dbId" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbPw" class="x_control-label"><strong>*</strong> {$lang->db_password}</label>
|
||||
<div class="x_controls"><input name="db_password" type="password" id="dbPw" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbName" class="x_control-label"><strong>*</strong> {$lang->db_name}</label>
|
||||
<div class="x_controls"><input name="db_database" type="text" id="dbName" required /></div>
|
||||
</div>
|
||||
<div class="desc">{$lang->db_info_desc}</div>
|
||||
<p style="text-align:right"><a href="#advanced" data-toggle style="text-decoration:underline">{$lang->advanced_setup}</a></p>
|
||||
<div id="advanced">
|
||||
<div class="x_control-group">
|
||||
<label for="dbHostName" class="x_control-label"><strong>*</strong> {$lang->db_hostname}</label>
|
||||
<div class="x_controls"><input name="db_hostname" value="127.0.0.1" type="text" id="dbHostName" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbPort" class="x_control-label"><strong>*</strong> {$lang->db_port}</label>
|
||||
<div class="x_controls"><input name="db_port" value="3306" type="text" id="dbPort" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbPrefix" class="x_control-label"><strong>*</strong> {$lang->db_table_prefix}</label>
|
||||
<div class="x_controls"><input name="db_table_prefix" type="text" id="dbPrefix" value="xe" required /></div>
|
||||
</div>
|
||||
<div class="desc">{$lang->db_prefix_desc}</div>
|
||||
</div>
|
||||
<div class="ibtnArea">
|
||||
<span class="x_pull-left">
|
||||
<a href="{getUrl('', 'act', 'dispInstallSelectDB')}" class="x_btn x_btn-small x_btn-inverse"><i class="x_icon-chevron-left x_icon-white"></i> {$lang->cmd_back}</a>
|
||||
</span>
|
||||
<div class="x_pull-right">
|
||||
<button type="submit" class="x_btn x_btn-small x_btn-inverse" id="task-db-info">{$lang->cmd_next} <i class="x_icon-chevron-right x_icon-white"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<include target="footer.html" />
|
||||
|
|
@ -1,54 +0,0 @@
|
|||
<load target="js/install_admin.js" />
|
||||
<include target="header.html" />
|
||||
<div id="body">
|
||||
<include target="progress_menu.html" />
|
||||
<div id="content">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form rule="mysql" action="./" method="post" class="x_form-horizontal">
|
||||
<input type="hidden" value="{$error_return_url}" name="error_return_url">
|
||||
<input type="hidden" name="act" value="procMysqlDBSetting" />
|
||||
<input type="hidden" name="db_type" value="{$db_type}" />
|
||||
<h2>{$title}</h2>
|
||||
<div class="x_control-group">
|
||||
<label for="dbId" class="x_control-label"><strong>*</strong> {$lang->db_userid}</label>
|
||||
<div class="x_controls"><input name="db_userid" type="text" id="dbId" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbPw" class="x_control-label"><strong>*</strong> {$lang->db_password}</label>
|
||||
<div class="x_controls"><input name="db_password" type="password" id="dbPw" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbName" class="x_control-label"><strong>*</strong> {$lang->db_name}</label>
|
||||
<div class="x_controls"><input name="db_database" type="text" id="dbName" required /></div>
|
||||
</div>
|
||||
<div class="desc">{$lang->db_info_desc}</div>
|
||||
<p style="text-align:right"><a href="#advanced" data-toggle style="text-decoration:underline">{$lang->advanced_setup}</a></p>
|
||||
<div id="advanced">
|
||||
<div class="x_control-group">
|
||||
<label for="dbHostName" class="x_control-label"><strong>*</strong> {$lang->db_hostname}</label>
|
||||
<div class="x_controls"><input name="db_hostname" value="127.0.0.1" type="text" id="dbHostName" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbPort" class="x_control-label"><strong>*</strong> {$lang->db_port}</label>
|
||||
<div class="x_controls"><input name="db_port" value="3306" type="text" id="dbPort" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbPrefix" class="x_control-label"><strong>*</strong> {$lang->db_table_prefix}</label>
|
||||
<div class="x_controls"><input name="db_table_prefix" type="text" id="dbPrefix" value="xe" required /></div>
|
||||
</div>
|
||||
<div class="desc">{$lang->db_prefix_desc}</div>
|
||||
</div>
|
||||
<div class="ibtnArea">
|
||||
<span class="x_pull-left">
|
||||
<a href="{getUrl('', 'act', 'dispInstallSelectDB')}" class="x_btn x_btn-small x_btn-inverse"><i class="x_icon-chevron-left x_icon-white"></i> {$lang->cmd_back}</a>
|
||||
</span>
|
||||
<div class="x_pull-right">
|
||||
<button type="submit" class="x_btn x_btn-small x_btn-inverse" id="task-db-info">{$lang->cmd_next} <i class="x_icon-chevron-right x_icon-white"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<include target="footer.html" />
|
||||
|
|
@ -1,62 +1,61 @@
|
|||
<load target="js/install_admin.js" />
|
||||
<include target="header.html" />
|
||||
<div id="body">
|
||||
<include target="progress_menu.html" />
|
||||
<div id="content">
|
||||
<form action="./" method="post" onsubmit="return doInstallFTPInfo(this);" id="ftp_form" class="x_form-horizontal">
|
||||
<div class="x_control-group">
|
||||
<label for="ftphost" class="x_control-label">{$lang->ftp_host}</label>
|
||||
<div class="x_controls">
|
||||
<input name="ftp_host" value="10.25.80.77" type="text" id="ftphost" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="ftpid" class="x_control-label">{$lang->user_id}</label>
|
||||
<div class="x_controls">
|
||||
<input name="ftp_user" type="text" id="ftpid" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="ftppw" class="x_control-label">{$lang->password}</label>
|
||||
<div class="x_controls">
|
||||
<input name="ftp_password" type="password" id="ftppw" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="ftpport" class="x_control-label">{$lang->ftp_port}</label>
|
||||
<div class="x_controls">
|
||||
<input name="ftp_port" type="text" id="ftpport" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="ftppath" class="x_control-label">{$lang->msg_ftp_installed_ftp_realpath}</label>
|
||||
<div class="x_controls">
|
||||
<input name="ftp_root_path" value="{$ftp_info->ftp_root_path}" type="text" id="ftppath" />
|
||||
<p>{$lang->msg_ftp_installed_realpath}:<br/> {_XE_PATH_}</p>
|
||||
<button type="button" class="x_btn x_btn-small" id="task-ftp-list" onclick="getFTPList();return false;"><i class="x_icon-list"></i> {$lang->ftp_get_list}</button>
|
||||
<ul id="ftplist">
|
||||
</ul>
|
||||
<button type="button" class="x_btn x_btn-small x_btn-inverse" id="task-ftp-check" onclick="doCheckFTPInfo();return false"><i class="x_icon-resize-vertical x_icon-white"></i> {$lang->cmd_check_ftp_connect}</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="desc">
|
||||
<p>{$lang->install_ftp_reason}</p>
|
||||
<ul>
|
||||
<li>{$lang->msg_safe_mode_ftp_needed}</li>
|
||||
<li>{$lang->msg_safe_mode_ftp_needed2}</li>
|
||||
</ul>
|
||||
<p>{$lang->msg_safe_mode_ftp_config}</p>
|
||||
</div>
|
||||
<div class="ibtnArea">
|
||||
<span class="x_pull-left">
|
||||
<a href="{getUrl('', 'act', 'dispInstallCheckEnv')}" class="x_btn x_btn-small x_btn-inverse"><i class="x_icon-chevron-left x_icon-white"></i> {$lang->cmd_back}</a>
|
||||
</span>
|
||||
<span class="x_pull-right">
|
||||
<button type="submit" class="x_btn x_btn-small x_btn-inverse" id="task-ftp-skip">{$lang->cmd_pass_step} <i class="x_icon-chevron-right x_icon-white"></i></button>
|
||||
<button type="submit" class="x_btn x_btn-small x_btn-inverse" id="task-ftp-confirm">{$lang->cmd_next} <i class="x_icon-chevron-right x_icon-white"></i></button>
|
||||
</span>
|
||||
</div>
|
||||
</form>
|
||||
<form id="body" action="./" method="post" onsubmit="return doInstallFTPInfo(this);" id="ftp_form">
|
||||
<include target="progress_menu.html" />
|
||||
<div id="content">
|
||||
<h2>{$lang->install_progress_menu['ftp']}</h2>
|
||||
<div class="x_control-group">
|
||||
<label for="ftphost" class="x_control-label">{$lang->ftp_host}</label>
|
||||
<div class="x_controls">
|
||||
<input name="ftp_host" value="{$server_ip_address}" type="text" id="ftphost" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="ftpport" class="x_control-label">{$lang->ftp_port}</label>
|
||||
<div class="x_controls">
|
||||
<input name="ftp_port" type="text" id="ftpport" value="21" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="ftpid" class="x_control-label">{$lang->user_id}</label>
|
||||
<div class="x_controls">
|
||||
<input name="ftp_user" type="text" id="ftpid" class="focus" value="{$server_ftp_user}" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="ftppw" class="x_control-label">{$lang->password}</label>
|
||||
<div class="x_controls">
|
||||
<input name="ftp_password" type="password" id="ftppw" value="" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="ftppath" class="x_control-label">{$lang->msg_ftp_installed_ftp_realpath}</label>
|
||||
<div class="x_controls">
|
||||
<input name="ftp_root_path" value="{$ftp_info->ftp_root_path}" type="text" id="ftppath" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="install_help">{$lang->msg_ftp_installed_realpath}: {_XE_PATH_}</p>
|
||||
<p>
|
||||
<button type="button" class="x_btn x_btn-small" id="task-ftp-list" onclick="getFTPList();return false;">{$lang->ftp_get_list}</button>
|
||||
<button type="button" class="x_btn x_btn-small x_btn-inverse" id="task-ftp-check" onclick="doCheckFTPInfo();return false">{$lang->cmd_check_ftp_connect}</button>
|
||||
</p>
|
||||
<ul id="ftplist"></ul>
|
||||
|
||||
<p class="install_help">{$lang->install_ftp_reason}</p>
|
||||
<ul>
|
||||
<li>{$lang->msg_safe_mode_ftp_needed}</li>
|
||||
<li>{$lang->msg_safe_mode_ftp_needed2}</li>
|
||||
</ul>
|
||||
<p class="install_help">{$lang->msg_safe_mode_ftp_config}</p>
|
||||
</div>
|
||||
<div id="buttons">
|
||||
<div class="align-left">
|
||||
<a href="{getUrl('', 'act','dispInstallCheckEnv')}" class="button grey">« {$lang->cmd_back}</a>
|
||||
</div>
|
||||
<div class="align-right">
|
||||
<button type="submit" id="task-ftp-skip" value="">{$lang->cmd_pass_step} »</button>
|
||||
<button type="submit" id="task-ftp-confirm" value="">{$lang->cmd_next} »</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<include target="footer.html" />
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
<load target="../../../modules/admin/tpl/css/admin.bootstrap.min.css" />
|
||||
<load target="./css/install.css" />
|
||||
<div class="x">
|
||||
<load target="css/install.css" />
|
||||
<load target="js/install.js" />
|
||||
|
||||
<div class="x"|cond="$lang_type == 'ko'" class="x enfont"|cond="$lang_type != 'ko'">
|
||||
<div id="header">
|
||||
<h1><img src="img/xe.png" width="161" height="26" alt="XpressEngine" /></h1>
|
||||
<em>Version <strong>{__XE_VERSION__}</strong> {$lang->introduce_title}</em>
|
||||
<h1><span class="green">XE</span><span class="colon">:</span><span class="brown">XTR</span></h1>
|
||||
<h2>XpressEngine XETOWN Remix <strong>{__XE_VERSION__}</strong></h2>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<load target="js/install_admin.js" />
|
||||
<include target="header.html" />
|
||||
<div id="body">
|
||||
<include target="progress_menu.html" />
|
||||
<div id="content">
|
||||
<h2>{$lang->install_progress_menu['language']}</h2>
|
||||
<ul class="language">
|
||||
<li loop="$lang_supported=>$key,$val">
|
||||
<i cond="$l==$key" class="x_icon-ok-sign x_icon-white" title="Selected Language"></i>
|
||||
|
|
@ -10,10 +10,10 @@
|
|||
<strong cond="$l==$key">{$val}</strong>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="ibtnArea">
|
||||
<span class="x_pull-right">
|
||||
<a href="{getUrl('', 'act', 'dispInstallLicenseAgreement')}" class="x_btn x_btn-small x_btn-inverse" id="task-choose-language">{$lang->cmd_next} <i class="x_icon-chevron-right x_icon-white"></i></a>
|
||||
</span>
|
||||
</div>
|
||||
<div id="buttons">
|
||||
<div class="align-right">
|
||||
<a href="{getUrl('', 'act', 'dispInstallLicenseAgreement')}" class="button" id="task-choose-language">{$lang->cmd_next} »</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,31 +1,18 @@
|
|||
jQuery(function($){
|
||||
// TARGET toggle
|
||||
$(document.body).on('click', '.x [data-toggle]', function(){
|
||||
var $this = $(this);
|
||||
if($this.is('a') && $this.attr('href') != $this.attr('data-toggle')){
|
||||
var target = $this.attr('href');
|
||||
$this.attr('data-toggle', target);
|
||||
}
|
||||
var $target = $($this.attr('data-toggle'));
|
||||
var focusable = 'a,input,button,textarea,select';
|
||||
$target.toggle();
|
||||
if($target.is(':visible') && !$target.find(focusable).length){
|
||||
$target.not(':disabled').attr('tabindex','0').focus();
|
||||
} else if($target.is(':visible') && $target.find(focusable).length) {
|
||||
$target.not(':disabled').find(focusable).eq(0).focus();
|
||||
} else {
|
||||
$this.focus();
|
||||
}
|
||||
return false;
|
||||
});
|
||||
// SUBMIT disabled
|
||||
$('input[required]').change(function(){
|
||||
var invalid = $('input[required]').is('[value=""], [value=" "], [value=" "], [value=" "]');
|
||||
var $submit = $('[type="submit"]');
|
||||
if(!invalid){
|
||||
$submit.removeClass('x_disabled');
|
||||
} else {
|
||||
$submit.addClass('x_disabled');
|
||||
}
|
||||
});
|
||||
$('.focus').focus();
|
||||
if($("#db_type").size()) {
|
||||
$("#db_type").click(function() {
|
||||
$("p.db_type").hide();
|
||||
$("p.db_type_" + $(this).val()).show();
|
||||
}).triggerHandler("click");
|
||||
}
|
||||
if($("input[name='user_id']").size() && $("input[name='email_address']").size()) {
|
||||
var user_id_input = $("input[name='user_id']");
|
||||
var email_input = $("input[name='email_address']");
|
||||
email_input.on("blur", function() {
|
||||
if (user_id_input.val() == "") {
|
||||
user_id_input.val(email_input.val().replace(/@.+$/g, "").replace(/[^a-zA-Z0-9_]/g, ""));
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,145 +0,0 @@
|
|||
/**
|
||||
* @brief DB정보 Setting후 실행될 함수
|
||||
*/
|
||||
function completeAgreement(ret_obj)
|
||||
{
|
||||
if(ret_obj['error'] != 0) {
|
||||
alert(ret_obj['message']);
|
||||
return;
|
||||
} else {
|
||||
var url = current_url.setQuery('act', 'dispInstallCheckEnv');
|
||||
location.href = url;
|
||||
}
|
||||
}
|
||||
|
||||
function completeDBSetting(ret_obj) {
|
||||
if(ret_obj['error'] != 0) {
|
||||
alert(ret_obj['message']);
|
||||
return;
|
||||
} else {
|
||||
location.href = "./index.php?act=dispInstallConfigForm";
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Rewrite module, Time-zone Setting 후 실행될 함수
|
||||
*/
|
||||
function completeConfigSetting(ret_obj) {
|
||||
if(ret_obj['error'] != 0) {
|
||||
alert(ret_obj['message']);
|
||||
return;
|
||||
} else {
|
||||
location.href = "./index.php?act=dispInstallManagerForm";
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 설치 완료후 실행될 함수
|
||||
*/
|
||||
function completeInstalled(ret_obj) {
|
||||
alert(ret_obj["message"]);
|
||||
location.href = "./index.php";
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief FTP 정보 입력
|
||||
**/
|
||||
function doInstallFTPInfo(form) {
|
||||
var params={}, data=jQuery(form).serializeArray();
|
||||
jQuery.each(data, function(i, field){ params[field.name] = field.value });
|
||||
exec_xml('install', 'procInstallFTP', params, completeInstallFTPInfo, ['error', 'message'], params, form);
|
||||
return false;
|
||||
}
|
||||
|
||||
function completeInstallFTPInfo(ret_obj) {
|
||||
location.href = current_url;
|
||||
}
|
||||
|
||||
function doCheckFTPInfo() {
|
||||
var form = jQuery("#ftp_form").get(0);
|
||||
var params={}, data=jQuery(form).serializeArray();
|
||||
jQuery.each(data, function(i, field){ params[field.name] = field.value });
|
||||
|
||||
exec_xml('install', 'procInstallCheckFTP', params, completeInstallCheckFtpInfo, ['error', 'message'], params, form);
|
||||
return false;
|
||||
}
|
||||
|
||||
function completeInstallCheckFtpInfo(ret_obj) {
|
||||
alert(ret_obj['message']);
|
||||
}
|
||||
|
||||
function completeFtpPath(ret_obj){
|
||||
location.reload();
|
||||
}
|
||||
|
||||
function getFTPList(pwd)
|
||||
{
|
||||
var form = jQuery("#ftp_form").get(0);
|
||||
if(typeof(pwd) != 'undefined')
|
||||
{
|
||||
form.ftp_root_path.value = pwd;
|
||||
}
|
||||
else
|
||||
{
|
||||
if(!form.ftp_root_path.value)
|
||||
{
|
||||
if(typeof(form.sftp) != 'undefined' && form.sftp.checked) {
|
||||
form.ftp_root_path.value = xe_root;
|
||||
}
|
||||
else
|
||||
{
|
||||
form.ftp_root_path.value = "/";
|
||||
}
|
||||
}
|
||||
}
|
||||
var params={}, data=jQuery("#ftp_form").serializeArray();
|
||||
jQuery.each(data, function(i, field){ params[field.name] = field.value });
|
||||
exec_xml('install', 'getInstallFTPList', params, completeGetFtpInfo, ['list', 'error', 'message'], params, form);
|
||||
}
|
||||
|
||||
function completeGetFtpInfo(ret_obj)
|
||||
{
|
||||
if(ret_obj['error'] != 0)
|
||||
{
|
||||
alert(ret_obj['error']);
|
||||
alert(ret_obj['message']);
|
||||
return;
|
||||
}
|
||||
var e = jQuery("#ftplist").empty();
|
||||
var list = "";
|
||||
if(!jQuery.isArray(ret_obj['list']['item']))
|
||||
{
|
||||
ret_obj['list']['item'] = [ret_obj['list']['item']];
|
||||
}
|
||||
|
||||
pwd = jQuery("#ftp_form").get(0).ftp_root_path.value;
|
||||
if(pwd != "/")
|
||||
{
|
||||
arr = pwd.split("/");
|
||||
arr.pop();
|
||||
arr.pop();
|
||||
arr.push("");
|
||||
target = arr.join("/");
|
||||
list = list + "<li><a href='#ftpSetup' onclick=\"getFTPList('"+target+"')\">../</a></li>";
|
||||
}
|
||||
|
||||
for(var i=0;i<ret_obj['list']['item'].length;i++)
|
||||
{
|
||||
var v = ret_obj['list']['item'][i];
|
||||
if(v == "../")
|
||||
{
|
||||
continue;
|
||||
}
|
||||
else if( v == "./")
|
||||
{
|
||||
continue;
|
||||
}
|
||||
else
|
||||
{
|
||||
list = list + "<li><a href='#ftpSetup' onclick=\"getFTPList('"+pwd+v+"')\">"+v+"</a></li>";
|
||||
}
|
||||
}
|
||||
|
||||
//list = "<td><ul>"+list+"</ul></td>";
|
||||
e.append(jQuery(list));
|
||||
}
|
||||
|
|
@ -1,35 +1,30 @@
|
|||
<load target="js/install_admin.js" />
|
||||
<include target="header.html" />
|
||||
|
||||
<div id="body">
|
||||
<form id="body" action="./" method="post">
|
||||
<include target="progress_menu.html" />
|
||||
<div id="content">
|
||||
<h2>{$lang->license_agreement}</h2>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<h2>{$lang->license_agreement}</h2>
|
||||
<form action="./" method="post" class="x_form-horizontal">
|
||||
<input type="hidden" name="act" value="procInstallLicenseAggrement">
|
||||
<input type="hidden" name="module" value="install">
|
||||
|
||||
<div class="content-license">
|
||||
<div>{$lang->license}</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label><input type="checkbox" name="license_agreement" value="Y" /> <strong>{$lang->cmd_license_agree}</strong></label>
|
||||
</div>
|
||||
|
||||
<div class="ibtnArea">
|
||||
<span class="x_pull-left">
|
||||
<a href="{getUrl('', 'act','')}" class="x_btn x_btn-small x_btn-inverse"><i class="x_icon-chevron-left x_icon-white"></i> {$lang->cmd_back}</a>
|
||||
</span>
|
||||
<span class="x_pull-right">
|
||||
<button type="submit" class="x_btn x_btn-small x_btn-inverse" id="task-license-aggrement" value="">{$lang->cmd_next} <i class="x_icon-chevron-right x_icon-white"></i></button>
|
||||
</span>
|
||||
</div>
|
||||
</form>
|
||||
<input type="hidden" name="act" value="procInstallLicenseAggrement">
|
||||
<input type="hidden" name="module" value="install">
|
||||
<div class="content-license">
|
||||
<include target="license_text.ko.html" cond="$lang_type === 'ko'" />
|
||||
<include target="license_text.en.html" cond="$lang_type !== 'ko'" />
|
||||
</div>
|
||||
<p>
|
||||
<label><input type="checkbox" name="license_agreement" value="Y" /> <strong>{$lang->cmd_license_agree}</strong></label>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="buttons">
|
||||
<div class="align-left">
|
||||
<!--<a href="{getUrl('', 'act','')}" class="button grey">« {$lang->cmd_back}</a>-->
|
||||
</div>
|
||||
<div class="align-right">
|
||||
<button type="submit" id="task-license-aggrement" value="">{$lang->cmd_next} »</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<include target="footer.html" />
|
||||
|
|
|
|||
41
modules/install/tpl/license_text.en.html
Normal file
41
modules/install/tpl/license_text.en.html
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
<p>Copyright © <a href="http://www.navercorp.com" target="_blank">NAVER</a> and Contributors</p>
|
||||
|
||||
<p>
|
||||
XpressEngine (XE) is an opensource and being developed in the open-source project.
|
||||
For more information, please see the links below.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>Official website: <a href="https://www.xpressengine.com" target="_blank">https://www.xpressengine.com</a></li>
|
||||
<li>Official repository: <a href="https://github.com/xpressengine/xe-core" target="_blank">https://github.com/xpressengine/xe-core</a></li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
XpressEngine XETown Remix is a fork of the XpressEngine CMS
|
||||
with additional patches by members of the XETOWN community.
|
||||
For more information, please see the links below.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>Official website: <a href="https://www.xetown.com" target="_blank">https://www.xetown.com</a></li>
|
||||
<li>Official repository: <a href="https://github.com/xetown/xe-core" target="_blank">https://github.com/xetown/xe-core</a></li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
XpressEngine XETown Remix is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation;
|
||||
either version 2.1 of the License, or (at your option) any later version.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
See the GNU Lesser General Public License for more details.
|
||||
You should have received a copy of the GNU Lesser General Public License along with this library;
|
||||
if not, write to the <a href="https://fsf.org/" target="_blank">Free Software Foundation, Inc.</a>,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>License : <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" target="_blank">GNU Lesser General Public License, version 2.1</a></li>
|
||||
</ul>
|
||||
41
modules/install/tpl/license_text.ko.html
Normal file
41
modules/install/tpl/license_text.ko.html
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
<p>Copyright © <a href="http://www.navercorp.com" target="_blank">NAVER</a> and Contributors</p>
|
||||
|
||||
<p>
|
||||
XpressEngine(XE)은 자유 소프트웨어이며, 오픈 소스 프로젝트로 개발되고 있습니다.
|
||||
자세한 내용은 아래 링크를 참조하시기 바랍니다.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>공식 사이트: <a href="https://www.xpressengine.com" target="_blank">https://www.xpressengine.com</a></li>
|
||||
<li>공식 저장소: <a href="https://github.com/xpressengine/xe-core" target="_blank">https://github.com/xpressengine/xe-core</a></li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
XpressEngine XETOWN Remix는 XE를 가지치기(fork)하여 XETOWN 커뮤니티 회원들이 개발한 다양한 기능을 추가한 것입니다.
|
||||
자세한 내용은 아래 링크를 참조하시기 바랍니다.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>공식 사이트: <a href="https://www.xetown.com" target="_blank">https://www.xetown.com</a></li>
|
||||
<li>공식 저장소: <a href="https://github.com/xetown/xe-core" target="_blank">https://github.com/xetown/xe-core</a></li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
XpressEngine XETOWN Remix는 자유 소프트웨어입니다.
|
||||
소프트웨어의 피양도자는 자유 소프트웨어 재단이 공표한 GNU 약소 일반 공중 사용 허가서 (LGPL) 2.1판
|
||||
또는 그 이후 판을 임의로 선택해서, 그 규정에 따라 소프트웨어를 개작하거나 재배포할 수 있습니다.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
이 소프트웨어는 유용하게 사용될 수 있으리라는 희망에서 배포되고 있지만,
|
||||
특정한 목적에 맞는 적합성 여부나 판매용으로 사용할 수 있으리라는 묵시적인 보증을 포함한
|
||||
어떠한 형태의 보증도 제공하지 않습니다.
|
||||
보다 자세한 사항에 대해서는 GNU 약소 일반 공중 사용 허가서를 참고하시기 바랍니다.
|
||||
GNU 약소 일반 공중 사용 허가서는 이 라이브러리와 함께 제공됩니다.
|
||||
만약, 이 문서가 누락되어 있다면 <a href="https://fsf.org/" target="_blank">자유 소프트웨어 재단</a>으로 문의하시기 바랍니다.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>한글 (비공식 번역본) : <a href="http://korea.gnu.org/people/chsong/copyleft/lgpl.ko.html" target="_blank">GNU Lesser General Public License, version 2.1</a></li>
|
||||
<li>영문 (공식 원본) : <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html" target="_blank">GNU Lesser General Public License, version 2.1</a></li>
|
||||
</ul>
|
||||
|
|
@ -1,12 +1,9 @@
|
|||
<div id="progress">
|
||||
<ul>
|
||||
<li class="active"|cond="$act==''">{$lang->install_progress_menu['language']}</li>
|
||||
<li class="active"|cond="$act=='dispInstallLicenseAgreement'">{$lang->install_progress_menu['license_agreement']}</li>
|
||||
<li class="active"|cond="($act==''||$act=='dispInstallLicenseAgreement')">{$lang->install_progress_menu['license_agreement']}</li>
|
||||
<li class="active"|cond="$act=='dispInstallCheckEnv'">{$lang->install_progress_menu['condition']}</li>
|
||||
<li class="active"|cond="$act=='dispInstallSelectDB' && $progressMenu == '3'">{$lang->install_progress_menu['ftp']}</li>
|
||||
<li class="active"|cond="$act=='dispInstallSelectDB' && $progressMenu == '4'">{$lang->install_progress_menu['dbSelect']}</li>
|
||||
<li class="active"|cond="$act=='dispInstallDBForm'">{$lang->install_progress_menu['dbInfo']}</li>
|
||||
<li class="active"|cond="$act=='dispInstallConfigForm'">{$lang->install_progress_menu['configInfo']}</li>
|
||||
<li cond="ini_get('safe_mode')" class="active"|cond="$act=='dispInstallSelectDB' && $progressMenu == '3'">{$lang->install_progress_menu['ftp']}</li>
|
||||
<li class="active"|cond="$act=='dispInstallSelectDB' && $progressMenu == '4'">{$lang->install_progress_menu['dbInfo']}</li>
|
||||
<li class="active"|cond="$act=='dispInstallManagerForm'">{$lang->install_progress_menu['adminInfo']}</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,28 +1,66 @@
|
|||
<load target="js/install_admin.js" />
|
||||
<include target="header.html" />
|
||||
<div id="body">
|
||||
<include target="progress_menu.html" />
|
||||
<div id="content">
|
||||
<form method="post" action="./">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="dispInstallDBForm" />
|
||||
<div class="x_control-group" loop="DB::getEnableList() => $key,$val">
|
||||
<label for="db_type_{$val->db_type}"><input name="db_type" type="radio" value="{$val->db_type}" disabled="disabled"|cond="!$val->enable" id="db_type_{$val->db_type}" checked="checked"|cond="$val->db_type==$defaultDatabase" /> {$val->db_type}</label>
|
||||
<p>{$lang->db_desc[$val->db_type]}</p>
|
||||
</div>
|
||||
<div class="x_control-group x_muted" loop="DB::getDisableList() => $key,$val">
|
||||
<label for="db_type_{$val->db_type}"><input name="db_type" type="radio" value="{$val->db_type}" disabled="disabled"|cond="!$val->enable" id="db_type_{$val->db_type}" /> {$val->db_type}<em>({$lang->can_use_when_installed})</em></label>
|
||||
<p>{$lang->db_desc[$val->db_type]}</p>
|
||||
</div>
|
||||
<div class="ibtnArea">
|
||||
<span class="x_pull-left">
|
||||
<a href="{getUrl('', 'act', 'dispInstallCheckEnv')}" class="x_btn x_btn-small x_btn-inverse"><i class="x_icon-chevron-left x_icon-white"></i> {$lang->cmd_back}</a>
|
||||
</span>
|
||||
<span class="x_pull-right">
|
||||
<button type="submit" class="x_btn x_btn-small x_btn-inverse" id="task-db-select">{$lang->cmd_next} <i class="x_icon-chevron-right x_icon-white"></i></button>
|
||||
</span>
|
||||
</div>
|
||||
</form>
|
||||
<form id="body" method="post" action="./">
|
||||
<include target="progress_menu.html" />
|
||||
<div id="content">
|
||||
<h2>{$lang->install_progress_menu['dbInfo']}</h2>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<input type="hidden" value="{$error_return_url}" name="error_return_url">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="procDBSetting" />
|
||||
<div class="x_control-group">
|
||||
<label for="db_type" class="x_control-label">{$lang->db_type}</label>
|
||||
<div class="x_controls">
|
||||
<select id="db_type" name="db_type">
|
||||
<block loop="DB::getEnableList() => $key,$val">
|
||||
<option value="{$val->db_type}" selected="selected"|cond="$val->db_type==$defaultDatabase" />
|
||||
{$val->db_type}
|
||||
<block cond="$val->db_type==$defaultDatabase && stripos($val->db_type, 'innodb') !== false">({$lang->cmd_recommended})</block>
|
||||
</option>
|
||||
</block>
|
||||
<block loop="DB::getDisableList() => $key,$val">
|
||||
<option value="{$val->db_type}" disabled="disabled" />{$val->db_type} ({$lang->can_use_when_installed})</option>
|
||||
</block>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<p loop="DB::getEnableList() => $key,$val" class="install_help db_type db_type_{$val->db_type}">{$lang->db_desc[$val->db_type]}</p>
|
||||
<div class="x_control-group">
|
||||
<label for="dbHostName" class="x_control-label">{$lang->db_hostname}</label>
|
||||
<div class="x_controls"><input name="db_hostname" value="localhost" type="text" id="dbHostName" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbPort" class="x_control-label">{$lang->db_port}</label>
|
||||
<div class="x_controls"><input name="db_port" value="3306" type="text" id="dbPort" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbId" class="x_control-label">{$lang->db_userid}</label>
|
||||
<div class="x_controls"><input name="db_userid" type="text" id="dbId" class="focus" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbPw" class="x_control-label">{$lang->db_password}</label>
|
||||
<div class="x_controls"><input name="db_password" type="password" id="dbPw" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbName" class="x_control-label">{$lang->db_name}</label>
|
||||
<div class="x_controls"><input name="db_database" type="text" id="dbName" required /></div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="dbPrefix" class="x_control-label">{$lang->db_table_prefix}</label>
|
||||
<div class="x_controls"><input name="db_table_prefix" type="text" id="dbPrefix" value="xe" required /></div>
|
||||
</div>
|
||||
<p class="install_help">
|
||||
{$lang->db_info_desc}<br />{$lang->db_prefix_desc}
|
||||
</p>
|
||||
</div>
|
||||
<div id="buttons">
|
||||
<div class="align-left">
|
||||
<a href="{getUrl('', 'act','dispInstallCheckEnv')}" class="button grey">« {$lang->cmd_back}</a>
|
||||
</div>
|
||||
<div class="align-right">
|
||||
<button type="submit" id="task-db-select" value="">{$lang->cmd_next} »</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<include target="footer.html" />
|
||||
|
|
|
|||
|
|
@ -93,19 +93,16 @@ class member extends ModuleObject {
|
|||
|
||||
if(!$config->signupForm || !is_array($config->signupForm))
|
||||
{
|
||||
$identifier = $isNotInstall ? 'email_address' : 'user_id';
|
||||
|
||||
$identifier = 'user_id';
|
||||
$config->signupForm = $oMemberAdminController->createSignupForm($identifier);
|
||||
$config->identifier = $identifier;
|
||||
|
||||
|
||||
// Create Ruleset File
|
||||
FileHandler::makeDir('./files/ruleset');
|
||||
$oMemberAdminController->_createSignupRuleset($config->signupForm);
|
||||
$oMemberAdminController->_createLoginRuleset($config->identifier);
|
||||
$oMemberAdminController->_createFindAccountByQuestion($config->identifier);
|
||||
}
|
||||
|
||||
$oModuleController->insertModuleConfig('member',$config);
|
||||
|
||||
$groups = $oMemberModel->getGroups();
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ $config = (!$this->env) ? Configuration::suiteSettings('Install', Configuration:
|
|||
$db_config = $config['modules']['config']['Db'];
|
||||
|
||||
$dsn = $db_config['dsn'];
|
||||
$dsn = split('[;:]', $dsn);
|
||||
$dsn = preg_split('/[;:]/', $dsn);
|
||||
$db_type = array_shift($dsn);
|
||||
$dbinfo = [
|
||||
'type' => $db_type,
|
||||
'type' => (($db_type === 'mysql') ? 'mysqli' : $db_type),
|
||||
'user' => $db_config['user'],
|
||||
'password' => $db_config['password'],
|
||||
'port' => ((isset($db_config['port']) && $db_config['port'])?: 3306),
|
||||
|
|
@ -59,5 +59,3 @@ $I->submitForm('.login-body form', [
|
|||
$I->seeInCurrentUrl('module=admin');
|
||||
$I->seeElement('#gnbNav');
|
||||
$I->seeElement('#content .x_page-header');
|
||||
$I->see('설치 환경 수집 동의', 'h2');
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ $config = (!$this->env) ? Configuration::suiteSettings('Install', Configuration:
|
|||
$db_config = $config['modules']['config']['Db'];
|
||||
|
||||
$dsn = $db_config['dsn'];
|
||||
$dsn = split('[;:]', $dsn);
|
||||
$dsn = preg_split('/[;:]/', $dsn);
|
||||
$db_type = array_shift($dsn);
|
||||
$dbinfo = [
|
||||
'type' => $db_type,
|
||||
|
|
@ -26,61 +26,41 @@ if(\Filehandler::exists(_XE_PATH_ . 'config/install.config.php')) {
|
|||
$I->deleteFile(_XE_PATH_ . 'config/install.config.php');
|
||||
}
|
||||
|
||||
// Step 1
|
||||
// Step 1 : License Agreement
|
||||
$I->wantTo('Install XE Core');
|
||||
$I->amOnPage('/index.php?l=ko');
|
||||
$I->setCookie('l', 'ko');
|
||||
$I->seeElement('//div[@id="progress"]/ul/li[1][@class="active"]');
|
||||
$I->seeElement('#content .language');
|
||||
$I->seeElement('//ul[@class="language"]/li[2]/strong');
|
||||
$I->click('#task-choose-language');
|
||||
$I->seeElement('input[name="license_agreement"]');
|
||||
$I->submitForm('#body', ['act' => 'procInstallLicenseAggrement', 'license_agreement' => 'Y']);
|
||||
|
||||
// Step 2 : License Agreement
|
||||
$I->seeInCurrentUrl('act=dispInstallLicenseAgreement');
|
||||
$I->seeElement('//div[@id="progress"]/ul/li[2][@class="active"]');
|
||||
$I->see('사용권 동의', '#content');
|
||||
$I->submitForm('.x_form-horizontal', ['act' => 'procInstallLicenseAggrement', 'license_agreement' => 'Y']);
|
||||
|
||||
// Step 3 : checkenv
|
||||
// Step 2 : Environment Check
|
||||
$I->seeInCurrentUrl('act=dispInstallCheckEnv');
|
||||
$I->seeElement('//div[@id="progress"]/ul/li[3][@class="active"]');
|
||||
$I->seeElement('#content .x_icon-ok-sign');
|
||||
$I->seeElement('#task-checklist-confirm');
|
||||
$I->click('#task-checklist-confirm');
|
||||
|
||||
// Step 5 : SelectDB
|
||||
// Step 3 : DB Setup
|
||||
$I->seeInCurrentUrl('act=dispInstallSelectDB');
|
||||
$I->seeElement('//div[@id="progress"]/ul/li[5][@class="active"]');
|
||||
$I->submitForm('#content form', ['db_type' => 'mysqli', 'act' => 'dispInstallDBForm']);
|
||||
|
||||
// Step 6 : db info
|
||||
// $I->seeInCurrentUrl('act=dispInstallDBForm');
|
||||
$I->seeElement('//div[@id="progress"]/ul/li[6][@class="active"]');
|
||||
$I->submitForm('#content form', [
|
||||
'act' => 'procMysqlDBSetting',
|
||||
'db_type' => 'mysqli',
|
||||
$I->seeElement('select[name="db_type"]');
|
||||
$I->submitForm('#body', [
|
||||
'act' => 'procDBSetting',
|
||||
'db_type' => 'mysqli_innodb',
|
||||
'db_hostname' => $dbinfo['host'],
|
||||
'db_port' => $dbinfo['port'],
|
||||
'db_userid' => $dbinfo['user'],
|
||||
'db_password' => $dbinfo['password'],
|
||||
'db_database' => $dbinfo['dbname'],
|
||||
'db_hostname' => $dbinfo['host'],
|
||||
'db_port' => $dbinfo['port'],
|
||||
'db_table_prefix' => 'xe'
|
||||
]);
|
||||
|
||||
|
||||
// Step 7 : dispInstallConfigForm
|
||||
$I->seeInCurrentUrl('act=dispInstallConfigForm');
|
||||
$I->seeElement('//div[@id="progress"]/ul/li[7][@class="active"]');
|
||||
$I->seeElement('select[name=time_zone]');
|
||||
$I->submitForm('#content form', ['act' => 'procConfigSetting', 'time_zone' => '+0900']);
|
||||
|
||||
|
||||
// Step 8 : dispInstallManagerForm
|
||||
// Step 4 : Create Admin Account
|
||||
$I->seeInCurrentUrl('act=dispInstallManagerForm');
|
||||
$I->seeElement('//div[@id="progress"]/ul/li[8][@class="active"]');
|
||||
$I->seeElement('select[name="time_zone"]');
|
||||
$I->fillField('#aMail', 'admin@admin.net');
|
||||
$I->submitForm('#content form', [
|
||||
$I->submitForm('#body', [
|
||||
'act' => 'procInstall',
|
||||
'db_type' => 'mysqli',
|
||||
'time_zone' => '+0900',
|
||||
'db_type' => 'mysqli_innodb',
|
||||
'email_address' => 'admin@admin.net',
|
||||
'password' => 'admin',
|
||||
'password2' => 'admin',
|
||||
|
|
@ -88,10 +68,11 @@ $I->submitForm('#content form', [
|
|||
'user_id' => 'admin'
|
||||
]);
|
||||
|
||||
// Step 9
|
||||
// Step 5 : Complete
|
||||
$I->dontSeeElement('//div[@id="progress"]/ul/li');
|
||||
$I->amOnPage('/index.php?act=dispMemberLoginForm');
|
||||
|
||||
// Step 6 : Login
|
||||
$I->amOnPage('/index.php?act=dispMemberLoginForm');
|
||||
$I->fillField('user_id', 'admin@admin.net');
|
||||
$I->submitForm('.login-body form', [
|
||||
'act' => 'procMemberLogin',
|
||||
|
|
@ -100,8 +81,7 @@ $I->submitForm('.login-body form', [
|
|||
'success_return_url' => '/index.php?module=admin'
|
||||
]);
|
||||
|
||||
// Step 7 : Admin Module
|
||||
$I->seeInCurrentUrl('module=admin');
|
||||
$I->seeElement('#gnbNav');
|
||||
$I->seeElement('#content .x_page-header');
|
||||
$I->see('설치 환경 수집 동의', 'h2');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue