[#include "../include/页头顶栏.html"/] [#include "../include/页头导航栏.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.items as item] [/#list]
${item_index+1}、 ${item.title?html} - (${item.voteCount}票)
  ${item.percent}%
[/#if]
[@cms_topic_list count='2' recommend='1' descLen='35' append='...'] [#list tag_list as t]
${t.name}
[@text_cut s=t.description len=descLen append=append/]
[/#list] [/@cms_topic_list]
[#include "../include/页脚友情链接栏.html"/] [#include "../include/页脚信息栏.html"/]