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

📄 car_manager.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/check.js"></script>
	<script language="javascript" src="../../js/checkAll.js"></script>
	<script language="javascript" src="../../js/clientSideApp.js"></script>
	<SCRIPT language=JavaScript type=text/JavaScript>
function windowOpen(theURL,winName,features,width,hight,scrollbars,top,left)
{
  var parameter="top="+top+",left="+left+",width="+width+",height="+hight;
  if(scrollbars=="no")
 {parameter+=",scrollbars=no";}
  else
 {parameter+=",scrollbars=yes";}
  window.open(theURL,winName,parameter);
}
function del()
{
	if(window.confirm("请问是否删除"))
	{
		alert("121");
	}else
	{
		alert("1212121");
	}
}
</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" />
							&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>
	<table width="95%" border="0" align="center" cellpadding="0"
		cellspacing="0">
		<tr>
			<td class="td_page" width="95%">
				车辆类型:
				<html:select property="">
					<html:option value="">小汽车</html:option>
					<html:option value="">工具车</html:option>
				</html:select>
				&nbsp;&nbsp;驾驶员:
				<html:select property="">
					<html:option value="">小李</html:option>
					<html:option value="">小王</html:option>
				</html:select>
				&nbsp;车牌号:&nbsp;
				<html:text value="湘FA001" maxlength="8" property="chepaihao"
					size="6" />
				&nbsp; 申报时间:从&nbsp;
				<html:text styleClass="input" value=""
					onkeypress="gotoNextInput(this)" property="PARA_YM_NOW"
					onfocus="{obtainFocus(this),this.select()}" size="8"
					alt="查询年月|0|d|||" onblur="matchInput(this)" />
				<html:button styleClass="button_select" property=""
					onclick="fPopUpCalendarDlg('PARA_YM_NOW')" />
				到&nbsp;
				<html:text styleClass="input" value=""
					onkeypress="gotoNextInput(this)" property="PARA_YM_NOW2"
					onfocus="{obtainFocus(this),this.select()}" size="8"
					alt="查询年月|0|d|||" onblur="matchInput(this)" />
				<html:button styleClass="button_select" property=""
					onclick="fPopUpCalendarDlg('PARA_YM_NOW2')" />
				<html:submit styleClass="buttonface" value=" 查询 " property="Submit" />
				<html:submit styleClass="buttonface" value="返回" property="Submit"
					onclick="history:back(-1)" />
			</td>
		</tr>
	</table>
	<br>
	<table width="95%" border="0" align="center" cellpadding="0"
		cellspacing="0" class="table01">
		<tr>
			<td class="td_top">
				车辆型号
			</td>
			<td class="td_top">
				车牌号
			</td>
			<td class="td_top">
				驾驶员
			</td>
			<td class="td_top">
				车辆状态
			</td>
			<td nowrap class="td_top">
				编辑
			</td>
			<td nowrap class="td_top">
				删除
			</td>
		</tr>
		<tr>
			<td class="td07">
				小汽车
			</td>
			<td class="td07">
				湘FA001
			</td>
			<td class="td07">
				小李
			</td>
			<td class="td07">
				使用
			</td>
			<td class="td07">
				<html:link styleClass="a03" href="car_info.html" target="mainFrame">
					<html:img border="0" src="../../images/icon-edit.gif" />
				</html:link>
			</td>
			<td class="td07" onClick="del();">
				<html:img src="../../images/icon-delete.gif" />
			</td>
		</tr>
	</table>
	<table width="95%" border="0" cellpadding="0" cellspacing="0"
		class="table02" align="center">
		<tr>
			<td height="30" align="right">
				<html:img width="4" height="5" align="absmiddle"
					src="../../images/1.gif" />
				首页
				<html:img width="3" height="5" align="absmiddle"
					src="../../images/2.gif" />
				上一页
				<html:img width="3" height="5" align="absmiddle"
					src="../../images/2-2.gif" />
				下一页
				<html:img width="4" height="5" align="absmiddle"
					src="../../images/3.gif" />
				末页 共 1 页 1 条记录
			</td>
		</tr>
	</table>
</body>
</html:html>

⌨️ 快捷键说明

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