[#include "../include/top.html"/] [#include "../include/header.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] 您已经投过票了,请勿重复投票! [#elseif status==10] 回复内容含有敏感词 [#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]
[#include "../include/vote_right.html"/]
[#include "../include/footer.html"/] [#include "../include/right-fixed.html"/]