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

📄 specialtype.aspx

📁 CMS内容管理系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="SpecialType.aspx.cs" AutoEventWireup="false" Inherits="YulinCMS.Web.Admin.Template.Dialog.SpecialType" %>
<%@ Register TagPrefix="uc1" TagName="Header" Src="../../Header.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Footer" Src="../../Footer.ascx" %>
<uc1:Header id="Header1" runat="server"></uc1:Header>
<form id="Form1" method="post" runat="server">
	<script language="javascript" src="../../JS/TemplateAdmin.js"></script>
	<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
		<tr>
			<td>
				<asp:CheckBoxList id="chkListSpecialType" runat="server" RepeatDirection="Horizontal">
					<asp:ListItem Value="Hot">热点</asp:ListItem>
					<asp:ListItem Value="Recommend">推荐</asp:ListItem>
				</asp:CheckBoxList>
				<asp:RadioButtonList id="rabListSign" runat="server" RepeatDirection="Horizontal">
					<asp:ListItem Value="|" Selected="True">或关系</asp:ListItem>
					<asp:ListItem Value="&amp;">与关系</asp:ListItem>
				</asp:RadioButtonList></td>
		</tr>
		<tr>
			<td>
				<asp:Button id="btnOK" runat="server" Text="确定"></asp:Button><INPUT id="txtReturnValue" type="hidden" name="txtReturnValue" runat="server"></td>
		</tr>
		<tr>
			<td>&nbsp;</td>
		</tr>
	</table>
</form>
<uc1:Footer id="Footer1" runat="server"></uc1:Footer>

⌨️ 快捷键说明

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