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

📄 admin.master

📁 网上书店 含用户注册
💻 MASTER
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="admin.master.cs" Inherits="admin" %>
<%@ Register Src="top.ascx" TagName="top" TagPrefix="uc2" %>
<%@ Register Src="di.ascx" TagName="di" TagPrefix="uc1" %>

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
<script language="javascript" type="text/javascript">
function TABLE1_onclick() {
}
</script>
</head>
<body style="background-color: #009900">
    <form id="form1" runat="server">
    <div style="background-color: #009900" >
       <div style="text-align: center">
            <table style="height: 369px" width="778">
                <tr>
                    <td colspan="2" style="height: 23px; background-color: #009900; width: 775px;">
                        <div style="text-align: center">
                            <uc2:top ID="Top1" runat="server" />
                            <div style="z-index: 101; left: 253px; width: 326px; position: absolute; top: 127px;
                                height: 29px">
                                <span style="font-size: 8pt">当前时间</span>:<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label></div>
                            
                        </div>
                        </td>
                </tr>
                <tr>
                    <td colspan="2" rowspan="1" style="width: 775px; height: 22px; text-align: center; background-color: #009900;">
                        <a href="orderbook.aspx"></a> | <a href="ManageReviews.aspx">评论管理</a> | <a href="admin.aspx">用户管理</a> | <a href="Managebook.aspx">图书管理</a> | <a href="default.aspx">退出</a>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                        &nbsp; &nbsp;&nbsp;</td>
                </tr>
                <tr>
                    <td colspan="2" rowspan="5" style="background-color: #009900; width: 775px; height: 208px; vertical-align: top; text-align: center;">
                        <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
                        </asp:ContentPlaceHolder>
                        <div style="text-align: center">
                            <table border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #009900">
                                <tr>
                                    <td align="center" style="height: 10px; width: 10%;">
                                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;
                                        &nbsp; &nbsp; &nbsp;
                                    </td>
                                    <td align="center" style="width: 80%; height: 10px">
                            <uc1:di id="Di1" runat="server"></uc1:di>
                                    </td>
                                    <td align="center" style="width: 100%; height: 10px">
                                    </td>
                                </tr>
                            </table>
                        </div>
                    </td>
                </tr>
                <tr>
                </tr>
                <tr>
                </tr>
                <tr>
                </tr>
                <tr>
                </tr>
            </table>
            <div style="text-align: center">
               </div>
        </div>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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