1 Star 3 Fork 0

Admin/MyWebSms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mydatabase.aspx 2.52 KB
一键复制 编辑 原始数据 按行查看 历史
Ai鹿子 提交于 2022-04-24 10:09 . 01
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="mydatabase.aspx.cs" Inherits="mydatabase" %>
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
<!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>
<title>备份还原</title>
<meta http-equiv="x-ua-compatible" content="ie=8" />
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link href="css/layer.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</head>
<body style="background-color: #fff;">
<form id="form1" runat="server">
<div id="maintitle">
<div id="mainico">
</div>
<div id="maintip">
<strong>位置:</strong>备份还原</div>
</div>
<div id="mybox" style="padding:0px 4px 2px 2px;">
<table id="add_table" width="100%"
style="margin-top: 2px; border-collapse: collapse; border: 1px solid #C1DAD7;padding: 8px 20px;font-size:14px;"
cellspacing="0" cellpadding="0" bgcolor="#D2EAEC">
<tr>
<th style="width:100px;height:50px;">备份数据库:</th>
<td>要备份的数据库:<input name="from_datafile" type="text" runat="server" id="from_datafile" style="width: 180px" class="input" readonly /> 备份路径及名称:<input name="folder_datafile" type="text" runat="server" id="folder_datafile" class="input" style="width: 66px;border-right:0px;" value="\DataBack\" /><input name="to_datafile" type="text" runat="server" id="to_datafile" class="input" style="width: 250px;border-left:0px;" value="" /> <input type="button" runat="server" id="BtnBack" class="btn6" value="备份数据库" onserverclick="BtnBack_ServerClick" /></td>
</tr>
<tr>
<th style="width:100px;height:50px;">还原数据库:</th><td>选择备份的文件:<asp:DropDownList runat="server" ID="ddl_backfile" class="input"></asp:DropDownList> 还原为:<input name="new_datafile" type="text" runat="server" id="new_datafile" style="width: 114px" class="input" readonly /> <input type="button" runat="server" id="BtnStore" class="btn6" value="还原数据库" onserverclick="BtnStore_ServerClick" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/huanghe_1_0/my-web-sms.git
git@gitee.com:huanghe_1_0/my-web-sms.git
huanghe_1_0
my-web-sms
MyWebSms
master

搜索帮助