📄 skin-memberadmin.ascx
字号:
<CS:ResourceLabel runat="server" ResourceName="EditProfile_AboutGender" ID="Resourcelabel25"/>
</td>
<td class="fh3">
<CS:GenderRadioButtonList Cssclass="txt1" id="Gender" RepeatColumns="3" runat="server" />
</td>
</tr>
<tr>
<td class="f" width="45%">
<CS:ResourceLabel runat="server" ResourceName="EditProfile_AboutWebAddress" ID="Resourcelabel26"/>
</td>
<td class="fh3">
<asp:TextBox id="WebAddress" Size="50" runat="server" MaxLength="50" />
</td>
</tr>
<tr>
<td class="f" width="45%">
<CS:ResourceLabel runat="server" ResourceName="EditProfile_AboutWebLog" ID="Resourcelabel27"/>
</td>
<td class="fh3">
<asp:TextBox id="WebLog" Size="50" runat="server" MaxLength="50" />
</td>
</tr>
<tr>
<td class="f" width="45%" valign="top">
<CS:ResourceLabel runat="server" ResourceName="EditProfile_AboutSignature" ID="Resourcelabel28"/>
</td>
<td class="fh3" valign="top">
<asp:TextBox id="Signature" TextMode="MultiLine" columns="50" rows="5" runat="server" />
<br /><asp:RangeValidator ControlToValidate="Signature" id="SignatureMaxLengthValidator" EnableClientScript=false runat="server"/>
</td>
</tr>
</table>
<CS:ExpanderPanel runat="server"
CssClass="column"
ControlToToggle="ContactInfoTable"
Collapsed="True"
ResourceName="EditProfile_ContactTitle"
TextAlign="Right"
ButtonImage="~/Themes/default/images/expand-closed.gif"
ButtonImageCollapsed="~/Themes/default/images/expand-open.gif" id = "Expanderpanel1" />
<table class="tableBorder" cellpadding="3" cellspacing="1" width="100%" runat="server" id="ContactInfoTable">
<tr>
<td class="f" width="45%">
<CS:ResourceLabel runat="server" ResourceName="EditProfile_ContactPublicEmail" ID="Resourcelabel30"/>
</td>
<td class="fh3">
<asp:TextBox id="PublicEmail" Size="50" runat="server" MaxLength="50"/>
</td>
</tr>
<tr>
<td class="f" width="45%">
<CS:ResourceLabel runat="server" ResourceName="EditProfile_ContactMsn" ID="Resourcelabel31"/>
</td>
<td class="fh3">
<asp:TextBox id="MsnIM" Size="50" runat="server" MaxLength="50"/>
</td>
</tr>
<tr>
<td class="f" width="45%">
<CS:ResourceLabel runat="server" ResourceName="EditProfile_ContactAol" ID="Resourcelabel32"/>
</td>
<td class="fh3">
<asp:TextBox id="AolIM" Size="50" runat="server" MaxLength="50"/>
</td>
</tr>
<tr>
<td class="f" width="45%">
<CS:ResourceLabel runat="server" ResourceName="EditProfile_ContactYahoo" ID="Resourcelabel33"/>
</td>
<td class="fh3">
<asp:TextBox id="YahooIM" Size="50" runat="server" MaxLength="50"/>
</td>
</tr>
<tr>
<td class="f" width="45%">
<CS:ResourceLabel runat="server" ResourceName="EditProfile_ContactIcq" ID="Resourcelabel34"/>
</td>
<td class="fh3">
<asp:TextBox id="ICQ" Size="50" runat="server" MaxLength="50"/>
</td>
</tr>
<!-- 添加QQ 开始 -->
<tr>
<td class="f" nowrap>
<CS:ResourceLabel runat="server" ResourceName="EditProfile_ContactQQ" ID="Resourcelabel35" NAME="Resourcelabel35"/>
</td>
<td class="fh3">
<asp:textbox id="QQ" MaxLength="50" runat="server" columns="30"></asp:textbox>
</td>
</tr>
<!-- 添加QQ 结束 -->
</table>
<CS:ExpanderPanel runat="server"
CssClass="column"
ControlToToggle="AvatarSection"
Collapsed="True"
ResourceName="EditProfile_AvatarTitle"
TextAlign="Right"
ButtonImage="~/Themes/default/images/expand-closed.gif"
ButtonImageCollapsed="~/Themes/default/images/expand-open.gif" id = "Expanderpanel2" />
<table class="tableBorder" cellpadding="3" cellspacing="1" width="100%" runat="server" id="AvatarSection">
<tr>
<td class="f" width="45%">
<CS:ResourceLabel runat="server" ResourceName="ViewUserProfile_Avatar" ID="Resourcelabel36"/>
</td>
<td class="fh3">
<CS:UserAvatar Visible="False" id="Avatar" runat="server" PadImage="False" />
</td>
</tr>
<tr>
<td class="f" width="45%">
<CS:ResourceLabel runat="server" ResourceName="EditProfile_AvatarEnable" ID="Resourcelabel37"/>
</td>
<td class="fh3">
<CS:YesNoRadioButtonList Cssclass="txt1" id="EnableAvatar" runat="server" RepeatDirection="Horizontal" />
</td>
</tr>
<tr>
<td class="f" width="45%">
<CS:ResourceLabel runat="server" ResourceName="EditProfile_UploadAvatar" ID="Resourcelabel38"/>
</td>
<td class="fh3">
<input type="file" runat="server" id="AvatarUpload" NAME="AvatarUpload"/> <asp:button id="SubmitAvatar" runat="server" />
</td>
</tr>
<tr>
<td class="f" width="45%">
<CS:ResourceLabel runat="server" ResourceName="EditProfile_AvatarUrl" ID="Resourcelabel39"/>
</td>
<td class="fh3">
<asp:TextBox id="AvatarUrl" Size="50" runat="server" MaxLength="256"/>
</td>
</tr>
</table>
<CS:ExpanderPanel runat="server"
CssClass="column"
ControlToToggle="ForumOptionsTable"
Collapsed="True"
ResourceName="EditProfile_OptionsTitle"
TextAlign="Right"
ButtonImage="~/Themes/default/images/expand-closed.gif"
ButtonImageCollapsed="~/Themes/default/images/expand-open.gif" id = "Expanderpanel3" />
<table class="tableBorder" cellpadding="3" cellspacing="1" width="100%" runat="server" id = "ForumOptionsTable">
<tr>
<td class="f" width="45%">
<CS:ResourceLabel runat="server" ResourceName="EditProfile_AboutTimeZone" ID="Resourcelabel41"/>
</td>
<td class="fh3">
<CS:TimezoneDropDownList id="Timezone" runat="server" />
</td>
</tr>
<tr>
<td class="f" width="45%">
<CS:ResourceLabel runat="server" ResourceName="EditProfile_Theme" ID="Resourcelabel42"/>
</td>
<td class="fh3">
<CS:ThemeDropDownList id="Theme" runat="server" />
</td>
</tr>
<tr>
<td class="f" width="45%">
<CS:ResourceLabel runat="server" ResourceName="EditProfile_OptionsLanguage" ID="Resourcelabel43"/>
</td>
<td class="fh3">
<CS:LanguageDropDownList id="Language" runat="server" />
</td>
</tr>
<tr>
<td class="f" width="45%">
<CS:ResourceLabel runat="server" ResourceName="EditProfile_OptionsDateFormat" ID="Resourcelabel44"/>
</td>
<td class="fh3">
<CS:DateFormatDropDownList id="DateFormat" runat="server" />
</td>
</tr>
<tr>
<td class="f" width="45%">
<CS:ResourceLabel runat="server" ResourceName="EditProfile_DisplayInMemberList" ID="Resourcelabel45"/>
</td>
<td class="fh3">
<CS:YesNoRadioButtonList Cssclass="txt1" id="DisplayInMemberList" runat="server" RepeatDirection="Horizontal" />
</td>
</tr>
<tr id="EnablePostPreviewPopupRow" runat="server">
<td class="f" width="45%">
<CS:ResourceLabel runat="server" ResourceName="Admin_SiteSettings_EnablePostPreviewPopup" ID="Resourcelabel46"/>
</td>
<td class="fh3">
<CS:YesNoRadioButtonList Cssclass="txt1" id="EnablePostPreviewPopup" runat="server" RepeatDirection="Horizontal" />
</td>
</tr>
<tr id="EmoticonRow" runat = "Server">
<td class="f" width="45%">
<CS:ResourceLabel runat="server" ResourceName="Admin_SiteSettings_EnableEmoticons" ID="Resourcelabel14" NAME="Resourcelabel14"/>
</td>
<td class="fh3">
<CS:YesNoRadioButtonList Cssclass="txt1" id="EnableEmoticons" runat="server" RepeatColumns="2" />
</td>
</tr>
<tr id="ThreadSortOptions" runat="server">
<td class="f" width="45%">
<CS:ResourceLabel runat="server" ResourceName="EditProfile_OptionsSortOrder" ID="Resourcelabel17" NAME="Resourcelabel17"/>
</td>
<td class="fh3">
<CS:SortOrderDropDownList Cssclass="txt1" id="SortOrder" runat="server" />
</td>
</tr>
</table>
<CS:ExpanderPanel runat="server"
CssClass="column"
ControlToToggle="EmailOptionsTable"
Collapsed="True"
ResourceName="EditProfile_EmailTitle"
TextAlign="Right"
ButtonImage="~/Themes/default/images/expand-closed.gif"
ButtonImageCollapsed="~/Themes/default/images/expand-open.gif" id = "Expanderpanel4" />
<table class="tableBorder" cellpadding="3" cellspacing="1" width="100%" runat="server" id = "EmailOptionsTable">
<tr>
<td class="f" width="45%">
<CS:ResourceLabel runat="server" ResourceName="EditProfile_OptionsReceiveEmails" ID="Resourcelabel48"/>
</td>
<td class="fh3">
<CS:YesNoRadioButtonList Cssclass="txt1" id="ReceiveEmails" runat="server" RepeatDirection="Horizontal" />
</td>
</tr>
<tr>
<td class="f" width="45%">
<CS:ResourceLabel runat="server" ResourceName="EditProfile_OptionsHtmlEmail" ID="Resourcelabel49"/>
</td>
<td class="fh3">
<CS:YesNoRadioButtonList Cssclass="txt1" id="EnableHtmlEmail" runat="server" RepeatDirection="Horizontal" />
</td>
</tr>
<tr>
<td class="f" width="45%">
<CS:ResourceLabel runat="server" ResourceName="EditProfile_OptionsEmailTracking" ID="Resourcelabel50"/>
</td>
<td class="fh3">
<CS:YesNoRadioButtonList Cssclass="txt1" id="EnableEmailTracking" runat="server" RepeatDirection="Horizontal" />
</td>
</tr>
</table>
<p>
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="right" class="txt3">
<asp:Button runat="server" id="UpdateButton" />
</td>
</tr>
</table>
</p>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -