<{if $smarty.get.type==1}>
<{$lang.comments_results}>
<{$lang.comments_msg}>
<{else}>
<{$lang.comments_results}>
<{foreach key=key item=list from=$liebiao}>
<{$key+1}>:<{$list.name}>
<{if $list.subcat.0.name==''}>
<{/if}>
<{foreach key=key item=slist from=$list.subcat}>
<{$slist.name}>
<{/foreach}> <{/foreach}>
<{$lang.all_comments}>
<{foreach item=deslist from=$comments_des}>
<{$deslist.con}>
<{$deslist.user}>
<{$deslist.time|date_format}>
<{/foreach}>
<{$lang.comments_option}>
<{foreach key=key item=lb from=$liebiao}>
<{$key+1}>:<{$lb.name}>
<{if $lb.subcat.0.name==''}>
<{/if}>
<{foreach key=key item=zlb from=$lb.subcat}>
<{$zlb.name}>
<{/foreach}> <{/foreach}>
disabled="disabled"<{/if}> type="submit" name="submit" id="submit" value="<{if !$smarty.cookies.USER}>请先登录<{else}><{$lang.submit}><{/if}>" onclick="return checkvalue();"/>
<{/if}>