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

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="CommonPage.aspx.cs" Inherits="Module_CommonPage" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>系统公告</title>
  6. </head>
  7. <body style="text-align: center; background-image: url(../../Images/SysSkin/right.jpg);">
  8.     <form id="form1" runat="server">
  9.     <div style="text-align: center">
  10.         <br />
  11.         <br />
  12.         <br />
  13.         <br />
  14.         &nbsp;</div>
  15.                    <table style="height: 346px; vertical-align: middle; text-align: center; border-right: #afafaf 1px solid; border-top: #afafaf 1px solid; border-left: #afafaf 1px solid; border-bottom: #afafaf 1px solid; width: 530px;" cellpadding="0" cellspacing="0">
  16.                 <tr>
  17.                     <td colspan="3" rowspan="2" style="height: 264px; width: 429px; vertical-align: middle; text-align: center;">
  18.                     <MARQUEE direction="up" onmouseout="this.start()" onmouseover="this.stop()" scrollAmount="2" scrollDelay="4" style="height: 237px; vertical-align: middle; text-align: center; width: 500px;">
  19.                         <asp:DataList ID="DataList1" runat="server" Width="480px">
  20.                             <ItemTemplate>
  21.                                 &nbsp;<table width="480" style="border-bottom-width: 1px; border-bottom-color: #afafaf; height: 15px" cellpadding="0" cellspacing="0">
  22.                                     <tr>
  23.                                         <td colspan="1" rowspan="1" style="border-top-width: 1px; border-left-width: 1px;
  24.                                             border-left-color: blue; border-bottom-width: 1px; border-bottom-color: blue;
  25.                                             width: 40px; border-top-color: blue; text-align: right; border-right-width: 1px;
  26.                                             border-right-color: blue; height: 14px;">
  27.                                             <span style="font-size: 5pt">■&nbsp;&nbsp;&nbsp;&nbsp; </span>
  28.                                         </td>
  29.                                         <td colspan="2" rowspan="3" style="border-top-width: 1px; border-left-width: 1px;
  30.                                             border-left-color: blue; border-bottom-width: 1px; border-bottom-color: blue;
  31.                                             vertical-align: top; width: 300px; border-top-color: blue; text-align: left;
  32.                                             border-right-width: 1px; border-right-color: blue">
  33.                                 <asp:Label ID="Label1" runat="server" Text=<%# DataBinder.Eval(Container,"DataItem.NoticeContent") %> Font-Size="9pt" Width="380px"></asp:Label></td>
  34.                                         <td rowspan="3" style="width: 60px; text-align: left">
  35.                                             <asp:Label ID="Label2" runat="server" Font-Size="9pt" Text='<%# DataBinder.Eval(Container,"DataItem.NoticeTime","{0:yyyy-MM-dd}") %>' Width="60px"></asp:Label></td>
  36.                                     </tr>
  37.                                     <tr>
  38.                                         <td colspan="1" rowspan="2" style="border-top-width: 1px; border-left-width: 1px;
  39.                                             border-left-color: blue; border-bottom-width: 1px; border-bottom-color: blue;
  40.                                             border-top-color: blue; height: 27px; text-align: left; border-right-width: 1px;
  41.                                             border-right-color: blue">
  42.                                             <span style="font-size: 7pt"><span style="font-size: 0.8em"></span>&nbsp;</span></td>
  43.                                     </tr>
  44.                                     <tr>
  45.                                     </tr>
  46.                                 </table>
  47.                             </ItemTemplate>
  48.                             <FooterTemplate>
  49.                                 <table width="480" style="border-bottom-width: 1px; border-bottom-color: #afafaf; height: 1px" cellpadding="0" cellspacing="0">
  50.                                     <tr>
  51.                                         <td colspan="1" rowspan="3" style="border-top-width: 1px; border-left-width: 1px;
  52.                                             border-left-color: blue; border-bottom-width: 1px; border-bottom-color: blue;
  53.                                             border-top-color: blue; text-align: left; border-right-width: 1px; border-right-color: blue">
  54.                                             <span style="font-size: 5pt">&nbsp;&nbsp; </span><span style="font-size: 7pt"><span style="font-size: 0.8em"></span>&nbsp;</span></td>
  55.                                         <td colspan="2" rowspan="3" style="border-top-width: 1px; border-left-width: 1px;
  56.                                             border-left-color: blue; border-bottom-width: 1px; border-bottom-color: blue;
  57.                                             vertical-align: top; width: 300px; border-top-color: blue; text-align: left;
  58.                                             border-right-width: 1px; border-right-color: blue">
  59.                                         </td>
  60.                                         <td rowspan="3" style="width: 60px; text-align: left">
  61.                                             <asp:LinkButton ID="LinkButton1" runat="server" Font-Size="9pt" ForeColor="#400040"
  62.                                                 PostBackUrl="~/Module/SysInfo/AllNotice.aspx">更多>>...</asp:LinkButton></td>
  63.                                     </tr>
  64.                                     <tr>
  65.                                     </tr>
  66.                                     <tr>
  67.                                     </tr>
  68.                                 </table>
  69.                             </FooterTemplate>
  70.                         </asp:DataList></ MARQUEE >
  71.                     </td>
  72.                 </tr>
  73.                 <tr>
  74.                 </tr>
  75.             </table> 
  76.     </form>
  77. </body>
  78. </html>