siteconfig.ascx

来自「主要用于网络在线培训、远程教育之用。目前功能包括:课室分类」· ASCX 代码 · 共 69 行

ASCX
69
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="SiteConfig.ascx.cs" Inherits="Socut_Ver3.xx.Skin.Sys_UC.AdminSetSite" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table class="fontContent" cellSpacing="0" cellPadding="0" width="70%" align="center" border="0">
	<tr>
		<td bgColor="#cccccc" height="25">网站信息</td>
	</tr>
	<tr>
		<td>网站名称:
			<asp:textbox id="SiteName" runat="server" CssClass="inputTitle" Width="104px"></asp:textbox><br>
			网站口号:
			<asp:textbox id="Slogan" runat="server" CssClass="inputTitle" Width="208px"></asp:textbox><BR>
			网站网址:
			<asp:textbox id="URL" runat="server" CssClass="inputTitle" Width="208px"></asp:textbox><BR>
			安全加密:
			<asp:dropdownlist id="Encrypt" runat="server">
				<asp:ListItem Value="1">SHA1算法</asp:ListItem>
				<asp:ListItem Value="2">MD5(32位)</asp:ListItem>
				<asp:ListItem Value="3">MD5(16位)</asp:ListItem>
			</asp:dropdownlist><BR>
			<FONT face="宋体">建站年份:
				<asp:textbox id="Year" runat="server" CssClass="inputTitle" Width="80px"></asp:textbox><BR>
				默认皮肤:
				<asp:dropdownlist id="DLSkin" runat="server"></asp:dropdownlist><BR>
				会员注册:<asp:RadioButtonList id="RegUser" runat="server" RepeatDirection="Horizontal" Width="40px">
					<asp:ListItem Value="1">是</asp:ListItem>
					<asp:ListItem Value="0">否</asp:ListItem>
				</asp:RadioButtonList><BR>
				用户审核:</FONT>
			<asp:radiobutton id="UserCheck1" runat="server" Text="是" GroupName="UserCheck"></asp:radiobutton><asp:radiobutton id="UserCheck0" runat="server" Text="否" GroupName="UserCheck"></asp:radiobutton><FONT face="宋体"><BR>
				投稿审核:
				<asp:radiobutton id="TeachCheck1" runat="server" Text="是" GroupName="TeachCheck"></asp:radiobutton><asp:radiobutton id="TeachCheck0" runat="server" Text="否" GroupName="TeachCheck"></asp:radiobutton><BR>
				VIP 预览:
				<asp:radiobutton id="RBPre1" runat="server" Text="是" GroupName="RBPre"></asp:radiobutton><asp:radiobutton id="RBPre2" runat="server" Text="否" GroupName="RBPre"></asp:radiobutton><BR>
				首页预载:
				<asp:radiobutton id="RBLoad1" runat="server" Text="是" GroupName="RBLoad"></asp:radiobutton><asp:radiobutton id="RBLoad2" runat="server" Text="否" GroupName="RBLoad"></asp:radiobutton><BR>
				留言审核:
				<asp:DropDownList id="DDLGuest" runat="server">
					<asp:ListItem Value="0">开启</asp:ListItem>
					<asp:ListItem Value="1">关闭</asp:ListItem>
				</asp:DropDownList><BR>
				发帖审核:
				<asp:DropDownList id="DDLBBSCheck" runat="server">
					<asp:ListItem Value="0">开启</asp:ListItem>
					<asp:ListItem Value="1">关闭</asp:ListItem>
				</asp:DropDownList><BR>
				后台管理:
				<asp:textbox id="AdminTrack" runat="server" Width="88px"></asp:textbox>(虚拟路径,不等于真实的物理路径)<BR>
				学名长度:
				<asp:TextBox id="TBRegUidLength" Width="88px" runat="server"></asp:TextBox>个中文(1个中文符=2个英文符)<BR>
				外服务器:
				<asp:textbox id="LoadServer" runat="server" Width="160px"></asp:textbox><BR>
				Tips:假设你当前使用的这台服务器域名是<A href="http://www.socut.com">http://www.socut.com</A>而你的大部分下载资源统一放在<A href="http://down.socut.com">http://down.socut.com</A>上面,那么,外服务器则填写<A href="http://down.socut.com">http://down.socut.com</A>若不是,则填写相对路径。如果你的下载资源,统一存在在当前服务器的Download文件夹,则填写Download/即可。<BR>
				默认签名:
				<asp:textbox id="DefaultWrite" runat="server" Width="320px" Height="48px" TextMode="MultiLine"></asp:textbox><BR>
				脏话过滤:
				<asp:textbox id="Badword" runat="server" Width="320px" Height="52px" TextMode="MultiLine"></asp:textbox><BR>
			</FONT>
		</td>
	</tr>
	<tr>
		<td bgColor="#cccccc" height="25"></td>
	</tr>
	<tr>
		<td>&nbsp;</td>
	</tr>
	<TR>
		<TD><asp:button id="Button1" runat="server" CssClass="inputButton" Text="确定更新"></asp:button><asp:label id="Info" runat="server"></asp:label></TD>
	</TR>
</table>

⌨️ 快捷键说明

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