<@cms.voteList startStartDate=startStartDate endStartDate=endStartDate startEndDate=startEndDate endEndDate=endEndDate title=title disabled=disabled orderField=orderField orderType=orderType pageIndex=pageNum pageSize=numPerPage> <@sys.authorized roleIds=admin.roles urls='cmsVote/add,cmsVote/delete,cmsVote/view'><#assign authorizedMap=map/>
<#list page.list as a>
ID <@t.page 'title'/> <@t.page 'description'/> <@t.page 'votes'/> <@t.page 'start_date'/> <@t.page 'end_date'/> <@t.page 'create_date'/> <@t.page 'operate'/>
${a.id!} ${a.title!} ${a.description!} ${a.votes!} ${a.startDate!} ${a.endDate!} ${a.createDate!} <#if !a.disabled> <#if authorizedMap['cmsVote/add']> <@t.page 'button.edit'/> <#if authorizedMap['cmsVote/delete']> <@t.page 'button.delete'/>
<#include "../include_page/page.html"/>