<{foreach from=$list item=item name="item"}>
<{$item.menu_id}>
<{if $item.has_children=='true'}> <{img app='desktop' src="bundle/handle-hide.gif" alt=$___weixin="收起子菜单"|t:'weixin' title=$___weixin="收起子菜单"|t:'weixin' class="handle-hide" app='desktop'}> <{img app='desktop' src="bundle/handle-show.gif" alt=$___weixin="收起子菜单"|t:'weixin' title=$___weixin="展开子菜单"|t:'weixin' class="handle-show" app='desktop'}> <{/if}> <{$item.menu_name|t:'weixin'}>
<{$item.content}> <{$item.ordernum|default:0}>
<{if $item.menu_depth==1}> <{assign var="menu_id" value=$item.menu_id}> <{img src="bundle/addcate.gif" border="0" alt=$___weixin="添加子菜单"|t:'weixin' app='desktop'}> <{t}>添加子菜单<{/t}> <{else}>                             <{/if}>
<{img src="bundle/editcate.gif" border="0" alt=$___weixin="编辑"|t:'weixin' app='desktop'}> <{t}>编辑<{/t}>
<{img src="bundle/delecate.gif" border="0" alt=$___weixin="删除"|t:'weixin' app='desktop'}> <{t}>删除<{/t}>
<{/foreach}>