admintop.ascx

来自「寝室管理系统」· ASCX 代码 · 共 26 行

ASCX
26
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="admintop.ascx.cs" Inherits="admintop" %>
<%@ Register Assembly="Meta.Web" Namespace="Meta.Web.Controls" TagPrefix="mc" %>
 <link href="admin.css" rel="stylesheet" type="text/css" />
<div align="center" style="text-align: left">
    <table border="0" style="width: 954px" >
        <tr>
            <td nowrap="nowrap" style="width: 166px; height: 31px" background="images/top_bg.gif">
                <div align="center" style="background-image: url(images/top_bg.gif)">
                    <strong><span style="font-weight: bold; font-size: 16px; color: #ffffff">学生寝室管理系统</span></strong></div>
            </td>
            <td nowrap="nowrap" style="width: 808px; height: 31px">
                <div align="left" style="font-weight: bold">
                        现在是<mc:DateLabel ID="DateLabel1" runat="server" />
                        <mc:TimeLabel ID="TimeLabel1" runat="server" />
                        &nbsp; 欢迎您!
                    <asp:Label ID="Label1" runat="server" ForeColor="Red" Style="font-weight: bold;
                            font-size: 14px"></asp:Label>管理员<asp:LinkButton ID="LinkButton2" runat="server" OnClick="LinkButton2_Click"
                                Style="font-weight: bold; color: navy">[退出]</asp:LinkButton>
                    &nbsp;
                    <asp:LinkButton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click" CausesValidation="False">网站首页</asp:LinkButton>
                    谢谢您的支持</div>
            </td>
        </tr>
    </table>
</div>

⌨️ 快捷键说明

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