[#escape x as (x)!?html]
${vote.title}_投票_${site.name}${global.customs['poweredBy']}
[#include 'inc_js.html'/] [#include 'inc_header.html'/]
您的位置:
首页
> 投票
${vote.title}
总票数:${vote.total} 票
[#list vote.options as option]
${option_index+1}、${option.title}
${(option.proportion*100)?string('0.0')}%
${option.count}票
[/#list]
[#include 'inc_friendlink.html'/] [#include 'inc_footer.html'/] [/#escape]