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

📄 car_particular.jsp

📁 实现了基本的oa功能:个人日志。。。
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK"%>

<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles"%>


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
<head>
	<html:base />
	<title>车辆信息高级查询</title>
	<link href="../../css/style.css" rel="stylesheet" type="text/css">
	<script language="javascript" src="../../js/person_doc.js"></script>
	<script>
	function href()
	{
		location.href("car_particular_info.jsp");
	}
	function driverhref()
	{
		location.href("driver_particular_info.jsp");
	}
</script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
	<table width="95%" border="0" cellspacing="0" cellpadding="3"
		align="center">
		<tr>
			<td height="25" align="center" valign="bottom" class="td06">
				<table width="100%" border="0" cellspacing="3" cellpadding="0">
					<tr>
						<td valign="bottom" class="td_form02">
							<html:img src="../../images/index_32.gif" />
							&nbsp;车辆信息查询&nbsp;
							<html:img src="../../images/index_32.gif" />
							<html:img src="../../images/index_32.gif" />
							&nbsp;&nbsp;车辆信息高级查询
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>
	<br>
	<html:form action="/findCarInfo?method=car_par">
		<table width="95%" border="0" align="center" cellspacing="0"
			cellpadding="6">
			<tr>
				<td nowrap class="td_top" colspan="6" align="center">
					车辆查询
				</td>
			</tr>
			<tr>
				<td height="10">
				</td>
			</tr>
			<tr>
				<td width="15%" height="24">
					车辆编码:
				</td>
				<td width="15%" align="left">
					<html:text maxlength="6" property="carId" size="8" />
				</td>
				<td width="15%">
					车型:
				</td>
				<td align="left">
					<html:select styleClass="td_form02" property="carType">
						<html:option value="">小汽车</html:option>
					</html:select>
				</td>
				<td width="10%">
					车牌号:
				</td>
				<td width="15%">
					<html:text maxlength="6" property="carNumber" size="8" />
				</td>
			</tr>
			<tr>
				<td width="15%">
					车辆状态:
				</td>
				<td width="15%">
					<html:select styleClass="td_form02" property="carStatus">
						<html:option value="">正在使用</html:option>
						<html:option value="">未使用</html:option>
					</html:select>
				<td width="15%">
					使用部门:
				</td>
				<td width="15%">
					<html:select styleClass="td_form02" property="departmentName">
						<html:option value="">电力保障部</html:option>
					</html:select>
				</td>
				<td width="15%">
					购入日期:
				</td>
				<td width="15%">
					<html:text styleClass="input" property="carTimes" size="10" />
				</td>
			</tr>
			<tr>
				<td width="15%">
					购入价格:
				</td>
				<td width="15%">
					<html:text styleClass="input" property="shoppingPrice" size="10" />
				</td>
				<td width="15%">
					其它费用:
				</td>
				<td width="15%">
					<html:text styleClass="input" property="otherPrice" size="10" />
				</td>
				<td width="10%">
					使用年限:
				</td>
				<td width="15%">
					<html:text styleClass="input" property="carYear" size="10" />
				</td>
			</tr>
			<tr>
				<td align="right" colspan="10">
					<div>
						<html:submit value=" 查询 " />
						&nbsp;&nbsp;
						<html:reset value="重置"></html:reset>
					</div>
				</td>
			</tr>
		</table>
	</html:form>
	<br>
	<html:form action="/findDriverInfo?driver=driver_particular">
		<table width="95%" border="0" align="center" cellpadding="6"
			cellspacing="0">
			<tr>
				<td nowrap class="td_top" colspan="6" align="center">
					驾驶员信息查询
				</td>
			</tr>
			<tr>
				<td height="10">
				</td>
			</tr>
			<tr>
				<td width="15%" height="24">
					驾驶员编号:
				</td>
				<td width="15%" align="left">
					<html:text maxlength="6" property="driverId" size="8" />
				</td>
				<td width="15%" height="24">
					驾驶员名称:
				</td>
				<td width="15%" align="left">
					<html:text maxlength="6" property="driverName" size="8" />
				</td>
				<td width="15%">
					出生日期:
				</td>
				<td width="15%">
					<input type="text" maxlength="6" name="driverBirthTime" size="8" />
				</td>
			</tr>
			<tr>
				<td width="15%">
					有无工作经验:
				</td>
				<td width="15%">
					<input type="radio" value="有" name="dirverExperience"
						checked="checked" />
					&nbsp;有&nbsp;
					<input type="radio" value="无" name="dirverExperience" />
					&nbsp;无
				</td>
				<td width="15%">
					驾龄:
				</td>
				<td width="15%">
					<html:text maxlength="6" property="dirverAge" size="8" />
				</td>
				<td width="15%">
					家庭住址:
				</td>
				<td width="15%">
					<html:text styleClass="input" property="dirverHomeAddress"
						size="10" />
				</td>
			</tr>
			<tr>
				<td width="15%">
					邮编:
				</td>
				<td width="15%">
					<html:text styleClass="input" property="driverMailNumber" size="10" />
				</td>
				<td width="15%">
					联系方式:
				</td>
				<td width="15%">
					<html:text styleClass="input" property="driverLinkman" size="10" />
				</td>
			</tr>
			<tr>
				<td align="right" colspan="10">
					<div>
						<html:submit value=" 查询 " />
						&nbsp;&nbsp;
						<html:reset value=" 重置 "></html:reset>
					</div>
				</td>
			</tr>
		</table>
	</html:form>
</body>
</html:html>

⌨️ 快捷键说明

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