search.aspx
资源名称:yjal.rar [点击查看]
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:5k
源码类别:
Email客户端
开发平台:
Visual C++
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="search.aspx.cs" Inherits="search" %>
- <%@ Register Src="menu.ascx" TagName="menu" TagPrefix="uc1" %>
- <!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 runat="server">
- <title>都市网络新闻---站内搜索</title>
- <link href="css/css.css" rel="stylesheet" type="text/css" />
- </head>
- <body style="margin-top: 0px; padding-top: 0px; background-color: #0b66b6;">
- <form id="form1" runat="server">
- <div>
- <table style="width: 800px; height: 300px; margin-top: 0px; padding-top: 0px; background-color: #ffffff;" align="center" class="txt" cellspacing="0" cellpadding="0">
- <tr>
- <td colspan="3" style="width: 804px">
- <uc1:menu ID="Menu1" runat="server" />
- </td>
- </tr>
- <tr>
- <td colspan="3" style="background-image: url(image/seach/s1.gif); height: 28px; width: 804px;">
-
- <asp:Label ID="Label1" runat="server" Text="Label" Width="488px"></asp:Label></td>
- </tr>
- <tr>
- <td colspan="3" style="height: 157px; width: 804px;">
- <asp:DataList ID="DataList1" runat="server" Height="1px"
- Width="160px" OnItemCommand="DataList1_ItemCommand" BackColor="White">
- <ItemTemplate>
- <table border="0" cellspacing="0" class="txt" style="width: 775px; height: 1px; margin-top: 0px; padding-top: 0px;">
- <tr>
- <td align="left" style="background-image: url(image/seach/sdian.GIF); width: 52px;
- border-bottom: #000000 1px dashed; height: 23px">
- </td>
- <td align="left" style="width: 110px; height: 23px;border-bottom: 1px dashed #000000;">
- ·
- 『
- <%# DataBinder.Eval(Container.DataItem,"type")%>
- 』</td>
- <td style="height: 23px;border-bottom: 1px dashed #000000;" align="left">
- <asp:LinkButton ID="LinkButton1" runat="server" CommandName="select"><%# DataBinder.Eval(Container.DataItem,"title") %></asp:LinkButton></td>
- </tr>
- </table>
- </ItemTemplate>
- <HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
- Font-Underline="False" ForeColor="Blue" HorizontalAlign="Center" />
- </asp:DataList></td>
- </tr>
- <tr>
- <td style="background-image: url(image/5.gif); width: 804px; height: 15px;" colspan="3">
-
- </td>
- </tr>
- </table>
- </div>
- <table align="center" border="0" cellspacing="0" class="txt" style="width: 803px;
- height: 59px; background-color: #ffffff;">
- <tr>
- <td align="center" class="txt" colspan="3" style="height: 20px">
- 吉林省明日科技有限公司 客户服务热线:: (0431)4972266 客户服务邮箱:mingrisoft@mingrisoft.com</td>
- </tr>
- <tr>
- <td class="css" style="height: 16px">
- </td>
- <td align="center" class="txt" style="width: 555px; height: 16px">
- CopyRight <span lang="EN-US" style="font-size: 10.5pt; font-family: 'Times New Roman';
- mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt;
- mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">
- © 明日科技有限公司 网络开发
- <asp:HyperLink ID="HyperLink1" runat="server" CssClass="txt" NavigateUrl="~/login/login.aspx">后台入口</asp:HyperLink></span></td>
- <td class="css" style="height: 16px">
- </td>
- </tr>
- </table>
- </form>
- </body>
- </html>