<{assign var=addnodecat value=$___a='添加文章类目'|t:'content'}>
<{assign var=editnodesort value=$___b2c="编辑排序"|t:'content'}>
<{assign var=savenodesort value=$___b2c="保存排序"|t:'content'}>
<{button app="desktop" label=$addnodecat icon="btn_add.gif" onclick="new Dialog('index.php?app=content&ctl=admin_node&act=add', {title:'{$addnodecat}', height:'470'})" }>
<{button app="desktop" tmplabel=$savenodesort label=$editnodesort id="edit-nodecatsort"}>
<{if $tree_number<=500}>
<{button app="desktop" label=$___content="展开文章类目"|t:'content' id="showCat-handle" icon="btn_unfolded.gif" }>
<{button app="desktop" label=$___content="收起文章类目"|t:'content' icon="btn_folded.gif" id="hideCat-handle" }>
<{/if}>
<{foreach from=$list item=item name="item"}>
| <{$item.node_id}> |
<{if $tree_number<=500}>
<{if $item.has_children=='true'}> <{img app='desktop' src="bundle/handle-hide.gif" alt=$___content="收起子分类"|t:'content' title=$___content="收起子分类"|t:'content' class="handle-hide" app='desktop'}>
<{img app='desktop' src="bundle/handle-show.gif" alt=$___content="收起子分类"|t:'content' title=$___content="展开子分类"|t:'content' class="handle-show" app='desktop'}>
<{/if}>
<{/if}>
<{$item.node_name|t:'content'}>
|
<{$item.node_pagename}> |
<{$item.ordernum|default:0}>
|
<{assign var="node_id" value=$item.node_id}><{img src="bundle/addcate.gif" border="0" alt=$___content="添加文章子类目"|t:'content' app='desktop'}>
<{t}>添加文章子类目<{/t}>
<{img src="bundle/editcate.gif" border="0" alt=$___content="编辑"|t:'content' app='desktop'}><{t}>编辑<{/t}>
<{img src="bundle/delecate.gif" border="0" alt=$___content="删除"|t:'content' app='desktop'}><{t}>删除<{/t}>
<{img src="bundle/showcate.gif" border="0" alt=$___content="查看此文章类目下文章"|t:'content' app='desktop'}><{t}>查看文章<{/t}>
<{img src="bundle/zoom_btn.gif" border="0" alt=$___content="跳转前台查看该"|t:'content' app='desktop'}><{t}>浏览<{/t}>
<{if $item.ifpub eq 'true'}>
<{img app=desktop src="bundle/visible.gif" }><{t}>已发布<{/t}>
<{else}>
<{img app=desktop src="bundle/un_visible.gif" }><{t}>已禁用<{/t}>
<{/if}>
|
<{/foreach}>