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

📄 jieyue.aspx

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

<!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 style="background-image: url(Image/主界面done.jpg)">
        <br />
        当前位置: &nbsp; &nbsp; &nbsp; &nbsp; ---借阅管理<asp:LinkButton
            ID="LinkButton1" runat="server" PostBackUrl="~/main.aspx" Style="left: -121px;
            position: relative; top: 1px">主页</asp:LinkButton>
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<asp:ImageButton ID="ImageButton3"
            runat="server" Height="179px" ImageUrl="~/Image/杨国辉.jpg" Width="155px" PostBackUrl="~/usermanage.aspx" style="left: 73px; position: relative; top: 231px" /><br />
        <br />
        <asp:ImageButton ID="ImageButton1" runat="server" Height="175px" ImageUrl="~/Image/陆水斌 .jpg"
            Width="136px" PostBackUrl="~/borrowbook.aspx" style="left: 192px; position: relative; top: 27px" />
        <asp:ImageButton ID="ImageButton2" runat="server" Height="176px" ImageUrl="~/Image/小伟.bmp"
            Width="142px" PostBackUrl="~/returnbook.aspx" style="left: 247px; position: relative; top: 27px" /><br />
        <br />
        <br />
        &nbsp;<asp:Label ID="Label2" runat="server" Style="left: 415px; position: relative;
            top: -10px" Text="还 书" Width="83px"></asp:Label><br />
        <asp:Label ID="Label1" runat="server" Style="left: 602px; position: relative; top: -19px"
            Text="超期用户查询" Width="96px"></asp:Label>
        <asp:Label ID="Label3" runat="server" Style="left: 119px; position: relative; top: -27px"
            Text="借 书" Width="71px"></asp:Label><br />
        <br />
        <br />
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 小水羊工作组 版权所有 联系QQ:249302117<br />
        <br />
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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