skin-loginsmall.ascx
来自「cnForums是功能强大的论坛。开发语言c#,三层结构。模块设计很值得学习」· ASCX 代码 · 共 56 行
ASCX
56 行
<%@ Import Namespace="AspNetForums.Components" %>
<%@ Control Language="C#" %>
<!-- ********* Skin-LoginSmall.ascx:Start ************* //-->
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="60%" style="padding-right: 12px;">
<table class="tableBorder" cellspacing="1" cellpadding="3" width="100%">
<tr>
<td class="column"><%= ResourceManager.GetString("LoginSmall_Title") %></td>
</tr>
<tr>
<td class="fh" align="left" valign="top">
<table width="100%" cellspacing="0" border="0" cellpadding="0">
<tr>
<td align="left" class="txt4" nowrap>
<%= ResourceManager.GetString("LoginSmall_Username") %>
<asp:TextBox id="username" runat="server" size="14" maxlength="64" /><asp:RequiredFieldValidator EnableClientScript="false" runat="server" ControlToValidate="username" ErrorMessage="(*)" />
<%= ResourceManager.GetString("LoginSmall_Password") %>
<asp:TextBox TextMode="Password" id="password" runat="server" size="14" maxlength="64" /><asp:RequiredFieldValidator EnableClientScript="false" runat="server" ControlToValidate="password" ErrorMessage="(*)" />
<asp:CheckBox id="autoLogin" TextAlign="Left" type="checkbox" runat="server" />
<asp:Button CssClass="txt2" id="loginButton" runat="server" />
</td>
<td width="1"><img height="25" width="1" src="<%= Globals.GetSkinPath() + "/images/spacer.gif"%>"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="40%">
<table class="tableBorder" cellspacing="1" cellpadding="3" width="100%">
<tr>
<td class="column"><%= ResourceManager.GetString("LoginSmall_UserOptions") %></td>
</tr>
<tr>
<td class="fh" align="left" valign="top">
<table width="100%" cellspacing="0" border="0" cellpadding="0">
<tr>
<td width="100%" align="center" class="txt4" nowrap>
<a href="<%=Globals.GetSiteUrls().UserRegister %>">
<%= ResourceManager.GetString("LoginSmall_CreateNewAccount") %></a>
<a href="<%=Globals.GetSiteUrls().UserForgotPassword %>">
<%= ResourceManager.GetString("LoginSmall_ForgotPassword") %></a>
</td>
<td width="1"><img height="25" width="1" src="<%= Globals.GetSkinPath() + "/images/spacer.gif"%>"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- ********* Skin-LoginSmall.ascx:End ************* //-->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?