{include="style"}
|
|
ID | {fun JZLANG('排序')} | {fun JZLANG('标题')} | {fun JZLANG('图片')} | {fun JZLANG('所属分类')} | {foreach $fields_list as $v}{$v['fieldname']} | {/foreach}{fun JZLANG('长')} | {fun JZLANG('宽')} | {fun JZLANG('是否显示')} | {fun JZLANG('时间')} | {fun JZLANG('操作')} |
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
{$v['id']} | {$v['orders']} | {fun newstr($v['title'],30)} |
|
{fun get_info_table('collect_type',array('id'=>$v['tid']),'name')} | {foreach $fields_list as $vv}{fun format_fields($vv,$v[$vv['field']])} | {/foreach}{$v['h']} | {$v['w']} | {if($v['isshow']==1)}{fun JZLANG('显示')}{else}{fun JZLANG('不显示')}{/if} | {fun date('Y-m-d H:i:s',$v['addtime'])} | {if(checkAction('Collect/editcollect'))} {fun JZLANG('编辑')} {/if} {if(checkAction('Collect/deletecollect'))} {fun JZLANG('删除')} {/if} {if(checkAction('Collect/copycollect'))} {fun JZLANG('复制')} {/if} |