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

📄 masterpage.master

📁 可以实现图书信息的管理笑话寻和山下湖
💻 MASTER
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage2" %>
<%@ Register Src="../UserControls/Footer.ascx" TagName="Footer" TagPrefix="uc1" %>

<!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>
        <table style="width: 100%; border-right: thin solid; border-top: thin solid; border-left: thin solid; border-bottom: thin solid;">
            <tr>
                <td colspan="1" style="border-right: thin solid; border-top: thin solid; font-weight: bolder;
                    background-image: url(logo3.gif); text-transform: none; border-left: thin solid;
                    width: 144px; color: #ff6633; border-bottom: thin solid; height: 72px;
                    text-align: center">
                    <img src="../Image/logo.gif" /></td>
                <td colspan="3" style="height: 72px; border-right: thin solid; border-top: thin solid; font-weight: bolder; text-transform: none; border-left: thin solid; color: #ff6633; border-bottom: thin solid; background-color: gainsboro; text-align: center;">
                    <span style="font-size: 24pt">海科知识库系统</span></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 20px; border-right: thin solid; border-top: thin solid; border-left: thin solid; border-bottom: thin solid; background-color: crimson; font-size: 100%;">
                </td>
            </tr>
            <tr>
                <td style="width:127px; border-right: thin solid; border-top: thin solid; border-left: thin solid; border-bottom: thin solid; background-color: gainsboro;">
                    <img src="../Image/forum.gif" />
                    <asp:LinkButton ID="LtnKnow" runat="server" PostBackUrl="~/Web/ListKnowInfo.aspx">知识条管理</asp:LinkButton></td>
                <td colspan="2" rowspan="5" style="border-right: thin solid; border-top: thin solid; border-left: thin solid; border-bottom: thin solid; width: 680px; background-color: whitesmoke; font-size: 100%;">
                    <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
                    </asp:ContentPlaceHolder>
                </td>
            </tr>
            <tr>
                <td style="width:127px; border-right: thin solid; border-top: thin solid; border-left: thin solid; border-bottom: thin solid; background-color: gainsboro;">
                    <img src="../Image/post.gif" />
                    <asp:LinkButton ID="LtnCate" runat="server" PostBackUrl="~/Web/ListCate.aspx">类别管理</asp:LinkButton></td>
            </tr>
            <tr>
                <td style="width:127px; border-right: thin solid; border-top: thin solid; border-left: thin solid; border-bottom: thin solid; background-color: gainsboro;">
                    <img src="../Image/message.gif" />
                    <asp:LinkButton ID="LtnKey" runat="server" PostBackUrl="~/Web/ListKey.aspx">关键字管理</asp:LinkButton></td>
            </tr>
            <tr>
                <td style="width:127px; border-right: thin solid; border-top: thin solid; border-left: thin solid; border-bottom: thin solid; background-color: gainsboro;">
                    <img src="../Image/group.gif" />
                    <asp:LinkButton ID="LtnUser" runat="server" PostBackUrl="~/Web/ListUser.aspx">用户管理</asp:LinkButton></td>
            </tr>
            <tr>
                <td style="width:127px; border-right: thin solid; border-top: thin solid; border-left: thin solid; border-bottom: thin solid; background-color: gainsboro;">
                    <img src="../Image/bar.gif" />
                    <asp:LinkButton ID="LtnForUse" runat="server" PostBackUrl="~/Web/ForUse.aspx">预留功能</asp:LinkButton></td>
            </tr>
        </table>
    </div>
        <br />
        <uc1:Footer ID="Footer1" runat="server" />
    </form>
</body>
</html>

⌨️ 快捷键说明

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