mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 11:33:55 +09:00
issue 404, changed ui of layout info
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12325 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5c74ac93f5
commit
8e6a0fb991
1 changed files with 76 additions and 77 deletions
|
|
@ -50,10 +50,9 @@
|
|||
</div>
|
||||
<section class="section" cond="count($selected_layout->extra_var)">
|
||||
<h1>{$lang->extra_vars}</h1>
|
||||
<div class="x_tabbable">
|
||||
{@$cnt = 1}
|
||||
<block loop="$selected_layout->extra_var => $name, $var">
|
||||
<block cond="$cnt == 1 && $var->group"><ul class="x_nav x_nav-tabs"></block>
|
||||
<block cond="$cnt == 1 && $var->group"><div class="x_tabbable"><ul class="x_nav x_nav-tabs"></block>
|
||||
<block cond="$group != $var->group">
|
||||
<li class="x_active"|cond="$cnt == 1"><a href="#extra_var{$cnt}" data-index="{$cnt}">{$var->group}</a></li>
|
||||
{@$group = $var->group}
|
||||
|
|
@ -64,8 +63,9 @@
|
|||
|
||||
{@$group = ''}
|
||||
{@$cnt = 1}
|
||||
<div class="x_tab-content">
|
||||
|
||||
<block loop="$selected_layout->extra_var => $name, $var">
|
||||
<block cond="$cnt == 1 && $var->group"><div class="x_tab-content"></block>
|
||||
<block cond="$group != $var->group">
|
||||
<block cond="$cnt != 1"></div></block>
|
||||
<div style="display: none;"|cond="$cnt != 1" id="extra_var{$cnt}" class="x_tab-pane <!--@if($cnt == 1)-->x_active<!--@end-->" data-index="{$cnt}">
|
||||
|
|
@ -135,8 +135,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</block>
|
||||
</div>
|
||||
</div>
|
||||
<block cond="$group"></div></div></block>
|
||||
</section>
|
||||
<section class="section">
|
||||
<h1 cond="$selected_layout->menu">{$lang->menu}</h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue