mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
issue 862 fixed. Solved IE 6~7 layout issue. Thanks to shilpe34.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9922 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
27a62f1a36
commit
24996790bf
1 changed files with 11 additions and 13 deletions
|
|
@ -1,17 +1,15 @@
|
|||
<div class="easyNav">
|
||||
<div loop="$categories => $category" class="category">
|
||||
<block cond="$category->depth == 0">
|
||||
<h2>{$category->title}</h2>
|
||||
<ul>
|
||||
<li loop="$category->children => $children">
|
||||
<block cond="$children->category_srl == $category_srl">
|
||||
{@$current_category = $children->title}
|
||||
<strong>{$children->title}({$children->nPackages})</strong>
|
||||
</block>
|
||||
<block cond="$children->category_srl != $category_srl"><a href="{getUrl('','module','admin','act','dispAutoinstallAdminIndex','category_srl',$children->category_srl,'childrenList','')}">{$children->title}({$children->nPackages})</a></block>
|
||||
</li>
|
||||
</ul>
|
||||
</block>
|
||||
<div loop="$categories => $category" cond="$category->depth == 0" class="category">
|
||||
<h2>{$category->title}</h2>
|
||||
<ul>
|
||||
<li loop="$category->children => $children">
|
||||
<block cond="$children->category_srl == $category_srl">
|
||||
{@$current_category = $children->title}
|
||||
<strong>{$children->title}({$children->nPackages})</strong>
|
||||
</block>
|
||||
<block cond="$children->category_srl != $category_srl"><a href="{getUrl('','module','admin','act','dispAutoinstallAdminIndex','category_srl',$children->category_srl,'childrenList','')}">{$children->title}({$children->nPackages})</a></block>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<p class="filter">
|
||||
<a cond="$act != 'dispAutoinstallAdminIndex'" href="{getUrl('', 'module', 'admin', 'act', 'dispAutoinstallAdminIndex')}">All({$tCount})</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue