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

📄 topmodulecontrol.ascx

📁 如果不使用IIS,请先运行 XSP.exe,待提示已侦听 8080端口后
💻 ASCX
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="TopModuleControl.ascx.cs" Inherits="admin_Portal_TabModules_TopModuleControl" %>


<table style="border: 4px double #009933; width: 800px; font-size: 12px;" align="center">
    <tr>
        <td style="height: 19px; width: 61px">
            <span><b>页面模式</b></span>
        </td>
        <td style="height: 19px; width: 58px">
            <input id="rdoView" <% if( Request.Form["editmodule"] != "true")
            { %> checked="checked" <% } %> name="editmodule" type="radio" value="false" onclick="document.forms[0].submit();" />
            <label id="lview" for="rdoView" runat="server" enableviewstate="false">
                查看</label>
        </td>
        <td style="height: 19px; width: 61px">
            <input id="rdoEdit" name="editmodule" <% if( Request.Form["editmodule"] == "true")
            { %> checked="checked" <% } %> type="radio" value="true" onclick="document.forms[0].submit();" />
            <label id="ledit" for="rdoEdit">
                编辑</label>
        </td>
        <td style="height: 19px">
            <asp:LoginName ID="LoginName1" runat="server" />
&nbsp;&nbsp;&nbsp;&nbsp;
            <asp:LoginView ID="loginview1" runat="server" >
                <LoggedInTemplate>
                    <a href="<%=ResolveUrl("~/logout.aspx?ref=")+ Server.UrlEncode(Comm.NavigateURL(Comm.CurrentTabId())) %>">
                    注销
                    </a>
                </LoggedInTemplate>
            </asp:LoginView>
        </td>
        <td style="height: 19px; width: 100px" align="right">
            &nbsp;</td>
    </tr>
    </table>

⌨️ 快捷键说明

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