#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:
ovclas 2011-04-14 08:42:57 +00:00
parent 9076974a59
commit f71f5b564e
48 changed files with 1555 additions and 4097 deletions

View file

@ -1,19 +1,24 @@
<!--#include("header.html")-->
<h2 class="xeAdmin">{$lang->introduce_title}</h2>
<div id="agreement">{nl2br($lang->license)}</div>
<div class="tCenter">
Select language : <select name="lang_type" onchange="doChangeLangType(this)">
<!--@foreach($lang_supported as $key => $val)-->
<option value="{$key}" <!--@if($key == $lang_type)-->selected="selected"<!--@end-->>{$val}</option>
<!--@end-->
</select>
</div>
<div class="tCenter gap1">
<a class="button blue" href="{getUrl('','act','dispInstallCheckEnv')}"><span>{$lang->cmd_agree_license}</span></a>
</div>
<div id="body">
<!--#include("progress_menu.html")-->
<span class="dummy"></span>
<div id="content">
<div class="agreement">{str_replace("\n", '<p/>', $lang->license)}</div>
<div class="btnArea">
<div class="fLeft">
<div class="select open" style="width:160px;">
<span class="ctrl"><span class="arrow"></span></span>
<button type="button" class="myValue selected">{$lang_supported[Context::getLangType()]}</button>
<ul class="aList" style="bottom:20px;top:auto">
<li loop="$lang_supported=>$key,$val"><a href="{getUrl('l', $key)}">{$val}</a></li>
</ul>
</div>
</div>
<div class="fRight">
<span class="btn icon"><span class="check"></span> <a href="{getUrl('', 'act', 'dispInstallCheckEnv')}">{$lang->cmd_agree_license}</a></span>
</div>
</div>
</div>
</div>
<!--#include("footer.html")-->