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

📄 arttop.jsp

📁 一个不错的bbs论坛系统.对初学者很有帮助
💻 JSP
字号:
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ include file="comm/header.jsp" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>论坛帖子管理</title>
<script language="javascript">
<!--
  function selectClass(){
  	if(document.getElementById("movefc").value==0)
  	alert("请选择论坛,不要选择\"+\"后面的大类");
  }
//-->
</script>
</head>
<body>
<div class="tabwidth">
<table align=center width=100% cellSpacing=0 cellPadding=0 >
  <tr><td>
	  <table class=tab1 width=100% cellSpacing=0 cellPadding=0 >
		<tr height=25px class=tr_bg2><td>&nbsp;&nbsp;
			<a href=index.htm>『<bean:write name="bbsname" />』</a>&nbsp;&nbsp;→&nbsp;&nbsp;论坛帖子管理</td>
		</tr>
	  </table><br>
  </td></tr>	
  <tr><td>
	<table class=tab1 align=center width=100% cellSpacing=0 cellPadding=0 >	 
		<tr><td class="tab_c" align=center height=30px><b><font color=#FFFFFF>论坛帖子管理</font></b></td></tr>
		<tr><td>
			<html:form action="ManageSelect.htm" method="post">
				<input type=hidden name="artId" value=<bean:write name="aId"/>>
				<input type=hidden name="forumId" value=<bean:write name="fId"/>>
				<input type=hidden name="classId" value=<bean:write name="cId"/>>
			 <table align=center width=100% cellSpacing=0 cellPadding=0 >
			  <logic:equal name="action" value="top">
			   <input type=hidden name="action" value="top" >
			   <tr><td class=td_tbg height=30px widht=30%>&nbsp;&nbsp;请您选择目标论坛</td>
					<td class=td_lt>&nbsp;&nbsp;
					<select name=topfc>
					<option value=1>该贴所在论坛</option>
					<option value=2>该贴所在区论坛</option>
					<option value=3>所有论坛</option>
					</select>
				</td></tr>
			  </logic:equal>
			  <logic:equal name="action" value="move">
				<input type=hidden name="action" value="move" >
				<tr><td class=td_tbg height=30px widht=30%>&nbsp;&nbsp;请您选择目标论坛</td>
					<td class=td_lt>&nbsp;&nbsp;<bean:write name="movestr" filter="false" />&nbsp;&nbsp;<b>请不要选择"区论坛"作为目标论坛</b>
					<font color="red"><html:errors/></font>
					</td>
				</tr>
			  </logic:equal>
			  <logic:equal name="action" value="delete">
				<input type=hidden name="action" value="delete" >
				<input type=hidden name="userId" value=<bean:write name="uId"/> >
				<tr><td class=td_tbg height=30px widht=30%>&nbsp;&nbsp;请您说明删帖原因</td>
					<td class=td_lt>&nbsp;&nbsp;<textarea name=deleteres cols=40 rows=5></textarea>&nbsp;&nbsp;
					<font color="red"><html:errors/></font></td></tr>
			  </logic:equal>
			  <logic:equal name="action" value="delRep">
				<input type=hidden name="action" value="delRep" >
				<input type=hidden name="userId" value=<bean:write name="uId"/> >
				<tr><td class=td_tbg height=30px widht=30%>&nbsp;&nbsp;请您说明删帖原因</td>
					<td class=td_lt>&nbsp;&nbsp;<textarea name=deleteres cols=40 rows=5></textarea>&nbsp;&nbsp;
					<font color="red"><html:errors/></font></td></tr>
			  </logic:equal>
				<tr><td colspan=2 align=center class=td_t><br><input type=submit name=subfc value=提交 />&nbsp;&nbsp;
				     <input type=button onClick='javascript:history.go(-1);' value="返回" >
				</td></tr>
			 </table>
		    </html:form>
		 </td></tr>
		</table><br>
		</td></tr>
		<tr><td><yhbbs:footer/></td></tr>
	</table>
</div>
</body>
</html>

⌨️ 快捷键说明

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