mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9398 201d5d3c-b55e-5fd7-737f-ddc643e51545
28 lines
1.1 KiB
HTML
28 lines
1.1 KiB
HTML
<!--#include("header.html")-->
|
|
<div id="body">
|
|
<!--#include("progress_menu.html")-->
|
|
<span class="dummy"></span>
|
|
<div id="content">
|
|
<div class="table">
|
|
<table border="1" cellspacing="0">
|
|
<tbody>
|
|
<!--@foreach($checklist as $key => $val)-->
|
|
<tr>
|
|
<th scope="row">{$lang->install_checklist_title[$key]}<!--@if($key == 'php_version')--> (Ver. {$phpversion})<!--@end--></th>
|
|
<td><!--@if($val)-->{$lang->enable}<!--@else--><strong>{$lang->disable}</strong><br />{$lang->install_checklist_desc[$key]}<!--@end--></td>
|
|
</tr>
|
|
<!--@end-->
|
|
</tbody>
|
|
</table>
|
|
|
|
</div>
|
|
<div class="ibtnArea">
|
|
<div class="fLeft">
|
|
<span class="ibtn icon"><span class="back"></span> <a href="{getUrl('')}">{$lang->cmd_back}</a></span>
|
|
</div>
|
|
<div class="fRight">
|
|
<span class="ibtn icon"><span class="check"></span><!--@if($install_enable)--><a href="{getUrl('','act','dispInstallSelectDB')}">{$lang->cmd_install_next}</a><!--@else--><a href="{getUrl('','act',$act)}">{$lang->cmd_install_fix_checklist}</a><!--@end--></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--#include("footer.html")-->
|