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

📄 mainpage.master

📁 实验课预约系统。采用.net+access数据库实现。 管理员对学生教师有管理功能
💻 MASTER
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MainPage.master.cs" Inherits="MainPage" %>
<%@ Register Src="footer.ascx" TagName="footer" TagPrefix="uc2" %>

<!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 id="Head1" runat="server">
    <title>实验室预约系统</title>
</head>
<body>
    <form id="form1" runat="server" style="vertical-align: top; text-align: center;">
    <div>
    <table cellpadding="1" cellspacing="1" width="980px">
        <tr>
            <asp:Image ID="welcome" runat="server" BackColor="Lavender" Height="120px" Width="978px" ImageUrl="img/wel.jpg"/>&nbsp;<br />
        </tr>
        <tr >
            <td class="TableTitle" id="tdMenu" runat="server">
            </td>
        </tr>
        <tr>
            <td>
                <asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
                </asp:contentplaceholder>
                <br />
            </td>
        </tr>
         <tr>
            <td colspan="2" style="height: 43px; text-align: center">
                        
                 <marquee direction="left" onmouseout="this.start()" onmouseover="this.stop()" scrollAmount="2" scrollDelay="7" style="width: 642px; height: 28px">
                        <SPAN style="FONT-SIZE: 9pt"><asp:ImageButton style="WIDTH: 177px; HEIGHT: 140px" id="ImageButton5" runat="server" ImageUrl="~/img/shiyanshi1.jpg" Width="177px" Height="150px" border="0"></asp:ImageButton> 
                        <asp:ImageButton style="WIDTH: 177px; HEIGHT: 140px" id="ImageButton6" runat="server" ImageUrl="~/img/shiyanshi2.jpg" Width="177px" Height="150px" border="0"></asp:ImageButton> 
                        <asp:ImageButton style="WIDTH: 177px; HEIGHT: 140px" id="ImageButton7" runat="server" ImageUrl="~/img/shiyanshi3.jpg" Width="177px" Height="150px" border="0"></asp:ImageButton> 
                        <asp:ImageButton style="WIDTH: 177px; HEIGHT: 140px" id="ImageButton8" runat="server" ImageUrl="~/img/shiyanshi4.jpg" Width="177px" Height="150px" border="0"></asp:ImageButton> 
                        <asp:ImageButton style="WIDTH: 177px; HEIGHT: 140px" id="ImageButton1" runat="server" ImageUrl="~/img/shiyanshi5.jpg" Width="177px" Height="150px" border="0"></asp:ImageButton> 
                        </SPAN>
                </marquee >
          </td>

        </tr>
        <tr>
            <td>
                &nbsp;<uc2:footer ID="Footer1" runat="server" />
            </td>
        </tr>
    </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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