newsList.aspx
资源名称:yjal.rar [点击查看]
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:5k
源码类别:
Email客户端
开发平台:
Visual C++
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="newsList.aspx.cs" Inherits="newsList" %>
- <%@ 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: 236px" align="center" cellspacing="0">
- <tr>
- <td colspan="3" style="height: 10px">
- <uc1:menu ID="Menu1" runat="server" />
- </td>
- </tr>
- <tr>
- <td colspan="3" style="background-image: url(image/seach/1.gif); height: 26px">
-
- <asp:Label ID="Label1" runat="server" CssClass="txt" Text="Label" Width="363px"></asp:Label></td>
- </tr>
- <tr>
- <td style="height: 33px; background-image: url(image/seach/2.gif); padding-left: 0px; margin-left: 0px;" colspan="3" >
- <asp:Image ID="Image1" runat="server" Height="45px" ImageUrl="~/image/seach/2.gif"
- Width="801px" /></td>
- </tr>
- <tr>
- <td colspan="3" style="background-image: url(image/seach/3.gif); height: 130px;">
- <asp:DataList ID="DataList1" runat="server" Height="1px" Width="159px" OnItemCommand="DataList1_ItemCommand">
- <ItemTemplate>
- <table border="0" cellspacing="0" class="txt" style="width: 712px; height: 20px; padding-left: 0px; margin-left: 0px; margin-top: 0px; padding-top: 0px; ">
- <tr>
- <td align="right" style="width: 97px; height: 21px">
- </td>
- <td align="right" style="width: 37px; height: 21px; background-image: url(image/seach/dian.GIF);">
- </td>
- <td align="left" style="width: 90px; height: 21px;border-bottom: 1px dashed #000000;">
- 『
- <%# DataBinder.Eval(Container.DataItem,"type")%>
- 』</td>
- <td align="left" style="height: 21px;border-bottom: 1px dashed #000000;">
- <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 colspan="3" style="background-image: url(image/seach/bottom.gif)">
- </td>
- </tr>
- <tr>
- <td style="background-image: url(image/5.gif); height: 21px;" colspan="3">
-
- </td>
- </tr>
- </table>
- </div>
- <table style="width: 803px; height: 59px; background-color: #ffffff;" align="center" cellspacing="0" class="txt" border="0">
- <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>