You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
553 B
HTML
21 lines
553 B
HTML
<volist name="tree" id="list">
|
|
<dl class="cate-item">
|
|
<dt class="cf">
|
|
<div class="fold"><i></i></div>
|
|
<label>
|
|
<div class="order"> <input class="cate_id jscate_id" type="checkbox" name="cid[]" value="{$list.id}"></div>
|
|
<div class="name">
|
|
<span class="tab-sign"></span>
|
|
{$list.title}
|
|
<span class="help-inline msg"></span>
|
|
</div>
|
|
</label>
|
|
</dt>
|
|
<notempty name="list['_']">
|
|
<dd>
|
|
{:R('AuthManager/tree', array($list['_']))}
|
|
</dd>
|
|
</notempty>
|
|
</dl>
|
|
</volist>
|