CommonPage.aspx
资源名称:yjal.rar [点击查看]
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:6k
源码类别:
Email客户端
开发平台:
Visual C++
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="CommonPage.aspx.cs" Inherits="Module_CommonPage" %>
- <!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>
- </head>
- <body style="text-align: center; background-image: url(../../Images/SysSkin/right.jpg);">
- <form id="form1" runat="server">
- <div style="text-align: center">
- <br />
- <br />
- <br />
- <br />
- </div>
- <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">
- <tr>
- <td colspan="3" rowspan="2" style="height: 264px; width: 429px; vertical-align: middle; text-align: center;">
- <MARQUEE direction="up" onmouseout="this.start()" onmouseover="this.stop()" scrollAmount="2" scrollDelay="4" style="height: 237px; vertical-align: middle; text-align: center; width: 500px;">
- <asp:DataList ID="DataList1" runat="server" Width="480px">
- <ItemTemplate>
- <table width="480" style="border-bottom-width: 1px; border-bottom-color: #afafaf; height: 15px" cellpadding="0" cellspacing="0">
- <tr>
- <td colspan="1" rowspan="1" style="border-top-width: 1px; border-left-width: 1px;
- border-left-color: blue; border-bottom-width: 1px; border-bottom-color: blue;
- width: 40px; border-top-color: blue; text-align: right; border-right-width: 1px;
- border-right-color: blue; height: 14px;">
- <span style="font-size: 5pt">■ </span>
- </td>
- <td colspan="2" rowspan="3" style="border-top-width: 1px; border-left-width: 1px;
- border-left-color: blue; border-bottom-width: 1px; border-bottom-color: blue;
- vertical-align: top; width: 300px; border-top-color: blue; text-align: left;
- border-right-width: 1px; border-right-color: blue">
- <asp:Label ID="Label1" runat="server" Text=<%# DataBinder.Eval(Container,"DataItem.NoticeContent") %> Font-Size="9pt" Width="380px"></asp:Label></td>
- <td rowspan="3" style="width: 60px; text-align: left">
- <asp:Label ID="Label2" runat="server" Font-Size="9pt" Text='<%# DataBinder.Eval(Container,"DataItem.NoticeTime","{0:yyyy-MM-dd}") %>' Width="60px"></asp:Label></td>
- </tr>
- <tr>
- <td colspan="1" rowspan="2" style="border-top-width: 1px; border-left-width: 1px;
- border-left-color: blue; border-bottom-width: 1px; border-bottom-color: blue;
- border-top-color: blue; height: 27px; text-align: left; border-right-width: 1px;
- border-right-color: blue">
- <span style="font-size: 7pt"><span style="font-size: 0.8em"></span> </span></td>
- </tr>
- <tr>
- </tr>
- </table>
- </ItemTemplate>
- <FooterTemplate>
- <table width="480" style="border-bottom-width: 1px; border-bottom-color: #afafaf; height: 1px" cellpadding="0" cellspacing="0">
- <tr>
- <td colspan="1" rowspan="3" style="border-top-width: 1px; border-left-width: 1px;
- border-left-color: blue; border-bottom-width: 1px; border-bottom-color: blue;
- border-top-color: blue; text-align: left; border-right-width: 1px; border-right-color: blue">
- <span style="font-size: 5pt"> </span><span style="font-size: 7pt"><span style="font-size: 0.8em"></span> </span></td>
- <td colspan="2" rowspan="3" style="border-top-width: 1px; border-left-width: 1px;
- border-left-color: blue; border-bottom-width: 1px; border-bottom-color: blue;
- vertical-align: top; width: 300px; border-top-color: blue; text-align: left;
- border-right-width: 1px; border-right-color: blue">
- </td>
- <td rowspan="3" style="width: 60px; text-align: left">
- <asp:LinkButton ID="LinkButton1" runat="server" Font-Size="9pt" ForeColor="#400040"
- PostBackUrl="~/Module/SysInfo/AllNotice.aspx">更多>>...</asp:LinkButton></td>
- </tr>
- <tr>
- </tr>
- <tr>
- </tr>
- </table>
- </FooterTemplate>
- </asp:DataList></ MARQUEE >
- </td>
- </tr>
- <tr>
- </tr>
- </table>
- </form>
- </body>
- </html>