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

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true"  CodeFile="index.aspx.cs" Inherits="_Default" %>
  2. <%@ Register Src="left.ascx" TagName="left" TagPrefix="uc1" %>
  3. <%@ Register Src="menu.ascx" TagName="menu" TagPrefix="uc2" %>
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" >
  6. <head runat="server">
  7.     <title>都市网络新闻中心</title>
  8.     <link href="css/css.css" rel="stylesheet" type="text/css" />
  9. </head>
  10. <body class="css" style="margin-top: 0px; padding-top: 0px; background-color: #0b66b6; margin-bottom: 0px; padding-bottom: 0px;">
  11.     <form id="form1" runat="server">
  12.     <div class="txt">
  13.         <table style="width: 800px; height: 547px; margin-top: 0px; padding-top: 0px;" align="center" class="txt" border="0" cellspacing="0">
  14.             <tr>
  15.                 <td align="center" colspan="3" style="height: 21px" valign="top">
  16.                     <uc2:menu ID="Menu1" runat="server" />
  17.                    </td>
  18.             </tr>
  19.             <tr>
  20.                 <td align="center" colspan="3" style="background-image: url(image/5.gif); height: 16px"
  21.                     valign="top">
  22.                 </td>
  23.             </tr>
  24.             <tr>
  25.                 <td align="left" rowspan="8" style="margin-top: 0px; padding-left: 0px; margin-left: 0px;
  26.                     width: 953px; padding-top: 0px">
  27.                     <uc1:left ID="Left1" runat="server" />
  28.                 </td>
  29.                 <td colspan="2" style="height: 56px; background-color: #ffffff; width: 593px;" valign="top">
  30.                     <table style="width: 590px; height: 139px" border="0" cellspacing="0">
  31.                         <tr>
  32.                             <td colspan="3" style="background-image: url(image/9.gif); height: 34px" align="right">
  33.                                 更多&gt;&gt;&gt;<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/image/14.gif" PostBackUrl="~/newsList.aspx?id=1" />
  34.                                 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;
  35.                             </td>
  36.                         </tr><tr>
  37.                             <td style="margin-top: 0px; background-image: url(image/news1.gif); width: 141px; padding-top: 0px; height: 17px" align="center">
  38.                                 <asp:Image ID="Image1" runat="server" Height="105px" ImageUrl="~/image/szyw.jpg" Width="116px" /></td>
  39.                             <td colspan="2" style="height: 17px">
  40.                                 <asp:DataList ID="dlSZ" runat="server" Height="1px" Width="1px" OnItemCommand="dlSZ_ItemCommand" BackColor="White"><ItemTemplate><table border="0" style="width: 419px; height: 20px" cellspacing="0" class="txt">
  41.                                     <tr>
  42.                                         <td style="width: 90px; height: 20px;">
  43.                                             『
  44.                                             <%# DataBinder.Eval(Container.DataItem,"type")%>
  45.                                             』</td>
  46.                                         <td colspan="2" style="height: 20px">
  47.                                             <asp:LinkButton ID="LinkButton3" runat="server" CommandName="select" CausesValidation="False"><%# DataBinder.Eval(Container.DataItem,"title") %></asp:LinkButton>
  48.                                         </td>
  49.                                     </tr>
  50.                                 </table>
  51.                                     </ItemTemplate>
  52.                                     <HeaderStyle ForeColor="Blue" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" HorizontalAlign="Center" />
  53.                                 </asp:DataList></td>
  54.                         </tr>
  55.                     </table>
  56.                 </td>
  57.             </tr>
  58.             <tr>
  59.                 <td colspan="2" style="height: 65px; background-color: #ffffff; width: 593px;" valign="top">
  60.                     <table style="width: 590px; height: 139px" border="0" cellspacing="0">
  61.                         <tr>
  62.                             <td colspan="3" style="background-image: url(image/jj.gif); height: 29px" align="right">
  63.                                 更多&gt;&gt;&gt;<asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/image/14.gif" PostBackUrl="~/newsList.aspx?id=2" />
  64.                                 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</td>
  65.                         </tr>
  66.                         <tr>
  67.                             <td style="margin-top: 0px; background-image: url(image/news1.gif); width: 141px; padding-top: 0px; height: 17px" align="center">
  68.                                 <asp:Image ID="Image2" runat="server" Height="105px" ImageUrl="~/image/jjdx.jpg" Width="116px" /></td>
  69.                             <td colspan="2" style="height: 17px">
  70.                                 <asp:DataList ID="dlJJ" runat="server" Height="1px" Width="11px" OnItemCommand="dlJJ_ItemCommand">
  71.                     <ItemTemplate>
  72.                         <table border="0" style="width: 419px; height: 20px" cellspacing="0" class="txt">
  73.                             <tr>
  74.                                 <td style="width: 90px; height: 20px;">
  75.                                     『
  76.                                     <%# DataBinder.Eval(Container.DataItem,"type")%>
  77.                                     』</td>
  78.                                 <td colspan="2" style="height: 20px">
  79.                                     <asp:LinkButton ID="LinkButton1" runat="server" CommandName="select"><%# DataBinder.Eval(Container.DataItem,"title") %></asp:LinkButton>
  80.                                 </td>
  81.                             </tr>
  82.                         </table>
  83.                     </ItemTemplate>
  84.                     <HeaderStyle ForeColor="Blue" />
  85.                 </asp:DataList></td>
  86.                         </tr>
  87.                     </table>
  88.                 </td>
  89.             </tr>
  90.             <tr>
  91.                 <td colspan="2" style="height: 65px; background-color: #ffffff; width: 593px;" valign="top">
  92.                     <table style="width: 590px; height: 139px" border="0" cellspacing="0">
  93.                         <tr>
  94.                             <td colspan="3" style="background-image: url(image/sj.gif); height: 29px" align="right">
  95.                                 更多&gt;&gt;&gt;<asp:ImageButton ID="ImageButton3" runat="server" ImageUrl="~/image/14.gif" PostBackUrl="~/newsList.aspx?id=3" />
  96.                                 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</td>
  97.                         </tr>
  98.                         <tr>
  99.                             <td style="margin-top: 0px; background-image: url(image/news1.gif); width: 141px; padding-top: 0px; height: 17px" align="center">
  100.                                 <asp:Image ID="Image3" runat="server" Height="105px" ImageUrl="~/image/sjjs.jpg" Width="116px" /></td>
  101.                             <td colspan="2" style="height: 17px">
  102.                             <asp:DataList ID="dlJS" runat="server" Height="1px" Width="5px" OnItemCommand="dlJS_ItemCommand">
  103.                                 <ItemTemplate><table border="0" style="width: 420px; height: 20px" cellspacing="0" class="txt">
  104.                                     <tr>
  105.                                         <td style="width: 90px; height: 18px;" align="center">
  106.                                             『
  107.                                             <%# DataBinder.Eval(Container.DataItem,"type")%>
  108.                                             』</td>
  109.                                         <td style="height: 18px">
  110.                                             <asp:LinkButton ID="LinkButton2" runat="server" CommandName="select"><%# DataBinder.Eval(Container.DataItem,"title") %></asp:LinkButton></td>
  111.                                     </tr>
  112.                                 </table>
  113.                                 </ItemTemplate>
  114.                                 <HeaderStyle ForeColor="Blue" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" HorizontalAlign="Center" />
  115.                             </asp:DataList></td>
  116.                         </tr>
  117.                     </table>
  118.                 </td>
  119.             </tr>
  120.             <tr>
  121.                 <td colspan="2" style="height: 65px; background-color: #ffffff; width: 593px;" valign="top">
  122.                     <table style="width: 590px; height: 139px" border="0" cellspacing="0">
  123.                         <tr>
  124.                             <td colspan="3" style="background-image: url(image/kj.gif); height: 29px" align="right">
  125.                                 更多&gt;&gt;&gt;<asp:ImageButton ID="ImageButton4" runat="server" ImageUrl="~/image/14.gif" PostBackUrl="~/newsList.aspx?id=4" />
  126.                                 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</td>
  127.                         </tr>
  128.                         <tr>
  129.                             <td style="margin-top: 0px; background-image: url(image/news1.gif); width: 141px; padding-top: 0px; height: 17px" align="center">
  130.                                 <asp:Image ID="Image4" runat="server" Height="105px" ImageUrl="~/gif/kxjy.gif" Width="116px" /></td>
  131.                             <td colspan="2" style="height: 17px">
  132.                             <asp:DataList ID="dlJY" runat="server" Height="1px" Width="5px" OnItemCommand="dlJY_ItemCommand">
  133.                                 <ItemTemplate>
  134.                                     <table border="0" style="width: 420px; height: 20px" cellspacing="0" class="txt">
  135.                                         <tr>
  136.                                             <td style="width: 90px; height: 18px;" align="center">
  137.                                                 『
  138.                                                 <%# DataBinder.Eval(Container.DataItem,"type")%>
  139.                                                 』</td>
  140.                                             <td style="height: 18px">
  141.                                                 <asp:LinkButton ID="LinkButton1" runat="server" CommandName="select"><%# DataBinder.Eval(Container.DataItem,"title") %></asp:LinkButton></td>
  142.                                         </tr>
  143.                                     </table>
  144.                                 </ItemTemplate>
  145.                                 <HeaderStyle ForeColor="Blue" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" HorizontalAlign="Center" />
  146.                             </asp:DataList></td>
  147.                         </tr>
  148.                     </table>
  149.                 </td>
  150.             </tr>
  151.             <tr>
  152.                 <td colspan="2" style="height: 65px; background-color: #ffffff; width: 593px;" valign="top">
  153.                     <table style="width: 590px; height: 139px" border="0" cellspacing="0">
  154.                         <tr>
  155.                             <td colspan="3" style="background-image: url(image/fd.gif); height: 29px" align="right">
  156.                                 更多&gt;&gt;&gt;<asp:ImageButton ID="ImageButton5" runat="server" ImageUrl="~/image/14.gif" PostBackUrl="~/newsList.aspx?id=5" />
  157.                                 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</td>
  158.                         </tr>
  159.                         <tr>
  160.                             <td style="margin-top: 0px; background-image: url(image/news1.gif); width: 141px; padding-top: 0px; height: 17px" align="center">
  161.                                 <asp:Image ID="Image5" runat="server" Height="105px" ImageUrl="~/image/fzdd.jpg" Width="116px" /></td>
  162.                             <td colspan="2" style="height: 17px">
  163.                             <asp:DataList ID="dlFZ" runat="server" Height="1px" Width="5px" OnItemCommand="dlFZ_ItemCommand"><ItemTemplate>
  164.                                     <table border="0" style="width: 420px; height: 20px" cellspacing="0" class="txt">
  165.                                         <tr>
  166.                                             <td style="width: 90px; height: 18px;" align="center">
  167.                                                 『
  168.                                                 <%# DataBinder.Eval(Container.DataItem,"type")%>
  169.                                                 』</td>
  170.                                             <td style="height: 18px">
  171.                                                 <asp:LinkButton ID="LinkButton1" runat="server" CommandName="select"><%# DataBinder.Eval(Container.DataItem,"title") %></asp:LinkButton></td>
  172.                                         </tr>
  173.                                     </table>
  174.                                 </ItemTemplate>
  175.                                 <HeaderStyle ForeColor="Blue" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" HorizontalAlign="Center" />
  176.                             </asp:DataList></td>
  177.                         </tr>
  178.                     </table>
  179.                 </td>
  180.             </tr>
  181.             <tr>
  182.                 <td colspan="2" style="height: 65px; background-color: #ffffff; width: 593px;" valign="top">
  183.                     <table style="width: 590px; height: 139px" border="0" cellspacing="0">
  184.                         <tr>
  185.                             <td colspan="3" style="background-image: url(image/sx.gif); height: 29px" align="right">
  186.                                 更多&gt;&gt;&gt;<asp:ImageButton ID="ImageButton6" runat="server" ImageUrl="~/image/14.gif" PostBackUrl="~/newsList.aspx?id=6" />
  187.                                 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</td>
  188.                         </tr>
  189.                         <tr>
  190.                             <td style="margin-top: 0px; background-image: url(image/news1.gif); width: 141px; padding-top: 0px; height: 17px" align="center">
  191.                                 <asp:Image ID="Image6" runat="server" Height="105px" ImageUrl="~/image/shxx.jpg" Width="116px" /></td>
  192.                             <td colspan="2" style="height: 17px">
  193.                             <asp:DataList ID="dlSH" runat="server" Height="1px" Width="5px" OnItemCommand="dlSZ_ItemCommand">
  194.                                 <ItemTemplate>
  195.                                     <table border="0" style="width: 420px; height: 20px" cellspacing="0" class="txt">
  196.                                         <tr>
  197.                                             <td style="width: 90px; height: 18px;" align="center">
  198.                                                 『
  199.                                                 <%# DataBinder.Eval(Container.DataItem,"type")%>
  200.                                                 』</td>
  201.                                             <td style="height: 18px">
  202.                                                 <asp:LinkButton ID="LinkButton1" runat="server" CommandName="select"><%# DataBinder.Eval(Container.DataItem,"title") %></asp:LinkButton></td>
  203.                                         </tr>
  204.                                     </table>
  205.                                 </ItemTemplate>
  206.                                 <HeaderStyle ForeColor="Blue" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" HorizontalAlign="Center" />
  207.                             </asp:DataList></td>
  208.                         </tr>
  209.                     </table>
  210.                 </td>
  211.             </tr>
  212.             <tr>
  213.                 <td colspan="2" style="height: 65px; background-color: #ffffff; width: 593px;" valign="top">
  214.                     <table style="width: 590px; height: 139px" border="0" cellspacing="0">
  215.                         <tr>
  216.                             <td colspan="3" style="background-image: url(image/ts.gif); height: 29px" align="right">
  217.                                 更多&gt;&gt;&gt;<asp:ImageButton ID="ImageButton8" runat="server" ImageUrl="~/image/14.gif" PostBackUrl="~/newsList.aspx?id=7" />
  218.                                 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</td>
  219.                         </tr>
  220.                         <tr>
  221.                             <td style="margin-top: 0px; background-image: url(image/news1.gif); width: 141px; padding-top: 0px; height: 17px" align="center">
  222.                                 <asp:Image ID="Image7" runat="server" Height="105px" ImageUrl="~/gif/tyyd.GIF" Width="116px" /></td>
  223.                             <td colspan="2" style="height: 17px">
  224.                             <asp:DataList ID="dlTY" runat="server" Height="1px" Width="5px" OnItemCommand="dlTY_ItemCommand">
  225.                                 <ItemTemplate>
  226.                                     <table border="0" style="width: 420px; height: 20px" cellspacing="0" class="txt">
  227.                                         <tr>
  228.                                             <td style="width: 90px; height: 18px;" align="center">
  229.                                                 『
  230.                                                 <%# DataBinder.Eval(Container.DataItem,"type")%>
  231.                                                 』</td>
  232.                                             <td style="height: 18px">
  233.                                                 <asp:LinkButton ID="LinkButton1" runat="server" CommandName="select"><%# DataBinder.Eval(Container.DataItem,"title") %></asp:LinkButton></td>
  234.                                         </tr>
  235.                                     </table>
  236.                                 </ItemTemplate>
  237.                                 <HeaderStyle ForeColor="Blue" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" HorizontalAlign="Center" />
  238.                             </asp:DataList></td>
  239.                         </tr>
  240.                     </table>
  241.                 </td>
  242.             </tr>
  243.             <tr>
  244.                 <td colspan="2" style="height: 65px; background-color: #ffffff; width: 593px;" valign="top">
  245.                     <table style="width: 590px; height: 139px" border="0" cellspacing="0">
  246.                         <tr>
  247.                             <td colspan="3" style="background-image: url(image/sy.gif); height: 29px" align="right">
  248.                                 更多&gt;&gt;&gt;<asp:ImageButton ID="ImageButton7" runat="server" ImageUrl="~/image/14.gif" PostBackUrl="~/newsList.aspx?id=8" />
  249.                                 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</td>
  250.                         </tr>
  251.                         <tr>
  252.                             <td style="margin-top: 0px; background-image: url(image/news1.gif); width: 141px; padding-top: 0px; height: 17px" align="center">
  253.                                 <asp:Image ID="Image8" runat="server" Height="105px" ImageUrl="~/image/ssyl.jpg" Width="116px" /></td>
  254.                             <td colspan="2" style="height: 17px">
  255.                                 <asp:DataList ID="dlYL" runat="server" Height="1px" Width="5px" OnItemCommand="dlYL_ItemCommand">
  256.                                     <ItemTemplate>
  257.                                         <table border="0" style="width: 420px; height: 20px" cellspacing="0" class="txt">
  258.                                             <tr>
  259.                                                 <td style="width: 90px; height: 18px;" align="center">
  260.                                                     『
  261.                                                     <%# DataBinder.Eval(Container.DataItem,"type")%>
  262.                                                     』</td>
  263.                                                 <td style="height: 18px">
  264.                                                     <asp:LinkButton ID="LinkButton1" runat="server" CommandName="select"><%# DataBinder.Eval(Container.DataItem,"title") %></asp:LinkButton></td>
  265.                                             </tr>
  266.                                         </table>
  267.                                     </ItemTemplate>
  268.                                     <HeaderStyle ForeColor="Blue" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" HorizontalAlign="Center" />
  269.                                 </asp:DataList></td>
  270.                         </tr>
  271.                     </table>
  272.                 </td>
  273.             </tr>
  274.             <tr>
  275.                 <td style="height: 10px; background-image: url(image/top2.gif);" colspan="3">
  276.                 </td>
  277.             </tr>
  278.         </table>
  279.     
  280.     </div>
  281.         <table style="width: 803px; height: 59px; background-color: #ffffff;" align="center" cellspacing="0" class="txt" border="0">
  282.             <tr>
  283.                 <td align="center" class="txt" colspan="3" style="height: 20px">
  284.                     吉林省明日科技有限公司 客户服务热线:: (0431)4972266 &nbsp; &nbsp; &nbsp; 客户服务邮箱:mingrisoft@mingrisoft.com</td>
  285.             </tr>
  286.             <tr>
  287.                 <td class="css" style="height: 16px">
  288.                 </td>
  289.                 <td align="center" class="txt" style="width: 555px; height: 16px">
  290.                     CopyRight <span lang="EN-US" style="font-size: 10.5pt; font-family: 'Times New Roman';
  291.                         mso-bidi-font-size: 12.0pt; mso-fareast-font-family: 宋体; mso-font-kerning: 1.0pt;
  292.                         mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA">
  293.                         ©&nbsp; 明日科技有限公司 网络开发 &nbsp;
  294.                         <asp:HyperLink ID="HyperLink1" runat="server" CssClass="txt" NavigateUrl="~/login/login.aspx">后台入口</asp:HyperLink></span></td>
  295.                 <td class="css" style="height: 16px">
  296.                 </td>
  297.             </tr>
  298.         </table>
  299.     </form>
  300. </body>
  301. </html>