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

📄 hteaadd.jsp

📁 数学网
💻 JSP
字号:
<%@ page language="java" pageEncoding="gb2312" import="math.login.model.User"%>

<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles" prefix="tiles"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-template" prefix="template"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-nested" prefix="nested"%>
<html>
	<head>
		<link href="../images/myweb.css" rel="stylesheet" type="text/css">
		<title>管理界面</title>
		<style type="text/css">
<!--
body {
	background-image: url(../images/main_bg.gif);
}
-->
</style>

		<meta http-equiv="pragma" content="no-cache">
		<meta http-equiv="cache-control" content="no-cache">
		<meta http-equiv="expires" content="0">
		<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
		<meta http-equiv="description" content="This is my page">
	</head>
	<body>
		<html:form action="/admin/htea/hteaadd.do" >
			<table width="99%" cellpadding="0" cellspacing="0" border="0" align="center">
				<tr>
					<td>
						<table width="82" height="28" border="0" cellpadding="0" cellspacing="0" background="../images/main_menu_bg.gif">
							<tr>
								<td valign="bottom">
									<FONT COLOR="BLACK"><div align="center">
											家教信息添加
										</div>
									</FONT>
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
			<table width="99%" cellpadding="3" cellspacing="1" border="0" align="center" class="main_table">
				<tr>
					<td colspan="3" align="center" class="main_topbg">
						网站后台管理
					</td>
				</tr>

				<tr>
					<td width="160" class="myweb_td">
						发布标题:
					</td>
					<td class="myweb_td" onMouseOut="this.style.backgroundColor=''" onMouseOver="this.style.backgroundColor='#ffffff'">
						<html:text property="htea_title" />
					</td>
					<td class="myweb_td" width="260px">
						&nbsp;
					</td>
				</tr>
				
				<tr>
					<td width="160" class="myweb_td">
						发布类型:
					</td>
					<td class="myweb_td" onMouseOut="this.style.backgroundColor=''" onMouseOver="this.style.backgroundColor='#ffffff'">
						<html:select property="htea_type">
						<html:option value="0">请家教</html:option>
						<html:option value="1">做家教</html:option>		
						</html:select> 
					</td>
					<td class="myweb_td" width="260px">
						&nbsp;
					</td>
				</tr>
				<tr>
					<td width="160" class="myweb_td">

						发布内容:
					</td>
					<td class="myweb_td" onMouseOut="this.style.backgroundColor=''" onMouseOver="this.style.backgroundColor='#ffffff'">
						<html:textarea property="htea_content" rows="10" cols="50"></html:textarea>
					</td>
					<td class="myweb_td" width="260px">
						&nbsp;
					</td>
				</tr>				

				<tr>
					<td width="160" class="myweb_td">
						用户名:
					</td>
					<td class="myweb_td" onMouseOut="this.style.backgroundColor=''" onMouseOver="this.style.backgroundColor='#ffffff'">
						<%out.print(((User) session.getAttribute("USER")).getUsername());%>

					</td>
					<td class="myweb_td" width="260px">
						&nbsp;
					</td>
				</tr>

				<tr>
					<td width="160" class="myweb_td">
						有效时间:
					</td>
					<td class="myweb_td" onMouseOut="this.style.backgroundColor=''" onMouseOver="this.style.backgroundColor='#ffffff'">
						<html:select property="htea_isc_int">
						<html:option  value="3">三天</html:option>
						<html:option  value="4" >四天</html:option>
						<html:option  value="5" >五天</html:option>
						<html:option  value="6" >六天</html:option>
						<html:option  value="7" >七天</html:option>
						<html:option  value="8" >八天</html:option>
						<html:option  value="" >九天</html:option>			
						</html:select> 
					</td>
					<td class="myweb_td" width="260px">
						&nbsp;
					</td>
				</tr>

				<tr>
					<td colspan="3" class="myweb_td" align="center">
						<html:errors />
						<html:submit value="添加" />
					</td>
				</tr>
			</table>
		</html:form>

	</body>
</html>

⌨️ 快捷键说明

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