⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 commonpage.aspx

📁 实现企业的管理的标准化
💻 ASPX
字号:
<%@ 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 />
        &nbsp;</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>
                                &nbsp;<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">■&nbsp;&nbsp;&nbsp;&nbsp; </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>&nbsp;</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">&nbsp;&nbsp; </span><span style="font-size: 7pt"><span style="font-size: 0.8em"></span>&nbsp;</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>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -