mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9922 201d5d3c-b55e-5fd7-737f-ddc643e51545
21 lines
1.1 KiB
HTML
21 lines
1.1 KiB
HTML
<div class="easyNav">
|
|
<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>
|
|
<strong cond="$act == 'dispAutoinstallAdminIndex'">All({$tCount})</strong>
|
|
|
|
|
<a cond="$act != 'dispAutoinstallAdminInstalledPackages'" href="{getUrl('', 'module', 'admin', 'act', 'dispAutoinstallAdminInstalledPackages')}">Installed({$iCount})</a>
|
|
<strong cond="$act == 'dispAutoinstallAdminInstalledPackages'">Installed({$iCount})</strong>
|
|
</p>
|
|
</div>
|