📄 mero.aspx
字号:
<asp:Label ID="Label1" runat="server" Text='<%# Server.HtmlDecode(Eval("name").ToString()) %>'></asp:Label></font></td>
<td align="left" background="../img/title_left.gif" height="24" width="311">
<font color="white">
<asp:Label ID="Label3" runat="server" Text='<%# Server.HtmlDecode(Eval("title").ToString()) %>'></asp:Label></font></td>
<td background="../img/title_left.gif" height="24" style="width: 40px">
<a href='mero.aspx?id=<%# Eval("id") %>'>
<asp:Image ID="Image7" runat="server" ImageUrl="../images/quote.gif" ToolTip="回复" /></a>
</td>
</tr>
<tr>
<td align="center" style="height: 96px" valign="middle" width="143">
<asp:Image ID="Image1" runat="server" ImageUrl='<%# Eval("face") %>' />
<br />
<asp:Image ID="Image2" runat="server" ImageUrl="~/images/icon_qq.gif" ToolTip='<%#Eval("qq") %>' />
<a href='mailto:<%# Eval("email") %>'>
<asp:Image ID="Image3" runat="server" ImageUrl="~/images/icon_mail.gif" ToolTip='<%#Eval("email") %>' /></a>
<asp:Image ID="Image4" runat="server" ImageUrl="~/images/icon_msn.gif" ToolTip='<%#Eval("msn") %>' />
<a href='<%# Eval("url") %>'>
<asp:Image ID="Image5" runat="server" ImageUrl="~/images/icon_homepage.gif" ToolTip='<%#Eval("url") %>' /></a>
<asp:Image ID="Image6" runat="server" ImageUrl="~/images/icon_ip.gif" ToolTip='<%#Eval("ip") %>' />
<br />
<asp:Label ID="Label2" runat="server" Text='<%# Eval("dtt","{0:d}") %>'></asp:Label></td>
<td align="left" colspan="2" style="height: 96px">
<asp:Label ID="Label4" runat="server" Text='<%# Server.HtmlDecode(Eval("concent").ToString()) %>'></asp:Label> <br />
<asp:Label ID="iidd" runat="server" Text='<%# Eval("id") %>' Visible="False"></asp:Label>
<asp:Panel ID="Panel1" runat="server" HorizontalAlign="Center" Visible="False" Width="350px">
<font color='#ff9933'>*************以下是斑竹回复*************</font>
<asp:DataList ID="DataList2" runat="server" BackColor="White" BorderColor="#E7E7FF"
BorderStyle="None" BorderWidth="1px" CellPadding="3" GridLines="Horizontal" HorizontalAlign="Center"
Width="340px" OnCancelCommand="DataList2_CancelCommand" OnDeleteCommand="DataList2_DeleteCommand" OnEditCommand="DataList2_EditCommand" OnUpdateCommand="DataList2_UpdateCommand">
<ItemTemplate>
<table style="width: 347px; height: 57px">
<tr>
<td align="left" bordercolor="#3366ff" style="border-right: #0066cc 1px solid; border-top: #0066cc 1px solid;
border-left: #0066cc 1px solid; border-bottom: #0066cc 1px solid; height: 25px;"
width="380">
<asp:Label ID="Label8" runat="server" Font-Bold="True" ForeColor="Blue" Text='<%# Eval("name") %>'></asp:Label>:
<asp:Label ID="Label5" runat="server" Text='<%# Eval("title") %>'></asp:Label>
(
<asp:Label ID="Label6" runat="server" Text='<%# Eval("dtt","{0:d}") %>'></asp:Label>
)</td>
</tr>
<tr>
<td align="left" bordercolor="#3366ff" style="border-right: #0066cc 1px solid; border-top: #0066cc 1px solid;
border-left: #0066cc 1px solid; border-bottom: #0066cc 1px solid" width="380">
<asp:Label ID="Label7" runat="server" Text='<%# Server.HtmlDecode(Eval("concent").ToString()) %>'></asp:Label></td>
</tr>
</table>
<asp:LinkButton ID="editre" runat="server" CommandName="edit">修改回复</asp:LinkButton>
<asp:LinkButton ID="deletere" runat="server" CommandName="delete">删除回复</asp:LinkButton>
</ItemTemplate>
<FooterStyle BackColor="#B5C7DE" ForeColor="#4A3C8C" />
<SelectedItemStyle BackColor="#738A9C" Font-Bold="True" ForeColor="#F7F7F7" />
<AlternatingItemStyle BackColor="#F7F7F7" />
<ItemStyle BackColor="#E7E7FF" ForeColor="#4A3C8C" />
<HeaderStyle BackColor="#4A3C8C" Font-Bold="True" ForeColor="#F7F7F7" />
<EditItemTemplate>
<table style="width: 347px; height: 57px">
<tr>
<td align="left" bordercolor="#3366ff" style="border-right: #0066cc 1px solid; border-top: #0066cc 1px solid;
border-left: #0066cc 1px solid; border-bottom: #0066cc 1px solid; height: 25px;"
width="380">
<asp:TextBox ID="titletb" runat="server" Text='<%# Eval("title") %>' Width="91px"></asp:TextBox>(
<asp:Label ID="Label6" runat="server" Text='<%# Eval("dtt","{0:d}") %>'></asp:Label>
)</td>
</tr>
<tr>
<td align="left" bordercolor="#3366ff" style="border-right: #0066cc 1px solid; border-top: #0066cc 1px solid;
border-left: #0066cc 1px solid; border-bottom: #0066cc 1px solid" width="380">
<asp:TextBox ID="concenttb" runat="server" Height="113px" Text='<%# Server.HtmlDecode(Eval("concent").ToString()) %>'
TextMode="MultiLine" Width="331px"></asp:TextBox></td>
</tr>
</table>
<asp:LinkButton ID="up" runat="server" CommandName="Update">更新(未完成)</asp:LinkButton>
<asp:LinkButton ID="cancel" runat="server" CommandName="cancel">取消</asp:LinkButton>
</EditItemTemplate>
</asp:DataList>
</asp:Panel>
</td>
</tr>
</table>
</ItemTemplate>
</asp:FormView>
<table style="width: 500px">
<tr>
<td align="center" style="width: 100px">
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="删除此留言" /></td>
</tr>
</table>
<br />
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:book %>"
ProviderName="<%$ ConnectionStrings:book.ProviderName %>" SelectCommand="SELECT * FROM [guest] WHERE ([id] = ?)">
<SelectParameters>
<asp:QueryStringParameter Name="id" QueryStringField="id" Type="Int32" />
</SelectParameters>
</asp:SqlDataSource>
</div>
<table>
<tr>
<td align="left" bgcolor="#0099ff" style="width: 503px">
标题 :
<asp:TextBox ID="titletb" runat="server"></asp:TextBox> 名字:<asp:TextBox ID="nametb"
runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 503px">
<cc1:DXTB ID="concentdx" runat="server" Height="200px" Path="../dxtb" Width="500px" />
</td>
</tr>
<tr>
<td style="width: 503px">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="提交" />
<input id="Reset1" type="reset" value="重写" /></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -