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

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="newsList.aspx.cs" Inherits="newsList" %>
  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: 236px" align="center" cellspacing="0">
  13.             <tr>
  14.                 <td colspan="3" style="height: 10px">
  15.                     <uc1:menu ID="Menu1" runat="server" />
  16.                 </td>
  17.             </tr>
  18.             <tr>
  19.                 <td colspan="3" style="background-image: url(image/seach/1.gif); height: 26px">
  20.                     &nbsp; &nbsp;&nbsp;
  21.                     <asp:Label ID="Label1" runat="server" CssClass="txt" Text="Label" Width="363px"></asp:Label></td>
  22.             </tr>
  23.             <tr>
  24.                 <td style="height: 33px; background-image: url(image/seach/2.gif); padding-left: 0px; margin-left: 0px;" colspan="3" >
  25.                     <asp:Image ID="Image1" runat="server" Height="45px" ImageUrl="~/image/seach/2.gif"
  26.                         Width="801px" /></td>
  27.             </tr>
  28.             <tr>
  29.                 <td colspan="3" style="background-image: url(image/seach/3.gif); height: 130px;">
  30.                     <asp:DataList ID="DataList1" runat="server" Height="1px" Width="159px" OnItemCommand="DataList1_ItemCommand">
  31.                         <ItemTemplate>
  32.                             <table border="0" cellspacing="0" class="txt" style="width: 712px; height: 20px; padding-left: 0px; margin-left: 0px; margin-top: 0px; padding-top: 0px; ">
  33.                                 <tr>
  34.                                     <td align="right" style="width: 97px; height: 21px">
  35.                                     </td>
  36.                                     <td align="right" style="width: 37px; height: 21px; background-image: url(image/seach/dian.GIF);">
  37.                                     </td>
  38.                                     <td align="left" style="width: 90px; height: 21px;border-bottom: 1px dashed #000000;">
  39.                                         『
  40.                                         <%# DataBinder.Eval(Container.DataItem,"type")%>
  41.                                         』</td>
  42.                                     <td align="left" style="height: 21px;border-bottom: 1px dashed #000000;">
  43.                                         <asp:LinkButton ID="LinkButton1" runat="server" CommandName="select"><%# DataBinder.Eval(Container.DataItem,"title") %></asp:LinkButton></td>
  44.                                 </tr>
  45.                             </table>
  46.                         </ItemTemplate>
  47.                         <HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
  48.                             Font-Underline="False" ForeColor="Blue" HorizontalAlign="Center" />
  49.                     </asp:DataList></td>
  50.             </tr>
  51.             <tr>
  52.                 <td colspan="3" style="background-image: url(image/seach/bottom.gif)">
  53.                     </td>
  54.             </tr>
  55.             <tr>
  56.                 <td style="background-image: url(image/5.gif); height: 21px;" colspan="3">
  57.                     &nbsp;
  58.                 </td>
  59.             </tr>
  60.         </table>
  61.     
  62.     </div>
  63.     <table style="width: 803px; height: 59px; background-color: #ffffff;" align="center" cellspacing="0" class="txt" border="0">
  64.             <tr>
  65.                 <td align="center" class="txt" colspan="3" style="height: 20px">
  66.                     吉林省明日科技有限公司 客户服务热线:: (0431)4972266 &nbsp; &nbsp; &nbsp; 客户服务邮箱:mingrisoft@mingrisoft.com</td>
  67.             </tr>
  68.             <tr>
  69.                 <td class="css" style="height: 16px">
  70.                 </td>
  71.                 <td align="center" class="txt" style="width: 555px; height: 16px">
  72.                     CopyRight <span lang="EN-US" style="font-size: 10.5pt; font-family: 'Times New Roman';
  73.                         mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt;
  74.                         mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">
  75.                         ©&nbsp; 明日科技有限公司 网络开发 &nbsp;
  76.                         <asp:HyperLink ID="HyperLink1" runat="server" CssClass="txt" NavigateUrl="~/login/login.aspx">后台入口</asp:HyperLink></span></td>
  77.                 <td class="css" style="height: 16px">
  78.                 </td>
  79.             </tr>
  80.         </table>
  81.     </form>
  82. </body>
  83. </html>