📄 search.aspx
字号:
<%@ page language="C#" masterpagefile="Main.master" autoeventwireup="true" inherits="Search, App_Web_iry-deiq" title="搜索" %>
<%@ Register Src="Control/Bulletin.ascx" TagName="Bulletin" TagPrefix="uc1" %>
<%@ Register Src="Control/Search.ascx" TagName="Search" TagPrefix="uc2" %>
<asp:Content ID="Content1" ContentPlaceHolderID="CPHListWord" Runat="Server">
<uc1:Bulletin ID="Bulletin1" runat="server" />
<asp:DataList ID="DataListWord" runat="server" CellPadding="4" EnableViewState="False"
ForeColor="#333333" OnItemDataBound="DataListWord_ItemDataBound" ShowHeader="False"
Width="100%">
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<SelectedItemStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<ItemTemplate>
<table border="1" style="border-collapse: collapse; border-color: Black" width="100%">
<tr>
<td align="left" colspan="3" style="background-image: url(Images/bg_title.gif); height: 20px;
border-bottom-style: solid;">
留言者:<asp:Label ID="lblName" runat="server" EnableViewState="False" Text='<%# DataBinder.Eval(Container.DataItem, "username") %>'
ToolTip='<%# DataBinder.Eval(Container.DataItem, "ip")%>'></asp:Label>
| 邮箱:<%# DataBinder.Eval(Container.DataItem, "email")%>
| QQ:<%# DataBinder.Eval(Container.DataItem, "qq")%>
| 留言时间:<%# DataBinder.Eval(Container.DataItem, "postTime")%></td>
</tr>
<tr>
<td style="width: 20%; height: 100px; border-right-style: solid;">
留 言 内 容:</td>
<td colspan="2" valign="top">
<br />
<table style="width: 80%">
<tr>
<td align="left">
<asp:Literal ID="litUserWord" runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "userWord") %>'></asp:Literal>
</td>
</tr>
</table>
<asp:PlaceHolder ID="adminWord" runat="server" EnableViewState="False">
<table border="0" style="table-layout:fixed">
<tr><td>
<fieldset style="border: 1px solid #3873B3; width: 80%; color: #0046D5">
<legend>回复于<asp:Literal ID="lblBackTime" runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "backTime")%>'></asp:Literal>:</legend>
<div style="text-align: left">
<asp:Literal ID="litAdminWord" runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "adminWord") %>'></asp:Literal></div>
</fieldset>
</td></tr>
</table>
</asp:PlaceHolder>
</td>
</tr>
</table>
</ItemTemplate>
<AlternatingItemStyle BackColor="White" />
<ItemStyle BackColor="#EFF3FB" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<FooterTemplate>
<script language="JavaScript" type="text/JavaScript">ShowPage(<%= wordCount%>,<% =pageWords%>,<% =leftAndRight%>,<% =param%>);</script>
</FooterTemplate>
</asp:DataList>
<uc2:Search ID="Search1" runat="server" />
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -