📄 carview.jsp
字号:
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ page contentType="text/html; charset=GBK"%>
<head>
<title><bean:message key="href.areamanage"/></title>
</head>
<html:html locale="true">
<link href="../images/css/default.css" rel="stylesheet" type="text/css">
<body leftmargin="0" topmargin="0" alink="#0000FF" vlink="#6666FF">
<jsp:include page="../include/mhead.htm"/>
<table width="100%" height="78%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="180" valign="top"><jsp:include page="left.jsp"/></td>
<td width="80%" valign="top"><p align="center" style=" margin-top:inherit"> </p>
<table width="90%" height="100" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#7D80AE" bordercolordark="#FFFFFF">
<tr>
<td height="30" align="center" bgcolor="#DEE2EE" class="bf"><bean:message key="manage.car.view"/></td>
</tr>
<tr>
<td bgcolor="#DEE2EE" style="padding:10;"><br>
<table width="90%" height="90%" border="1" align="center" cellpadding="4" cellspacing="1" bordercolor="#F0952F" bgcolor="#CCCCFF">
<tr align="center">
<td width="140" height="30" bgcolor="#FFFFFF" class="bf"><bean:message key="manage.car.shopsign"/></td>
<td width="140" bgcolor="#FFFFFF" class="bf"><bean:message key="manage.car.chauffeur"/></td>
<td width="140" height="30" bgcolor="#FFFFFF" class="bf"><bean:message key="manage.car.area"/></td>
<td width="140" bgcolor="#FFFFFF" class="bf"><bean:message key="manage.car.tel"/></td>
<td width="140" bgcolor="#FFFFFF" class="bf"><bean:message key="manage.car.resume"/></td>
<td width="50" height="30" bgcolor="#FFFFFF" class="bf"><bean:message key="button.edit"/></td>
<td width="50" height="30" bgcolor="#FFFFFF" class="bf"><bean:message key="button.del"/></td>
</tr>
<logic:iterate id="car" name="Car" type="com.cargo.model.Car" >
<tr align="center" bgcolor="#FFFFFF">
<td height="20" bgcolor="#FFFFFF"><bean:write name="car" property="shopsign" filter="true"/></td>
<td bgcolor="#FFFFFF"><bean:write name="car" property="chauffeur" filter="true"/></td>
<td bgcolor="#FFFFFF"><bean:write name="car" property="area" filter="true"/></td>
<td bgcolor="#FFFFFF"><bean:write name="car" property="tel" filter="true"/></td>
<td bgcolor="#FFFFFF"><bean:write name="car" property="resume" filter="true"/></td>
<td bgcolor="#FFFFFF"><html:link page="/manage/caredit.do" paramId="id" paramName="car" paramProperty="id"><bean:message key="button.edit"/></html:link></td>
<td bgcolor="#FFFFFF"><html:link page="/manage/cardel.do" paramId="id" paramName="car" paramProperty="id" ><bean:message key="button.del"/></html:link></td>
</tr>
</logic:iterate>
</table>
<p> </p></td>
</tr>
</table>
<html:errors /> </td>
</tr>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -