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

📄 masterpage.master

📁 asp.net连带c++技术开发
💻 MASTER
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>

<!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>
    <form id="form1" runat="server">
    <div align="center" style="position: static">
        &nbsp;<table style="position: static; width: 506px; height: 308px;">
            <tr>
                <td colspan="3">
                </td>
            </tr>
            <tr>
                <td style="width: 41px; height: 20px;">
                </td>
                <td colspan="2" style="width: 639px; height: 20px;" align="right">
                    <asp:LinkButton ID="LinkButton1" runat="server" Font-Size="Smaller" OnClick="LinkButton1_Click">返回登录页</asp:LinkButton></td>
            </tr>
            <tr>
                <td style="width: 41px; height: 297px;" valign="top" align="right">
                    <asp:TreeView ID="TreeView1" runat="server" ImageSet="Contacts" NodeIndent="10">
                        <ParentNodeStyle Font-Bold="True" ForeColor="#5555DD" />
                        <HoverNodeStyle Font-Underline="False" />
                        <SelectedNodeStyle Font-Underline="True" HorizontalPadding="0px" VerticalPadding="0px" />
                        <NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="5px"
                            NodeSpacing="0px" VerticalPadding="0px" />
                    </asp:TreeView>
                    <asp:SiteMapDataSource ID="TeacherSiteMap" runat="server" SiteMapProvider="TeacherSiteMap" />
                    <asp:SiteMapDataSource ID="StudentSiteMap" runat="server" SiteMapProvider="StudentSiteMap" />
                    <asp:SiteMapDataSource ID="DeptAdminSiteMap" runat="server" SiteMapProvider="DeptAdminSiteMap" /><asp:SiteMapDataSource ID="AdminSiteMap" runat="server" SiteMapProvider="AdminSiteMap" EnableViewState="False" />
                    &nbsp;</td>
                <td colspan="2" valign="top" style="width: 639px; height: 297px;" align="left">
                        <asp:contentplaceholder id="cphMain" runat="server">
                        </asp:contentplaceholder>
                </td>
            </tr>
        </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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