search.aspx
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:5k
源码类别:

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="search.aspx.cs" Inherits="search" %>
  2. <%@ Register Src="menu.ascx" TagName="menu" TagPrefix="uc1" %>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" >
  5. <head runat="server">
  6.     <title>都市网络新闻---站内搜索</title>
  7.     <link href="css/css.css" rel="stylesheet" type="text/css" />
  8. </head>
  9. <body style="margin-top: 0px; padding-top: 0px; background-color: #0b66b6;">
  10.     <form id="form1" runat="server">
  11.     <div>
  12.         <table style="width: 800px; height: 300px; margin-top: 0px; padding-top: 0px; background-color: #ffffff;" align="center" class="txt" cellspacing="0" cellpadding="0">
  13.             <tr>
  14.                 <td colspan="3" style="width: 804px">
  15.                     <uc1:menu ID="Menu1" runat="server" />
  16.                 </td>
  17.             </tr>
  18.             <tr>
  19.                 <td colspan="3" style="background-image: url(image/seach/s1.gif); height: 28px; width: 804px;">
  20.                     &nbsp; &nbsp; &nbsp;
  21.                     <asp:Label ID="Label1" runat="server" Text="Label" Width="488px"></asp:Label></td>
  22.             </tr>
  23.             <tr>
  24.                 <td colspan="3" style="height: 157px; width: 804px;">
  25.                     <asp:DataList ID="DataList1" runat="server" Height="1px"
  26.                         Width="160px" OnItemCommand="DataList1_ItemCommand" BackColor="White">
  27.                         <ItemTemplate>
  28.                             <table border="0" cellspacing="0" class="txt" style="width: 775px; height: 1px; margin-top: 0px; padding-top: 0px;">
  29.                                 <tr>
  30.                                     <td align="left" style="background-image: url(image/seach/sdian.GIF); width: 52px;
  31.                                         border-bottom: #000000 1px dashed; height: 23px">
  32.                                     </td>
  33.                                     <td align="left" style="width: 110px; height: 23px;border-bottom: 1px dashed #000000;">
  34.                                         &nbsp; ·&nbsp;
  35.                                         『
  36.                                         <%# DataBinder.Eval(Container.DataItem,"type")%>
  37.                                         』</td>
  38.                                     <td style="height: 23px;border-bottom: 1px dashed #000000;" align="left">
  39.                                         <asp:LinkButton ID="LinkButton1" runat="server" CommandName="select"><%# DataBinder.Eval(Container.DataItem,"title") %></asp:LinkButton></td>
  40.                                 </tr>
  41.                             </table>
  42.                         </ItemTemplate>
  43.                         <HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
  44.                             Font-Underline="False" ForeColor="Blue" HorizontalAlign="Center" />
  45.                     </asp:DataList></td>
  46.             </tr>
  47.             <tr>
  48.                 <td style="background-image: url(image/5.gif); width: 804px; height: 15px;" colspan="3">
  49.                     &nbsp;
  50.                 </td>
  51.             </tr>
  52.         </table>
  53.     
  54.     </div>
  55.         <table align="center" border="0" cellspacing="0" class="txt" style="width: 803px;
  56.             height: 59px; background-color: #ffffff;">
  57.             <tr>
  58.                 <td align="center" class="txt" colspan="3" style="height: 20px">
  59.                     吉林省明日科技有限公司 客户服务热线:: (0431)4972266 &nbsp; &nbsp; &nbsp; 客户服务邮箱:mingrisoft@mingrisoft.com</td>
  60.             </tr>
  61.             <tr>
  62.                 <td class="css" style="height: 16px">
  63.                 </td>
  64.                 <td align="center" class="txt" style="width: 555px; height: 16px">
  65.                     CopyRight <span lang="EN-US" style="font-size: 10.5pt; font-family: 'Times New Roman';
  66.                         mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt;
  67.                         mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">
  68.                         ©&nbsp; 明日科技有限公司 网络开发 &nbsp;
  69.                         <asp:HyperLink ID="HyperLink1" runat="server" CssClass="txt" NavigateUrl="~/login/login.aspx">后台入口</asp:HyperLink></span></td>
  70.                 <td class="css" style="height: 16px">
  71.                 </td>
  72.             </tr>
  73.         </table>
  74.     </form>
  75. </body>
  76. </html>