rhymix/modules/install/tpl/check_env.html
2008-11-17 11:18:12 +00:00

31 lines
877 B
HTML

<!--#include("header.html")-->
<h2>{$lang->install_condition_title}</h2>
<table cellspacing="0" class="tableType6">
<col width="180" /><col />
<!--@foreach($checklist as $key => $val)-->
<tr>
<th scope="row">{$lang->install_checklist_title[$key]}</th>
<td>
<!--@if($val)-->
{$lang->enable}
<!--@else-->
<span class="none">{$lang->disable}</span>
<br />{$lang->install_checklist_desc[$key]}
<!--@end-->
</td>
</tr>
<!--@end-->
</table>
<div class="buttonCenter">
<!--@if($install_enable)-->
<a href="{getUrl('','act','dispInstallSelectDB')}" class="button blue"><span>{$lang->cmd_install_next}</span></a>
<!--@else-->
<a href="{getUrl('','act',$act)}" class="button red"><span>{$lang->cmd_install_fix_checklist}</span></a>
<!--@end-->
</div>
<!--#include("footer.html")-->