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