?? delpassenger.jsp
字號(hào):
<%--
- Author: 王嘉
- Date: 2005/4/19
- Copyright Notice: 東軟 國際合作事業(yè)部版權(quán)所有
--%>
<%@ page contentType="text/html;charset=GB2312" language="java" %>
<%@ page import="java.sql.*"%>
<%@ 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" %>
<% StringBuffer draw = (StringBuffer)request.getAttribute("draw");%>
<html:html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><bean:message key="delPassenger.title"/></title>
<link href="../../mycss.css" rel="stylesheet" type="text/css">
</head>
<p><html:errors/></p>
<body bgcolor="#FFFFFF" text="#996699" link="#3333FF" vlink="#333366" alink="#0000CC">
<table width="603" border="0" cellpadding="0" cellspacing="0" class="myCss">
<tr>
<td>
<hr>
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td width="50%" bgcolor="#CCCCCC"><div align="center" class="t"><bean:message key="delPassenger.heading"/></div></td>
<td width="50%" bgcolor="#CCCCCC"><div align="right">
<html:link page="/jsp/infoAdmin.do">
<bean:message key="delPassenger.linkText.return"/>
</html:link></div></td>
</tr>
</table>
<hr>
<h3 class="t">
</table>
<table width="603" height="165" border="1" cellpadding="0" cellspacing="0">
<html:form action="/queryPassenger">
<tr>
<td nowrap> <bean:message key="delPassenger.form.select.queryType"/> <html:select property="queryType" size="1">
<html:option value="1"><bean:message key="delPassenger.form.select.value1"/></html:option>
<html:option value="2"><bean:message key="delPassenger.form.select.value2"/></html:option>
<html:option value="3"><bean:message key="delPassenger.form.select.value3"/></html:option>
<html:option value="4"><bean:message key="delPassenger.form.select.value4"/></html:option>
<html:option value="5"><bean:message key="delPassenger.form.select.value5"/></html:option>
<html:option value="6"><bean:message key="delPassenger.form.select.value6"/></html:option>
</html:select> </td>
<td nowrap> <bean:message key="delPassenger.form.select.queryInfo"/> <html:text property="queryInfo" style="width:120px"/>
<html:submit> <bean:message key="button.query"/> </html:submit> </td>
</tr>
</html:form>
<html:form action="/delPassenger">
<tr>
<td colspan="2" nowrap><p>信息:</p>
<p><%=draw%></p>
<p><html:reset>
<bean:message key="button.reset"/>
</html:reset>
<html:submit>
<bean:message key="button.delete"/>
</html:submit>
<html:link page="/jsp/infoAdmin.do">
<bean:message key="delPassenger.linkText.return"/>
</html:link>
</p>
</td>
</tr>
</html:form>
</table>
</body>
</html:html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -