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

📄 docsmallpicture.aspx

📁 CMS内容管理系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="DocSmallPicture.aspx.cs" AutoEventWireup="false" Inherits="YulinCMS.Web.Admin.Template.Dialog.DocSmallPicture" %>
<%@ 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>
		<tr>
			<td>缩略图等级</td>
		</tr>
		<TR>
			<td>
				<asp:RadioButtonList id="rabListSmallPictureLevel" runat="server" RepeatDirection="Horizontal">
					<asp:ListItem Value="1">1    (320*230)</asp:ListItem>
					<asp:ListItem Value="2" Selected="True">2    (130*93) </asp:ListItem>
					<asp:ListItem Value="3">3    (70*50) </asp:ListItem>
				</asp:RadioButtonList>
			</td>
		</TR>
		<tr>
			<td>&nbsp;
				<asp:Button id="btnOK" runat="server" Text="确定"></asp:Button>&nbsp;<INPUT type="button" value="取消" onclick="window.close();"><INPUT id="txtReturnValue" type="hidden" name="txtReturnValue" runat="server"></td>
		</tr>
	</table>
</form>
<uc1:Footer id="Footer1" runat="server"></uc1:Footer>

⌨️ 快捷键说明

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