mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 01:09:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8311 201d5d3c-b55e-5fd7-737f-ddc643e51545
24 lines
900 B
HTML
24 lines
900 B
HTML
<!--#include("header.html")-->
|
|
<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")-->
|