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

📄 audiovideos_addaudiovideo.ascx

📁 倒奶CMS内容管理系统 v6.0 中文版 软件类别: .NET源码 / 全站系统 软件语言: 简体中文 授权方式: 共享版 文件大小: 7.21M 系统平台: ASP.NET+SQL
💻 ASCX
字号:
<%@ Control %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<%--

This skin is used both for adding and editing an audio video link. Modify the HTML content
to modify the appearance of the page.
--%>
<asp:label id="lblSectionTitle" CssClass="Form_Title" Runat="Server"></asp:label>
<p class="Form_Description">
	&nbsp;</p>
<asp:panel id="pnlForm" runat="Server">
	<TABLE class="Form_Table" cellSpacing="0" cellPadding="3" width="400" border="0">
		<TR>
			<TD class="Form_SectionRow">增加/修改音频或视频
			</TD>
		</TR>
		<TR>
			<TD class="Form_LabelRow" vAlign="top"><SPAN class="Form_LabelText">标题:</SPAN>&nbsp;
				<asp:RequiredFieldValidator id="RequiredFieldValidator1" runat="server" ControlToValidate="txtTitle" ErrorMessage="(required)"
					Display="Dynamic"></asp:RequiredFieldValidator><BR>
				<asp:TextBox id="txtTitle" runat="server" size="25" maxLength="100"></asp:TextBox></TD>
		</TR>
		<asp:Panel id="pnlTopics" Runat="Server">
			<TR>
				<TD class="Form_LabelRow"><SPAN class="Form_LabelText">话题:</SPAN>
					<asp:RequiredFieldValidator id="RequiredFieldValidator2" Runat="server" CssClass="Form_Field" ControlToValidate="dropTopics"
						Text="(required)" InitialValue="-1"></asp:RequiredFieldValidator><BR>
					<community:TopicPicker id="dropTopics" Runat="Server"></community:TopicPicker></TD>
			</TR>
		</asp:Panel>
		<TR>
			<TD class="Form_LabelRow" vAlign="top"><SPAN class="Form_LabelText">广播链接:</SPAN>
				<SPAN class="Form_HelpText"><BR>(如:mms://213.146.112.41/ChurchillSpeech)</SPAN>
				<asp:RequiredFieldValidator id="RequiredFieldValidator3" runat="server" ControlToValidate="txtUrl" ErrorMessage="(required)"
					Display="Dynamic"></asp:RequiredFieldValidator><BR>
				<asp:TextBox id="txtUrl" runat="server" size="40" maxLength="255" Text="mms://"></asp:TextBox><BR>
			</TD>
		</TR>
		<TR>
			<TD><SPAN class="Form_LabelText">内容类型:</SPAN><BR>
				<asp:RadioButton id="rbAudio" runat="server" Text="音频"></asp:RadioButton>
				<asp:RadioButton id="rbVideo" runat="server" Text="视频"></asp:RadioButton></TD>
		</TR>
		<TR>
			<TD><SPAN class="Form_LabelText">&nbsp;Midia Player播放器高度:</SPAN><BR>
				<asp:TextBox id="txtHeight" runat="server" size="25" maxLength="3" Width="50px">250</asp:TextBox></TD>
		</TR>
		<TR>
			<TD><SPAN class="Form_LabelText">&nbsp;Midia Player播放器宽度:</SPAN><BR>
				<asp:TextBox id="txtWidth" runat="server" size="25" maxLength="3" Width="50px">250</asp:TextBox></TD>
		</TR>
		<TR>
			<TD class="Form_LabelRow" vAlign="top"><SPAN class="Form_LabelText">描述:</SPAN>&nbsp;<SPAN class="Form_HelpText"><BR>
				</SPAN>
				<asp:RequiredFieldValidator id="RequiredFieldValidator4" runat="server" ControlToValidate="txtDescription" ErrorMessage="(required)"
					Display="Dynamic"></asp:RequiredFieldValidator>
				<community:LengthValidator id="LengthValidator1" Runat="server" CssClass="Form_Field" ControlToValidate="txtDescription"
					Text="(less than 500 characters)" MaxLength="500">(要少于500字符)</community:LengthValidator><BR>
				<asp:TextBox id="txtDescription" runat="server" TextMode="MultiLine" Rows="3" Cols="40"></asp:TextBox></TD>
		</TR>
		<TR>
			<TD class="Form_LabelRow" align="right" colSpan="3">
				<asp:Button id="btnPreview" Runat="server" CssClass="Form_Button" Text="预览"></asp:Button>
				<asp:Button id="btnAdd" Runat="server" CssClass="Form_Button" Text="增加链接"></asp:Button>
				<asp:Button id="btnEdit" Runat="server" CssClass="Form_Button" Text="应用更新"></asp:Button></TD>
		</TR>
	</TABLE>
</asp:panel><asp:panel id="pnlPreview" Runat="Server">
	<DIV align="right">
		<community:DisplayTopic id="previewTopic" runat="Server"></community:DisplayTopic></DIV>
	<community:AudioVideoTitle id="previewLinkTitle" runat="server"></community:AudioVideoTitle>
	<P>
		<community:BriefDescription id="previewDescription" runat="server"></community:BriefDescription></P>
	<asp:Button id="btnContinue" Runat="Server" Text="完成预览"></asp:Button>
</asp:panel>

⌨️ 快捷键说明

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