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

📄 menu.ascx

📁 系统运行平台ASP.NET+ACCESS
💻 ASCX
字号:
<%@ control language="C#" autoeventwireup="true" inherits="Control_Menu, App_Web_luxxjqnv" %>
<table cellpadding="2" cellspacing="0" style="background-image: url(Images/bg_title.gif)"
    width="100%" border="0">
    <tr>
        <td>
            <input id="Button1" type="button" value="留言簿设置" onclick="window.location='Admin_Config.aspx'" /></td>
        <td>
            <input id="Button2" type="button" value="已审核留言管理" onclick="window.location='Admin_Word.aspx?word=check'" /></td>
        <td>
            <input id="Button3" type="button" value="未审核留言管理" onclick="window.location='Admin_Word.aspx?word=noCheck'" /></td>
        <td>
            <input id="Button4" type="button" value="管理员信息修改" onclick="window.location='Admin_Edit.aspx'" /></td>
        <td>
            <input id="Button5" type="button" value="登陆日志查看" onclick="window.location='Admin_ShowLog.aspx'" /></td>
        <td>
            <input id="Button6" type="button" value="退出" onclick="window.location='Admin_Logout.aspx'" /></td>
    </tr>
</table>

⌨️ 快捷键说明

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