mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 01:03:28 +09:00
apply new UI to autoinstall module
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8622 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4686c06414
commit
c7cbf2d446
19 changed files with 351 additions and 323 deletions
17
modules/autoinstall/tpl/category.html
Normal file
17
modules/autoinstall/tpl/category.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<div class="easyNav">
|
||||
<div loop="$categories => $category" class="category">
|
||||
<block cond="$category->depth == 0">
|
||||
<h2>
|
||||
<block cond="$category->category_srl != $category_srl"><a href="{getUrl('','module','admin','act','dispAutoinstallAdminIndex','category_srl',$category->category_srl,'childrenList', $category->childrenList)}">{$category->title}</a></block>
|
||||
<block cond="$category->category_srl == $category_srl"><strong>{$category->title}</strong></block>
|
||||
</h2>
|
||||
<ul>
|
||||
<li loop="$category->children => $children">
|
||||
<block cond="$children->category_srl == $category_srl"><strong>{$children->title}</strong>({$children->nPackages})</block>
|
||||
<block cond="$children->category_srl != $category_srl"><a href="{getUrl('','module','admin','act','dispAutoinstallAdminIndex','category_srl',$children->category_srl,'childrenList','')}">{$children->title}</a>({$children->nPackages})</block>
|
||||
</li>
|
||||
</ul>
|
||||
</block>
|
||||
</div>
|
||||
<p class="filter"><a href="{getUrl('', 'module', 'admin', 'act', 'dispAutoinstallAdminIndex')}">All({$tCount})</a> | <a href="{getUrl('', 'module', 'admin', 'act', 'dispAutoinstallAdminInstalledPackages')}">Installed({$iCount})</a></p>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue