投票系统分享(9)
来源:未知 责任编辑:责任编辑 发表时间:2015-03-01 01:47 点击:次
23 </table>
24
25 <asp:Repeater ID="Repeater1" runat="server">
26 <HeaderTemplate>
27 <table style="color:#333333;text-align:left; border:0; width:90%; background-color:#b18a02; font-size:12px; font-family:宋体;" cellpadding="2" cellspacing="1">
28 <tr style=" height:25px; background-color:#FFFFFF; text-align:center;">
29 <td style=" width:50px;"> </td>
30 <td style=" width:170px;">选项</td>
31 <td style=" width:170px;">比例</td>
32 <td style=" width:110px;">票数</td>
33 </tr>
34 </HeaderTemplate>
35 <ItemTemplate>
36 <tr style=" height:25px; background-color:#FFFFFF; text-align:left;">
37 <td style=" text-align:center;"><%#DataBinder.Eval(Container.DataItem,"ItemID") %></td>
38 <td><%#DataBinder.Eval(Container.DataItem,"Item") %></td>
39 <td><%#DataBinder.Eval(Container.DataItem, "ItemPercent", "<img src='Images/vote.gif' height='15' width='{0}'>")%>
40 <%#DataBinder.Eval(Container.DataItem,"ItemPercent","{0}%") %></td>
41 <td style=" text-align:right;"><%#DataBinder.Eval(Container.DataItem,"Number") %></td>
42 </tr>
43 </ItemTemplate>
44 <FooterTemplate>
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>