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

📄 bookpage.master

📁 网上书店 含用户注册
💻 MASTER
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="bookPage.master.cs" Inherits="bookPage" %>
<%@ 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>
</head>
<body style="background-color: #009900">
    <form id="form1" runat="server">
    <div style="text-align: center; background-color: #009900;">
        <div style="text-align: center">
            <div style="z-index: 101; left: 171px; width: 300px; position: absolute; top: 124px;
                height: 24px">
                <span style="font-size: 10pt">当前时间:</span><asp:Label ID="Lbltime" runat="server"
                    Text="Label"></asp:Label>
            </div>
            <table border="0" cellpadding="0" cellspacing="0" style="height: 101px; background-color: #009900;" width="778">
                <tr>
                    <td style="width: 446px; text-align: center; vertical-align: top; height: 19px; background-color: #009900;">
                        <div style="vertical-align: top; text-align: left">
                            <div style="text-align: center">
                                <table border="0" cellpadding="0" cellspacing="0" style="width: 105%">
                                    <tr>
                                        <td align="center" style="vertical-align: top; width: 95%; text-align: left; height: 157px;">
                                            <uc2:top ID="Top1" runat="server" />
                                        </td>
                                        <td align="center" style="width: 10000%; vertical-align: top; text-align: left; background-color: #009900; height: 157px;">
                                            </td>
                                    </tr>
                                </table>
                            </div>
                        </div>
                    </td>
                </tr>
                <tr>
                    <td style="width: 446px; height: 275px; text-align: center; vertical-align: top; background-color: #009900;">
                        <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
                        </asp:ContentPlaceHolder>
                        &nbsp;
                        <div style="text-align: center">
                            <table border="0" cellpadding="0" cellspacing="0" width="100%" style="height: 43px">
                                <tr>
                                 <td align="center" style="width: 79%; height: 19px">
                                    <uc1:di id="Di1" runat="server"></uc1:di>
                                 </td>                           
                                </tr>
                            </table>
                        </div>
                    </td>
                </tr>
            </table>
            <div style="text-align: center">
            </div>
            <div style="text-align: center">
                &nbsp;</div>
        </div>
        <div style="text-align: center">
            </div>
    </div>
        <br />
    </form>
</body>
</html>

⌨️ 快捷键说明

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