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

📄 admin_topicmove.ascx

📁 good code for bbs develop with java and mysql
💻 ASCX
字号:
<%@ Import Namespace="DXBBS.Components"%>
<%@ Control Language="C#" AutoEventWireup="true"%>
<script language="javascript" src="js/calendar.js"></script>
<LINK href="css/calendar.css" rel="stylesheet">
<div class="BodyBlock PTB5">
    <div class="Block Hidden">
		<div class="Title H22 LH22 TC">
		    帖子批量移动
		</div>
		<div class="M1 Middle">
	        <div class="Hidden H25 LH25">
	            <div class="Left BR" style="width:200px">
	                &nbsp;原版面:
	            </div>
	            <div class="Left">
	                 &nbsp;<asp:DropDownList ID="FromBoard" runat="server" /></div>
	        </div>
	        <div class="BT Hidden H25 LH25">
	            <div class="Left BR" style="width:200px">
	                &nbsp;移动到:
	            </div>
	            <div class="Left">
	                 &nbsp;<asp:DropDownList ID="ToBoard" runat="server" /></div>
	        </div>
	        <div class="BT Hidden LH25" style="width:100%">
	            <div class="Left BR" style="width:200px">
	                &nbsp;筛选条件:
	            </div>
	            <div class="Left BL" style="margin-left:-1px">
	                <input type="checkbox" value="all" checked name="Condition" />所有帖子<br />
			        <input type="checkbox" value="name" name="Condition" />按发帖用户名:<asp:TextBox ID="UserName" runat="server" /><br />
			        <input type="checkbox" value="id" name="Condition" />按发帖用户ID:<asp:TextBox ID="UserID" runat="server" /><br />
			        <input type="checkbox" value="addtime" name="Condition" />按发帖时间:从<asp:TextBox ID="StartAddTime" runat="server" /><A onclick="return showCalendar('_ctl0:Main:Admin_TopicMove1:_ctl0:StartAddTime', 'y-mm-dd');" href="#"><IMG alt="选择日期" src="images/calendar.gif" border="0"></A> 到<asp:TextBox ID="EndAddTime" runat="server" /><A onclick="return showCalendar('_ctl0:Main:Admin_TopicMove1:_ctl0:EndAddTime', 'y-mm-dd');" href="#"><IMG alt="选择日期" src="images/calendar.gif" border="0"></A> <br />
		            <input type="checkbox" value="click" name="Condition" />按点击率:从<asp:TextBox ID="StartClick" runat="server" Width="45px" />到<asp:TextBox ID="EndClick" runat="server" Width="45px" /><br />
		            <input type="checkbox" value="reply" name="Condition" />按回复量:从<asp:TextBox ID="StartReply" runat="server" Width="45px" />到<asp:TextBox ID="EndReply" runat="server" Width="45px" /></td></div>
	        </div>
			<div class="Footer BT P5 TC Hidden">
			    <asp:Button CssClass="Button" ID="SubmitButton" Text="确定提交" runat="server" />
			</div>
		</div>
	</div>
</div>

⌨️ 快捷键说明

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