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

📄 admin_config.aspx

📁 这是一个在线报修系统的管理程序
💻 ASPX
字号:
<%@ page validaterequest="false" language="C#" autoeventwireup="true" inherits="Admin_Admin_Config, App_Web_2de4qqid" %>

<!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/Style.css" rel="stylesheet" type="text/css" />
</head>
<body style="margin: 1px">
    <form id="form1" runat="server">
    <div>
        <div style="text-align: center">
            <table border="0" cellpadding="0" cellspacing="1" style="width: 100%; background-color: gainsboro">
                <tr>
                    <td align="center" style="height: 35px; background-color: aliceblue" colspan="2">
                        修改管理用户</td>
                </tr>
                <tr>
                    <td align="center" style="width: 20%; height: 35px; background-color: aliceblue">
                        管理用户名称</td>
                    <td align="left" style="width: 80%; height: 35px; background-color: #ffffff">&nbsp;
                        <asp:TextBox ID="txtAdminName" runat="server" Height="20px" Width="200px" BorderStyle="Groove"></asp:TextBox>(留空不作修改)</td>
                </tr>
                <tr>
                    <td align="center" style="width: 20%; height: 35px; background-color: aliceblue">
                        新的管理密码</td>
                    <td align="left" style="width: 80%; height: 35px; background-color: #ffffff">&nbsp;
                        <asp:TextBox ID="txtAdminPassword" runat="server" BorderStyle="Groove" Height="20px"
                            TextMode="Password" Width="200px"></asp:TextBox>(留空不作修改)</td>
                </tr>
                <tr>
                    <td align="center" style="width: 20%; height: 35px; background-color: aliceblue">
                        管理密码确认</td>
                    <td align="left" style="width: 80%; height: 35px; background-color: #ffffff">&nbsp;
                        <asp:TextBox ID="txtAdminPassword2" runat="server" BorderStyle="Groove" Height="20px" TextMode="Password"
                            Width="200px"></asp:TextBox></td>
                </tr>
                <tr>
                    <td align="center" style="height: 35px; background-color: #ffffff" colspan="2">
                        <asp:Button ID="btnAdmin" runat="server" Height="25px" Text="修改管理用户" Width="100px" OnClick="btnAdmin_Click" /></td>
                </tr>
                <tr>
                    <td align="center" colspan="2" style="height: 35px; background-color: aliceblue">
                        修改通行证</td>
                </tr>
                <tr>
                    <td align="center" style="width: 20%; height: 35px; background-color: aliceblue">
                        通行证号码</td>
                    <td align="left" style="width: 80%; height: 35px; background-color: #ffffff">&nbsp;
                    <asp:TextBox ID="txtPassport" runat="server" BorderStyle="Groove" Height="20px"
                            Width="200px"></asp:TextBox>(留空不作修改)</td>
                </tr>
                <tr>
                    <td align="center" style="height: 35px; background-color: #ffffff" colspan="2">
                        <asp:Button ID="btnPassport" runat="server" Height="25px" Text="修改通行证" Width="100px" OnClick="btnPassport_Click" /></td>
                </tr>
                <tr>
                    <td align="center" colspan="2" style="height: 35px; background-color: aliceblue">
                        版权声明设置</td>
                </tr>
                <tr>
                    <td align="center" style="width: 20%; height: 35px; background-color: aliceblue">
                        版权声明设置</td>
                    <td align="left" style="width: 80%; height: 35px; background-color: #ffffff">&nbsp;
                        <asp:TextBox ID="txtCopyright" runat="server" BorderStyle="Groove" Height="20px"
                            Width="300px"></asp:TextBox>(网站底部的版权声明设置)</td>
                </tr>
                <tr>
                    <td align="center" style="height: 35px; background-color: #ffffff" colspan="2">
                        <asp:Button ID="btnCopyright" runat="server" Height="25px" Text="修改版权声明" Width="100px" OnClick="btnCopyright_Click" /></td>
                </tr>
                <tr>
                    <td align="center" colspan="2" style="height: 35px; background-color: aliceblue">
                        附加导航菜单配置<asp:Label ID="lblMsg" runat="server"></asp:Label></td>
                </tr>
                <tr>
                    <td align="center" style="width: 20%; height: 200px; background-color: aliceblue">
                        附加导航菜单</td>
                    <td align="center" style="width: 80%; height: 200px; background-color: #ffffff" valign="top">
                      <asp:TextBox ID="txtMenu" runat="server" Height="150px" Rows="5" TextMode="MultiLine"
                            Width="99%" BorderStyle="Groove"></asp:TextBox><br />
                        &nbsp;样式示例:<img src="../Images/menustype.gif" style="vertical-align: middle" /></td>
                </tr>
                <tr>
                    <td align="center" colspan="2" style="height: 35px; background-color: #ffffff">
                        <asp:Button ID="btnMenu" runat="server" Height="25px" Text="修改附加菜单" Width="100px" OnClick="btnMenu_Click" /></td>
                </tr>
            </table>
        </div>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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