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

📄 main.aspx

📁 课程设计专用的图书管理系统。绝对原创!希望对大家有所帮助
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="main.aspx.cs" Inherits="main" %>

<!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 border="0" cellpadding="0" cellspacing="0" style="width: 104%; height: 100%">
            <tr>
                <td colspan="2" style="height: 564px; background-image: url(Image/首页.jpg);">
                    </td>
            </tr>
            <tr>
                <td style="border-left-color: #ff0066; border-bottom-color: #ff0066; vertical-align: bottom;
                    overflow: auto; border-top-style: none; border-top-color: #ff0066;
                    border-right-style: none; border-left-style: none; position: relative; height: 2px;
                    text-align: left; border-right-color: #ff0066; border-bottom-style: none">
                    <asp:LinkButton ID="LinkButton1" runat="server" PostBackUrl="~/bookmanage.aspx" Style="left: 48px;
                        vertical-align: text-bottom; cursor: hand; direction: ltr; border-top-style: none;
                        line-height: normal; border-right-style: none; border-left-style: none; letter-spacing: normal;
                        position: relative; top: -284px; background-color: transparent; text-align: justify;
                        border-bottom-style: none; color: #ff9900;">图书管理</asp:LinkButton>
                    <asp:LinkButton ID="LinkButton2" runat="server" PostBackUrl="~/jieyue.aspx" Style="left: -26px;
                        vertical-align: middle; cursor: hand; position: relative; top: -175px; background-color: transparent;
                        text-align: justify; border-top-width: thin; border-left-width: thin; border-left-color: orange; border-bottom-width: thin; border-bottom-color: orange; color: #ff9900; border-top-color: orange; border-right-width: thin; border-right-color: orange;">借阅管理</asp:LinkButton>
                    <asp:LinkButton ID="LinkButton3" runat="server" Style="text-justify: auto; left: -94px;
                        vertical-align: middle; position: relative; top: -341px; background-color: transparent;
                        text-align: justify; color: #ff9900;" PostBackUrl="~/usermanage.aspx">用户管理</asp:LinkButton>
                    <asp:LinkButton ID="LinkButton7" runat="server" PostBackUrl="~/booksearch.aspx" Style="left: -169px;
                        position: relative; top: -229px; background-color: transparent; color: #ff9900;">书籍查询</asp:LinkButton><br />
                    <br />
                    <asp:LinkButton ID="LinkButton4" runat="server" Style="left: 48px; vertical-align: middle;
                        position: relative; top: -155px; background-color: transparent; text-align: center; color: #ff9900;" PostBackUrl="~/contactme.aspx">联系我们</asp:LinkButton>&nbsp;
                    <asp:LinkButton ID="LinkButton6" runat="server" Style="left: -24px; position: relative;
                        top: -90px; background-color: transparent; color: #ff9900;" PostBackUrl="~/adminlogin.aspx">退  出</asp:LinkButton><div
                            align="center" class="STYLE5" style="position: relative">
                            &nbsp;</div>
                    </td>
            </tr>
            <tr>
                <td colspan="2" style="height: 14px">
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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