mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
20 lines
770 B
HTML
20 lines
770 B
HTML
<load target="js/install_admin.js" />
|
|
<include target="header.html" />
|
|
<div id="body">
|
|
<include target="progress_menu.html" />
|
|
<div id="content">
|
|
<ul class="language">
|
|
<li loop="$lang_supported=>$key,$val">
|
|
<i cond="$l==$key" class="x_icon-ok-sign x_icon-white" title="Selected Language"></i>
|
|
<a href="{getUrl('l', $key)}" cond="$l!=$key">{$val}</a>
|
|
<strong cond="$l==$key">{$val}</strong>
|
|
</li>
|
|
</ul>
|
|
<div class="ibtnArea">
|
|
<span class="x_pull-right">
|
|
<a href="{getUrl('', 'act', 'dispInstallLicenseAgreement')}" class="x_btn x_btn-small x_btn-inverse" id="task-choose-language">{$lang->cmd_next} <i class="x_icon-chevron-right x_icon-white"></i></a>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<include target="footer.html" />
|