主题 : 请问如何在html页面中获取到最新投*的id呢? |
级别: 状元
![]() |
2# 发表于:2014-06-19 16:49:57 IP:182.205.*.*
[#if subTopic.isRadio||subTopic.isMulti]
[#list subTopic.voteItems as item] <tr> <td width="30" height="30" align="center" bgcolor="#F9F9F9">${item_index+1}.</td> <td width="620" bgcolor="#F9F9F9">${item.title?html} - (${item.voteCount}票)</td> </tr> <tr> <td height="30"> </td> <td> <img src="/${res}/img/vote/vote_bar.gif" width="${item.percent}%" height="10px" border="0"/> ${item.percent}% </td> "${item.votetopicId} </tr> [/#list] |
||
---|---|---|---|
1
共1页