mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12730 201d5d3c-b55e-5fd7-737f-ddc643e51545
44 lines
1.8 KiB
HTML
44 lines
1.8 KiB
HTML
<include target="header.html" />
|
|
<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>{$lang->install_checklist_desc[$key]}</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}
|
|
<a href="#details" data-toggle>› {$lang->install_details}</a>
|
|
</p>
|
|
<ul id="details" style="display:none;outline:none">
|
|
<li loop="$checklist => $key,$val">
|
|
<strong>{$lang->install_checklist_title[$key]}<block cond="$key == 'php_version'">(Ver. {$phpversion})</block></strong>
|
|
:
|
|
<em>{$lang->enable}</em>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div cond="$use_rewrite == 'N'">
|
|
<p>
|
|
<i class="x_icon-ok-sign x_icon-white"></i>
|
|
{$lang->disable_rewrite}
|
|
</p>
|
|
</div>
|
|
<div class="ibtnArea">
|
|
<span class="x_pull-left">
|
|
<a href="{getUrl('')}" 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>
|
|
</div>
|
|
<include target="footer.html" />
|