mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 16:22:41 +09:00
#19692159 improve install UI
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8311 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9076974a59
commit
f71f5b564e
48 changed files with 1555 additions and 4097 deletions
|
|
@ -1,31 +1,29 @@
|
|||
<!--#include("header.html")-->
|
||||
|
||||
<h2 class="xeAdmin">{$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>
|
||||
<div id="body">
|
||||
<!--#include("progress_menu.html")-->
|
||||
<span class="dummy"></span>
|
||||
<div id="content">
|
||||
<div class="table">
|
||||
<table border="1" cellspacing="0">
|
||||
<tbody>
|
||||
<!--@foreach($checklist as $key => $val)-->
|
||||
<tr>
|
||||
<th scope="row">{$lang->install_checklist_title[$key]}</th>
|
||||
<td><!--@if($val)-->{$lang->enable}<!--@else--><strong>{$lang->disable}</strong><br />{$lang->install_checklist_desc[$key]}<!--@end--></td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
<div class="btnArea">
|
||||
<div class="fLeft">
|
||||
<span class="btn icon"><span class="back"></span> <a href="{getUrl('')}">{$lang->cmd_back}</a></span>
|
||||
</div>
|
||||
<div class="fRight">
|
||||
<span class="btn icon"><span class="check"></span><!--@if($install_enable)--><a href="{getUrl('','act','dispInstallSelectDB')}">{$lang->cmd_install_next}</a><!--@else--><a href="{getUrl('','act',$act)}">{$lang->cmd_install_fix_checklist}</a><!--@end--></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--#include("footer.html")-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue