📄 updatepassenger.jsp
字号:
<%--
- Author: 王嘉
- Date: 2005/4/19
- Copyright Notice: 东软 国际合作事业部版权所有
--%>
<%@ 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="updatePassenger.title"/></title>
<link href="../../mycss.css" rel="stylesheet" type="text/css">
</head>
<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="updatePassenger.heading"/></div></td>
<td width="50%" bgcolor="#CCCCCC"><div align="right">
<html:link page="/jsp/infoAdmin.do">
<bean:message key="updatePassenger.linkText.return"/>
</html:link></div></td>
</tr>
</table>
<hr>
<h3 class="t">
<table width="603" height="165" border="1" cellpadding="0" cellspacing="0">
<html:form action="/queryModifyPassenger">
<tr>
<td nowrap> <bean:message key="updatePassenger.form.select.queryType"/> <html:select property="queryType" size="1">
<html:option value="1"><bean:message key="updatePassenger.form.select.value1"/></html:option>
<html:option value="2"><bean:message key="updatePassenger.form.select.value2"/></html:option>
<html:option value="3"><bean:message key="updatePassenger.form.select.value3"/></html:option>
<html:option value="4"><bean:message key="updatePassenger.form.select.value4"/></html:option>
<html:option value="5"><bean:message key="updatePassenger.form.select.value5"/></html:option>
<html:option value="6"><bean:message key="updatePassenger.form.select.value6"/></html:option>
</html:select> </td>
<td nowrap> <bean:message key="updatePassenger.form.select.queryInfo"/> <html:text property="queryInfo" style="width:120px"/>
<html:submit> <bean:message key="button.query"/> </html:submit> </td>
</tr>
</html:form></h3>
<hr>
</td>
</tr>
<html:form action="/updatePassenger">
<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.modify"/>
</html:submit>
<html:link page="/jsp/infoAdmin.do">
<bean:message key="updatePassenger.linkText.return"/>
</html:link>
</p>
</td>
</tr>
</html:form>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -