mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 17:59:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10769 201d5d3c-b55e-5fd7-737f-ddc643e51545
25 lines
930 B
HTML
25 lines
930 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">
|
|
<form action="./" class="agreement" method="post">
|
|
<input type="hidden" name="module" value="install" />
|
|
<input type="hidden" name="act" value="procInstallAgreement" /> <!-- UX/Remove -->
|
|
<input type="hidden" name="lgpl_agree" value="Y" /> <!-- UX/Remove -->
|
|
<input type="hidden" name="enviroment_gather" value="N" /> <!-- UX/Remove -->
|
|
<div class="desc">
|
|
<ul>
|
|
<li loop="$lang_supported=>$key,$val"><a href="{getUrl('l', $key)}">{$val}</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="ibtnArea">
|
|
<div class="fRight">
|
|
<span class="ibtn icon"><span class="check"></span> <input type="submit" value="{$lang->cmd_next}" /></span>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<include target="footer.html" />
|