<@cms.contentProductList title=title userId=userId startPrice=startPrice endPrice=endPrice orderField=orderField orderType=orderType pageIndex=pageNum pageSize=numPerPage> <@sys.authorized roleIds=admin.roles urls='cmsContentProduct/add'><#assign authorizedMap=map/>
<#list page.list as a> <@t.merge 'userIds' a.userId!/> <@t.merge 'contentIds' a.contentId!/> <@sys.user ids=t.userIds!><#assign userMap=map!/> <@cms.content ids=t.contentIds!><#assign contentMap=map!/> <#list page.list as a>
<@t.page 'id'/> <@t.page 'title'/> <@t.page 'content.promulgator'/> <@t.page 'product.price'/> <@t.page 'product.quantity_limit'/> <@t.page 'product.inventory'/> <@t.page 'product.sales'/> <@t.page 'operate'/>
${a.id!} <#if a.cover?has_content || (contentMap[a.contentId?string].cover)?has_content>
${(userMap[a.userId?string].nickname)!} ${a.price!} ${a.minQuantity!} - ${a.maxQuantity!} ${a.inventory!} ${a.sales!} <@t.page 'button.edit'/>
<#include "../include_page/page.html"/>