@cms.voteList startStartDate=startStartDate endStartDate=endStartDate startEndDate=startEndDate endEndDate=endEndDate title=title disabled=disabled orderField=orderField orderType=orderType pageIndex=pageNum pageSize=numPerPage>
| 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> <#if authorizedMap['cmsVote/delete']> <@t.page 'button.delete'/> #if> #if> |