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

📄 pm_archive.jsp

📁 论坛软件系统亦称电子公告板(BBS)系统
💻 JSP
字号:
<%@ page language="java" pageEncoding="utf-8"%>
<%@ taglib uri="/WEB-INF/c.tld" prefix="c"%>
<form method="post" action="pm.jsp?action=archive&search=yes" target="_blank">
	<input type="hidden" name="formhash" value="b29e1c42" />
	<div class="mainbox formbox">
		<h1> 导出短消息 </h1>
		<jsp:include flush="true" page="pm_navbar.jsp" />
		<table summary="导出短消息" cellspacing="0" cellpadding="0">
			<tr>
				<th>
					文件夹
				</th>
				<td>
					<label> <input type="radio" name="folder" value="inbox" checked="checked" /> 收件箱 </label>
					<label> <input type="radio" name="folder" value="outbox" /> 草稿箱 </label>
				</td>
			</tr>
			<tr>
				<th> 时间范围 </th>
				<td>
					<select name="days">
						<option value="86400" selected="selected">
							1 天
						</option>
						<option value="172800">
							2 天
						</option>
						<option value="432000">
							1 周
						</option>
						<option value="1296000">
							1 个月
						</option>
						<option value="5184000">
							3 个月
						</option>
						<option value="8640000">
							6 个月
						</option>
						<option value="31536000">
							1 年
						</option>
						<option value="0">
							全部时间
						</option>
					</select>
					<label> <input type="radio" name="newerolder" value="0" checked="checked" /> 以内 </label>
					<label> <input type="radio" name="newerolder" value="1" /> 以前 </label>
				</td>
			</tr>

			<tr>
				<th> <label for="amount"> 导出短消息数量 </label> </th>
				<td>
					<select id="amount" name="amount">
						<option value="10" selected="selected">
							10
						</option>
						<option value="20">
							20
						</option>
						<option value="30">
							30
						</option>
						<option value="40">
							40
						</option>
						<option value="50">
							50
						</option>
						<option value="0">
							全部
						</option>
					</select>
				</td>
			</tr>
			<tr>
				<th> &nbsp; </th>
				<td> <label> <input class="checkbox" type="checkbox" name="delete" value="1" /> 导出后删除短消息 </label> </td>
			</tr>
			<tr>
				<th> &nbsp; </th>
				<td> <button type="submit" class="submit" name="archivesubmit" value="true"> 导出短消息 </button> </td>
			</tr>
		</table>
	</div>
</form>

⌨️ 快捷键说明

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