📄 topmodulecontrol.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" />
<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">
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -