⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 search.aspx

📁 1、栏目基本分类功能(目前只支持一级分类) 2、文章评论功能 3、留言本功能 4、支持UBB语法 5、脏字过滤功能
💻 ASPX
字号:
<%@ page language="C#" autoeventwireup="true" inherits="Search, App_Web_k7f8vto_" validaterequest="false" %>
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
<%@ Register Src="Inc/Bottom.ascx" TagName="Bottom" TagPrefix="Uc_Bottom" %>
<%@ Register Src="Inc/Header.ascx" TagName="Header" TagPrefix="Uc_Top" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="SearchHead" runat="server">
<meta name="keywords" content="鹿茸,鹿茸BLOG,鹿茸简易文章系统,鹿茸blog,cnkker,Cnkker's blog">
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
<title>欢迎光临--</title>
<link href="images/type.css" rel="stylesheet" type="text/css">
</head>
<body>
    <form id="form1" runat="server">
     <Uc_Top:Header ID="Header1" runat="server" />
<table borderColor="#d8d8f0" cellSpacing="0" cellPadding="0" width="730" align="center" bgColor="#ffffff" border="1" id="table1">
	<tr align="left">
	  <td class="tr" align=center style="height: 22px">
          共搜索到<asp:Label ID="LblCount" runat="server"></asp:Label>篇文章</td>
  </tr>
	<tr>
		<th> </th>
	</tr>
	<tr>
		<td align="middle" width="727" height="63" valign="top" style="padding: 4px">
		<div align="center">
		<table borderColor="#d8d8f0" cellSpacing="0" cellPadding="0" width="100%" border="1" id="table9">
			<tr class onmouseover="javascript:this.className='trOnMOver';" onmouseout="javascript:this.className='';">
				<td width="100%" style="height: 22px">
                    <asp:DataGrid ID="DgSearch" runat="server" AutoGenerateColumns="False" Width="100%" GridLines="None">
                        <Columns>
                            <asp:TemplateColumn>
                                <ItemTemplate>
                                    <table id="Table2" border="1" bordercolor="#d8d8f0" cellpadding="0" cellspacing="0"
                                        width="100%">
                                        <tr class="trOnMOver" onmouseout="javascript:this.className='';" onmouseover="javascript:this.className='trOnMOver';">
                                            <td height="22" align="left" style="width: 72%">
                                                <font color="#000000">&nbsp; <font face="宋体">·</font><a href="<%# ContentUrl(Convert.ToInt32(DataBinder.Eval(Container.DataItem,"R_id"))) %>" target="_blank"><%# UBB(OutCheckStr(DataBinder.Eval(Container.DataItem,"R_Title").ToString())) %></a></font>
                                            </td>
                                            <td align="right" height="27" width="100%">
                                                <%# DataBinder.Eval(Container.DataItem,"R_Date") %>
                                            </td>
                                        </tr>
                                    </table>
                                </ItemTemplate>
                                <HeaderTemplate>
                                    <table id="Table3" border="1" bordercolor="#d8d8f0" cellpadding="0" cellspacing="0"
                                        width="100%">
                                        <tr class="trOnMOver" onmouseout="javascript:this.className='';" onmouseover="javascript:this.className='trOnMOver';">
                                            <td height="22" align="left" style="width: 72%">
                                                <font color="#000000">&nbsp; <b>文章标题</b>
                                            </td>
                                            <td align="right" height="27" width="100%">
                                              <b>发表日期</b>
                                            </td>
                                        </tr>
                                    </table>
                                </HeaderTemplate>
                            </asp:TemplateColumn>
                        </Columns>
                    </asp:DataGrid></td>
			</tr>
			<tr>
				<th> </th>
			</tr>
<tr><td>
    <webdiyer:AspNetPager id="ArticlePager" runat="server" PageSize="20" ShowInputBox="Always" SubmitButtonText="转到"
								FirstPageText="首页" LastPageText="尾页" NextPageText="下页" PrevPageText="上页" ShowCustomInfoSection="Left"
								CustomInfoSectionWidth="60%" OnPageChanged="ArticlePager_PageChanged" AlwaysShow="True" CustomInfoTextAlign="Center" NumericButtonCount="20"></webdiyer:AspNetPager>
            
	</table>
	</td>
		</tr>
		
	
</table>

 <Uc_Bottom:Bottom ID="Bottom1" runat="server" />
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -