1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
<asp:Panel ID="pnEdit" runat="server" CssClass="Colored" border="0">
<table class="ColoredCorps" border="0" id="tblEdit" cellpadding="5">
<tr valign="top">
<td>
<table border="0" cellpadding="5">
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr >
<td colspan="2" border="0">
<asp:Panel ID="pnEditPostAction" runat="server" Visible="False" style="border:1px inset gray" >
<table border="0" cellpadding="5">
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</asp:Panel>
</td>
</tr>
</table>
</td>
</tr>
</table>
</asp:Panel> |