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

📄 admin_access.aspx

📁 游戏币交易下单系统 .有一定参考价值.希望大家多多支持
💻 ASPX
字号:
<%@ page language="C#" autoeventwireup="true" inherits="admin_access, App_Web_8ppfgq7r" %>

<%@ Register Src="chkadmin.ascx" TagName="chkadmin" TagPrefix="uc1" %>

<!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>
    <link href="images/metal/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
    <center>
    <div>
       <table width="85%" cellspacing="0" cellpadding="0" >
          <tr>
            <td class="mframe-t-left"></td>
            <td class="mframe-t-mid"><span class="mframe-t-text">修改私服数据信息</span></td>
              <uc1:chkadmin id="Chkadmin1" runat="server"></uc1:chkadmin>
          <td class="mframe-t-righ"></td>
           </tr>   
        </table>
        <table width="85%" cellspacing="0" cellpadding="0" >
           <tr>
              <td class="mframe-m-left" style="height: 21px"></td>
              <td class="mframe-m-mid" align="center" style="height: 21px">
                   <table width="96%" border="0"  cellpadding="2" cellspacing="1" class="tableBorder">
                      <tr>
                        <th colspan="2" style="height: 75px">备份数据库<br />
                            <br />
                            <table>
                                <tr>
                                    <td align="right" style="width: 151px; height: 29px;">
                                        数据库备份文件名:</td>
                                    <td align="left" style="width: 306px; height: 29px;">
                                        <asp:TextBox ID="TextBox1" runat="server" Width="205px">#gamesbak.asp</asp:TextBox>
                                        <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="备份" /></td>
                                </tr>
                                <tr>
                                    <td align="right" style="width: 151px; height: 29px;">
                                        要还原的数据库:</td>
                                    <td align="left" style="width: 306px; height: 29px;">
                                        <asp:TextBox ID="TextBox3" runat="server" Width="205px">#games.asp</asp:TextBox>
                                        <asp:Button ID="Button3" runat="server" OnClick="Button3_Click" Text="还原" /></td>
                                </tr>
                                <tr>
                                    <td style="width: 151px; height: 38px" align="right">
                                        压缩数据库文件:</td>
                                    <td style="width: 306px; height: 38px" align="left">
                                        <asp:TextBox ID="TextBox2" runat="server" Width="205px">gamedata/#games.asp</asp:TextBox>
                                        <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="压缩" /></td>
                                </tr>
                            </table>
                        </th>
                      </tr>
                    </table>
               </td><td class="mframe-m-right" style="height: 21px"></td>
             </tr>
        </table>
         <table width="85%" cellspacing=""0 cellpadding="0" align="center">
            <tr><td class="mframe-b-left"></td>
                 <td class="mframe-b-mid">&nbsp;</td>
                 <td class="mframe-b-right"></td>
            </tr>
        </table>
    </div></center>
    </form>
</body>
</html>

⌨️ 快捷键说明

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