mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 20:29:57 +09:00
Issue 2044 fixed. Installation language select UI enhancement.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10851 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c686ef6685
commit
0519cb0236
1 changed files with 10 additions and 6 deletions
|
|
@ -5,13 +5,17 @@
|
|||
<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 -->
|
||||
<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 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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue