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

This commit is contained in:
zero 2007-04-10 07:20:11 +00:00
parent f1fb82ac2f
commit 2a13d510fb
6 changed files with 74 additions and 45 deletions

View file

@ -0,0 +1,39 @@
<!--#include("header.html")-->
<table border="1">
<tr>
<td colspan="2">{$lang->introduce_title}</td>
</tr>
</table>
<table border="1">
<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="./">{$lang->cmd_next}</a>]
<!--@end-->

View file

@ -0,0 +1,5 @@
<table border="1" width="100%">
<tr>
<td colspan="2">{$lang->introduce_title}</td>
</tr>
</table>

View file

@ -1,42 +1,12 @@
<table border="1">
<tr>
<td colspan="2">{$lang->introduce_title}</td>
</tr>
<!--#include("header.html")-->
<table border="1" width="100%">
<tr>
<td>
{nl2br($lang->introduce)}
{nl2br($lang->license)}
</td>
</tr>
</table>
<table border="1">
<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="./">{$lang->cmd_next}</a>]
<!--@end-->
[<a href="{getUrl('','act','dispInstallCheckEnv')}">{$lang->cmd_agree_license}</a>]