📄 restore.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="restore.aspx.cs" Inherits="admin_Default2" %>
<!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>
<LINK href="image/style.css" type=text/css rel=stylesheet>
</head>
<body>
<form id="form1" runat="server">
<TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#c4d8ed border=0>
<TBODY>
<TR>
<TD style="height: 27px"><IMG alt="" src="image/r_1.gif"></TD>
<TD width="100%" background=image/r_0.gif style="height: 5px"></TD>
<TD style="height: 27px"><IMG alt="" src="image/r_2.gif"></TD></TR>
<TR>
<TD></TD>
<TD>
<table class="toptable grid" cellspacing=1 cellpadding=1 align=center
border=1>
<tbody>
<tr>
<td class=category colspan="2">
数据库恢复</td>
</tr>
<tr>
<td align="right" colspan="1" style="height: 23px; width: 210px;">
选择备份文件:</td>
<td colspan="1" style="height: 23px; width: 747px;">
<asp:DropDownList ID="DropDownList1" runat="server" Width="119px">
</asp:DropDownList></td>
</tr>
<tr>
<td align="right" colspan="1" style="width: 210px; height: 23px">
</td>
<td colspan="1" style="width: 747px; height: 23px">
<asp:Button ID="Button1" runat="server" Text="恢复数据库" Width="116px" OnClick="Button1_Click" />
</td>
</tr>
<tr>
<td align="right" colspan="1" style="width: 210px; height: 23px">
</td>
<td colspan="1" style="width: 747px; height: 23px">
<span style="color: #ff0000">提醒:</span>定期备份数据库能为你的系统良好运行提供进一步的安全保证,请定期做数据库的备份。</td>
</tr>
<tr>
<td align="right" colspan="2" style="height: 21px; text-align: left">
<asp:Label ID="Label1" runat="server" ForeColor="Red" Text="Label" Visible="False"></asp:Label></td>
</tr>
</tbody>
</table>
</TD>
<TD></TD></TR>
<TR>
<TD><IMG alt="" src="image/r_4.gif"></TD>
<TD></TD>
<TD><IMG alt=""
src="image/r_3.gif"></TD></TR></TBODY></TABLE>
</form>
</BODY>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -