日期:2014-05-17 浏览次数:20500 次
<ItemTemplate>
<table class="hsdContent" style="width:100%;" >
<tr class="OldLine" onmouseover="style.background-color:'#C86F70'">
<td style="width:10%;"><%#Eval("HSDID") %></td>
<td style="width:60%;text-align:left;"><%#Eval("Title") %></td>
<td style="width:10%;"><%#Eval("Status") %></td>
<td style="width:10%;"><asp:ImageButton ID="Index_Reproduce" runat="server" ImageUrl="image/ReproduceButton.jpg" OnClick="Reproduce_Click"/></td>
<td style="width:10%;"><asp:ImageButton ID="Index_Submit" runat="server" ImageUrl="image/SubmitButton.jpg" CommandName="Edit" CommandArgument='<%#Eval("id")+","+Eval("HSDID")%>' OnClick="Edit_Click" /></td>
</tr>
</table>
</ItemTemplate>