📄 recover.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="Recover, App_Web_9xskxxkj" %>
<!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">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>系统维护页</title>
<style type="text/css">
.style1
{
font-size: xx-large;
font-weight: bold;
font-family: 华文楷体;
text-align: center;
background-color: #999966;
height: 40px;
}
.newStyle1
{
background-color: #CCCCCC;
border: medium double #808000;
font-family: 华文楷体;
font-weight: 700;
color: #CC0000;
font-size: x-large;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div style ="background-image :url('icon/top.jpg'); height: 132px; background-repeat:repeat;">
<ul style="list-style:none;block; text-align :center; padding-top:105px; color:Black; ">
<li style="float:right;width:60px; background-color:inherit; height:26px; border-bottom :2px;"
class="newStyle1">
<asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="~/Entry.aspx"
Target="_blank" style="font-size: large">退出</asp:HyperLink>
</li>
<li style="float:right;width:60px; background-color:inherit; height:26px; border-bottom :2px;"
class="newStyle1">
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/Help.aspx"
Target="_blank" style="font-size: large">帮助</asp:HyperLink>
</li>
<li style="float:right;width:60px; background-color:inherit; height:26px; border-bottom :2px;"
class="newStyle1">
<asp:HyperLink ID="HyperLink3" runat="server" NavigateUrl="~/Default.aspx"
Target="_blank" style="font-size: large">查询</asp:HyperLink>
</li>
<li style="float:right;width:60px; background-color:inherit; height:26px; border-bottom :2px;"
class="newStyle1">
<asp:HyperLink ID="HyperLink6" runat="server" NavigateUrl="~/Default.aspx"
Target="_blank" style="font-size: large">主页</asp:HyperLink>
</li>
</ul>
</div>
<p class="style1">
系统<span class="style1" style="margin-bottom:2px; margin-top:2px;">维护子系统 </span></p>
<div style=" background-image :url('icon/bg0.jpg'); background-position:left;height: 616px; background-repeat:repeat;">
<div style=" margin:10px; width:788px; height:85px;">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Height="37px" Text="数据库备份"
Width="300px" CssClass="newStyle1" />
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" CssClass="newStyle1" Height="37px"
Text="日志文件" Width="300px" />
<br />
<asp:Button ID="Button3" runat="server" CssClass="newStyle1" Height="37px"
Text="系统维护" Width="300px" />
</div>
<div style=" margin-top:40px; margin-left:100px; margin-right:100px; margin-bottom:50px; height: 462px;">
<br />
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False"
DataKeyNames="week,weekday,section,room" DataSourceID="SqlDataSource1" >
<Columns>
<asp:boundfield DataField="week" HeaderText="week" ReadOnly="True"
SortExpression="week"></asp:boundfield>
<asp:boundfield DataField="weekday" HeaderText="weekday" ReadOnly="True"
SortExpression="weekday"></asp:boundfield>
<asp:boundfield DataField="section" HeaderText="section" ReadOnly="True"
SortExpression="section"></asp:boundfield>
<asp:boundfield DataField="room" HeaderText="room" ReadOnly="True"
SortExpression="room"></asp:boundfield>
<asp:boundfield DataField="teacher" HeaderText="teacher"
SortExpression="teacher"></asp:boundfield>
<asp:boundfield DataField="course" HeaderText="course" SortExpression="course">
</asp:boundfield>
<asp:boundfield DataField="class" HeaderText="class" SortExpression="class">
</asp:boundfield>
<asp:boundfield DataField="studno" HeaderText="studno" SortExpression="studno">
</asp:boundfield>
<asp:commandfield ShowEditButton="True"></asp:commandfield>
<asp:commandfield ShowDeleteButton="True"></asp:commandfield>
</Columns>
</asp:GridView>
<asp:SqlDataSource ID="SqlDataSource1" runat="server"
ConnectionString="<%$ ConnectionStrings:DatabaseConnectionString %>"
SelectCommand="SELECT * FROM [机房安排表]"></asp:SqlDataSource>
<br />
</div>
</div>
</div>
</asp:Content>
</div>
</form>
<p style ="text-align:right; ">
Copyright@BUCT200542017</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -