mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1078 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f1fb82ac2f
commit
2a13d510fb
6 changed files with 74 additions and 45 deletions
39
modules/install/tpl/check_evn.html
Normal file
39
modules/install/tpl/check_evn.html
Normal 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-->
|
||||
5
modules/install/tpl/header.html
Normal file
5
modules/install/tpl/header.html
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<table border="1" width="100%">
|
||||
<tr>
|
||||
<td colspan="2">{$lang->introduce_title}</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
@ -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>]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue