mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 20:59:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@806 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
df75151c85
commit
91ef593ae8
18 changed files with 268 additions and 263 deletions
|
|
@ -1,46 +1,50 @@
|
|||
<table border="1">
|
||||
<tr>
|
||||
<td colspan="2">{$lang->introduce_title}</td>
|
||||
<td colspan="2">{$lang->introduce_title}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
{nl2br($lang->introduce)}
|
||||
</td>
|
||||
<td>
|
||||
{nl2br($lang->introduce)}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table border="1">
|
||||
<tr>
|
||||
<td colspan="2">{$lang->install_condition_title}</td>
|
||||
<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-->{$lang->disable}<!--@end--></td>
|
||||
<td rowspan="2">{$lang->install_checklist_title[$key]}</td>
|
||||
<td><!--@if($val)-->{$lang->enable}<!--@else-->{$lang->disable}<!--@end--></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lang->install_checklist_desc[$key]}</td>
|
||||
<td>{$lang->install_checklist_desc[$key]}</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
|
||||
</table>
|
||||
|
||||
<!--@if($install_enable)-->
|
||||
<form method="get" action="./">
|
||||
<input type="hidden" name="act" value="dispInstallForm" />
|
||||
<table border="1">
|
||||
<tr>
|
||||
<td>{$lang->db_type}</td>
|
||||
<td>
|
||||
<select name="db_type">
|
||||
<!--@foreach(DB::getSupportedList() as $_key => $_db_name)-->
|
||||
<option value="{$_db_name}">{$_db_name}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
</td>
|
||||
<td><input type="submit" value="{$lang->cmd_install_next}" /></td>
|
||||
<input type="hidden" name="act" value="dispInstallForm" />
|
||||
<table border="1">
|
||||
<tr>
|
||||
<td>{$lang->db_type}</td>
|
||||
<td>
|
||||
<select name="db_type">
|
||||
<!--@foreach(DB::getSupportedList() as $_key => $_db_name)-->
|
||||
<option value="{$_db_name}">{$_db_name}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
</td>
|
||||
<td><input type="submit" value="{$lang->cmd_install_next}" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<!--@else-->
|
||||
<a href="./">{$lang->cmd_install_fix_checklist}</a>
|
||||
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue