📄 save_car.jsp
字号:
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles"%>
<%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested"%>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@ page contentType="text/html; charset=GBK"%>
<html:html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>我要请假</title>
<link href="../../css/style.css" rel="stylesheet" type="text/css">
<script language="javascript" src="../../js/person_doc.js"></script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25" align="center" valign="bottom" class="td06">
<table width="98%" border="0" cellspacing="3" cellpadding="0">
<tr>
<td valign="bottom" class="td_form02">
<html:img src="../../images/index_32.gif" />
资源录入
<html:img src="../../images/index_32.gif" />
<html:img src="../../images/index_32.gif" />
车辆信息的录入
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<table width="95%" border="0" align="center">
<tr>
<td nowrap class="td_top" colspan="6" align="center">
车辆信息录入
</td>
</tr>
<tr>
<td height="10">
</td>
</tr>
<tr>
<td>
车辆型号:
</td>
<td>
<html:text styleClass="input" property="personName" />
</td>
<td>
车牌号:
</td>
<td>
<html:text styleClass="input" property="FialName" />
</td>
<td>
车辆状态:
</td>
<td>
<html:select styleClass="td_form02" property="" style="width:121px">
<html:option value="" id="status">请选择类别</html:option>
<html:option value="" id="status">未使用</html:option>
<html:option value="" id="status">使用</html:option>
<html:option value="" id="status">维修</html:option>
</html:select>
</td>
</tr>
<tr>
<td>
购入日期:
</td>
<td>
<html:text styleClass="input" property="" />
</td>
<td>
使用年限:
</td>
<td>
<html:text styleClass="input" property="" />
</td>
<td>
车排:
</td>
<td>
<html:select styleClass="td_form02" property="" style="width:121px">
<html:option value="" id="dangwei">请选择类别</html:option>
<html:option value="" id="dangwei">自动</html:option>
<html:option value="" id="dangwei">手动</html:option>
</html:select>
</td>
</tr>
<tr>
<td>
百公里油耗:
</td>
<td>
<html:text styleClass="input" property="" />
</td>
<td>
档位:
</td>
<td>
<html:text styleClass="input" property="" />
</td>
<td>
最高时速:
</td>
<td>
<html:text styleClass="input" property="" />
</td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td colspan="3">
<div>
<html:submit styleClass="buttonface" value=" 修改 "
property="button" />
<html:button styleClass="buttonface" value=" 保存 "
property="Submit" />
<html:button styleClass="buttonface" value="重置" property="" />
<html:button styleClass="buttonface" value="返回" property=""
onclick="history:back(-1)" />
</div>
</td>
</tr>
<tr>
<td height="10"></td>
</tr>
</table>
<table width="95%" border="0" align="center">
<tr>
<td nowrap class="td_top" colspan="6" align="center">
驾驶员信息录入
</td>
</tr>
<tr>
<td height="10">
</td>
</tr>
<tr>
<td width="15%">
驾驶员姓名:
</td>
<td width="15%">
<html:text styleClass="input" property="id" />
</td>
<td width="15%">
学历:
</td>
<td width="15%">
<html:select styleClass="td_form02" property="" style="width:121px">
<html:option value="" id="a">请选择学历</html:option>
<html:option value="" id="a">高中</html:option>
<html:option value="" id="a">专科</html:option>
<html:option value="" id="a">本科</html:option>
</html:select>
</td>
<td width="15%">
政治面貌:
</td>
<td width="15%">
<html:select styleClass="td_form02" property="" style="width:121px">
<html:option value="" id="status">请选择类别</html:option>
<html:option value="" id="status">党员</html:option>
<html:option value="" id="status">团员</html:option>
<html:option value="" id="status">无</html:option>
</html:select>
</td>
</tr>
<tr>
<td width="15%">
出生日期:
</td>
<td width="15%">
<html:text styleClass="input" property="" />
</td>
<td width="15%">
有无工作经验:
</td>
<td width="15%">
<html:radio styleClass="input" property="" checked="checked" />
有
<html:radio styleClass="input" property="" />
无
</td>
<td width="15%">
驾龄:
</td>
<td width="15%">
<html:text styleClass="input" property="" />
</td>
</tr>
<tr>
<td width="15%">
家庭地址:
</td>
<td width="15%">
<html:text styleClass="input" property="" />
</td>
<td width="15%">
现住址:
</td>
<td width="15%">
<html:text styleClass="input" property="" />
</td>
<td width="15%">
住址邮编:
</td>
<td width="15%">
<html:text styleClass="input" property="" />
</td>
</tr>
<tr>
<td width="15%">
联系方式:
</td>
<td width="15%">
<html:text styleClass="input" property="" />
</td>
<td width="15%">
备注:
</td>
<td width="15%">
<html:textarea styleClass="input" rows="50" property=""></html:textarea>
</td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td colspan="3">
<div>
<html:submit styleClass="buttonface" value=" 修改 "
property="button" />
<html:button styleClass="buttonface" value=" 保存 "
property="Submit" />
<html:button styleClass="buttonface" value="重置" property="" />
<html:button styleClass="buttonface" value="返回" property=""
onclick="history:back(-1)" />
</div>
</td>
</tr>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -