git-svn-id: http://xe-core.googlecode.com/svn/trunk@1079 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-10 08:49:56 +00:00
parent 2a13d510fb
commit 0e53c321df
12 changed files with 140 additions and 61 deletions

View file

@ -0,0 +1,33 @@
<!--#include("header.html")-->
<table border="1" width="100%">
<tr>
<td colspan="2">{$lang->install_condition_title}</td>
</tr>
<!--@foreach($checklist as $key => $val)-->
<tr>
<td rowspan="2">{$lang->install_checklist_title[$key]}</td>
<td>
<!--@if($val)-->
{$lang->enable}
<!--@else-->
<span style="font-weight:bold;color:red">{$lang->disable}</span>
<!--@end-->
</td>
</tr>
<tr>
<td>{$lang->install_checklist_desc[$key]}</td>
</tr>
<!--@end-->
</table>
<!--@if($install_enable)-->
[<a href="{getUrl('','act','dispInstallSelectDB')}">{$lang->cmd_install_next}</a>]
<!--@else-->
{$lang->cmd_install_fix_checklist}
[<a href="{getUrl('','act',$act)}">{$lang->cmd_next}</a>]
<!--@end-->