<@_pluginVoteList startStartDate=startStartDate endStartDate=endStartDate startEndDate=startEndDate endEndDate=endEndDate disabled=disabled orderField=orderField orderType=orderType pageIndex=pageNum count=numPerPage> <#list page.list as a>
ID 开始日期 结束 时间间隔 最大投票数 允许匿名 地址 标题 描述 参与人数 操作
${a.id!} ${a.startDate!} ${a.endDate!} ${a.intervalHour!} ${a.maxVote!} ${a.anonymous!} ${a.url!} ${a.title!} ${a.description!} ${a.userCounts!} 查看 投票用户
<#include "../include_page/page.html"/>