[#include "../include/header.html"/]
[#include "../include/search_csi.html"/]
[#include "../include/navi.html"/]
[#if status?? && status!=0]
-
[#if status==1]
投票ID不能为空
[#elseif status==2]
投票项不能为空
[#elseif status==100]
投票主题不存在
[#elseif status==101]
投票项不合法
[#elseif status==501]
需要登录才能投票
[#elseif status==200]
投票主题已经关闭
[#elseif status==201]
投票的选项个数大于允许的个数
[#elseif status==202]
投票还没有开始
[#elseif status==203]
投票已经结束
[#elseif status==204]
您已经投过票了,请勿重复投票!
[#elseif status==205]
您已经投过票,请勿重复投票!了
[#elseif status==206]
您已经投过票了,请勿重复投票!
[#else]
投票失败
[/#if]
[#else]
投票主题:${vote.title?html}, 总参与人数:${vote.totalCount}人
[#list vote.subtopics as subTopic]
${subTopic_index+1}、 |
${subTopic.title?html}
[#if subTopic.isText]查看回复结果[/#if]
|
[#if subTopic.isRadio||subTopic.isMulti]
[#list subTopic.voteItems as item]
${item_index+1}. |
${item.title?html} - (${item.voteCount}票) |
|
${item.percent}%
|
[/#list]
[/#if]
[/#list]
[/#if]
-
[@cms_vote]
${tag_bean.title?html}
[/@cms_vote]
[@cms_vote_list siteId=site.id]
[#list tag_list as vote]
- ${vote.title?html} [#if vote.endTime??]${vote.endTime?string("yyyy-MM-dd")}[/#if]
[/#list]
[/@cms_vote_list]
[#include "../include/friend_link.html"/]
[#include "../include/footer.html"/]