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

📄 directormasterpage.master

📁 学生综合评估管理系统多角色登陆控制
💻 MASTER
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="DirectorMasterPage.master.cs" Inherits="StuMasterPage" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>

<!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>
        &nbsp;
    &nbsp;&nbsp;</div>
        <table style="width: 100%; height:100%; border-right: #ccff33 thin double; border-top: #ccff33 thin double; border-left: #ccff33 thin double; border-bottom: #ccff33 thin double; table-layout: auto; display: block; visibility: visible; overflow: auto; border-collapse: separate;" id="TABLE1" onclick="return TABLE1_onclick()">
            <tr>
                <td colspan="4" style="height: 78px; background-repeat: no-repeat; background-position: 100% 100%; background-color: #6699ff; text-align: center;">
                    标题背景图片(待添加)</td>
            </tr>
            <tr>
                <td style="height: 30px" colspan="4">
                   <asp:contentplaceholder id="ContentplaceholderHead" runat="server">
                   </asp:contentplaceholder>
                </td>
            </tr>
            <tr>
                <td style="height: 450px; width: 25%; text-align: justify;">
                    <asp:contentplaceholder id="ContentplaceholderLeft" runat="server" >
                    </asp:contentplaceholder>
                  
                </td>
                <td colspan="2" style="height: 450px; width:auto; border-left-color: #ccff66; border-left-style: double;">
                     <asp:contentplaceholder id="ContentPlaceHolderRight" runat="server">
                     </asp:contentplaceholder>
                </td>
            </tr>
            <tr>
                <td colspan="4" style="text-align: justify; height: 2px;">
                    <hr style="height: 3px" />
                </td>
            </tr>
            <tr>
                <td colspan="4" style="height: 67px; background-color: #9999ff; text-align: center;">
                    <span style="font-size: 11pt">CopyRight©2009-2050&nbsp; QujingNomalUniversity<br />
                        By
                    曲靖师范学院计算机科学与工程学院项目负责组 All Rights Reserved<br />
                    </span>
                </td>
            </tr>
        </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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