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.3.2@11006 201d5d3c-b55e-5fd7-737f-ddc643e51545
25 lines
929 B
HTML
25 lines
929 B
HTML
<load target="js/install_admin.js" />
|
|
<include target="header.html" />
|
|
<div id="body">
|
|
<include target="progress_menu.html" />
|
|
<span class="dummy"></span>
|
|
<div id="content">
|
|
<div class="agreement">
|
|
<div class="desc">
|
|
<ul style="list-style:none">
|
|
<li loop="$lang_supported=>$key,$val" style="position:relative; margin:0 0 4px 0">
|
|
<i cond="$l==$key" style="position:absolute;top:0;left:-16px;font-style:normal;font-weight:bold;color:red" title="Selected Language">✔</i>
|
|
<a href="{getUrl('l', $key)}" cond="$l!=$key">{$val}</a>
|
|
<strong cond="$l==$key">{$val}</strong>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="ibtnArea">
|
|
<div class="fRight">
|
|
<span class="ibtn icon"><span class="check"></span> <a href="{getUrl('', 'act', 'dispInstallCheckEnv')}" >{$lang->cmd_next}</a></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<include target="footer.html" />
|