📄 xs3201.jsp
字号:
<%@ page language="java" pageEncoding="gb2312"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html"%>
<%@ taglib uri="http://displaytag.sf.net/el" prefix="display"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<html>
<head>
<base href="<%=basePath%>">
<title>XS3201</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/main_content.css" rel="stylesheet" type="text/css">
<link href="css/button.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="css/displaytag.css">
</head>
<script language=javascript>
function del(oid){
var key = oid;
if(key){
if(confirm('确认要删除编号为<'+key+'>的记录吗?')){
location.href="../XS3201E5S.do?oid="+oid;
}
}
}
</script>
<form action="XS3201E1S.do" method="post">
<body style="margin:0px;">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="tr_title4" ><div align="center"> 船期信息</div></td>
</tr>
<tr>
<td height="34"><div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="28%"><div align="left">起运港:
<input name="startPort" type="text" id="text2"size="20" maxlength="8" >
</div></td>
<td width="27%">目的港:
<input name="aimPort" type="text" id="text22" size="20" maxlength="8" > </td>
<td width="6%"><div align="center">
<input name="GO" type="submit" class="buttom-3" id="select3" value="GO">
</div></td>
<td width="25%"><html:errors property="apnull"/></td>
<td width="25%"><html:errors property="spnull"/></td>
<td width="8%"><input name="增加用户" type="button" class="BlueButton" value="添加船信息" onClick=location.href="XS3202.jsp";
></td>
<td width="1%"><div align="center"> </div></td>
<td width="5%"><div align="center"></div></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td height="71"><div align="center">
<display:table id="XS3201ViewEntity1" name="sessionScope.XS3201ViewEntity1List" pagesize="15" class="table1">
<display:setProperty name="export.pdf" value="true"/>
<display:column title="编号" sortable="true">${XS3201ViewEntity1.oid}</display:column>
<display:column title="船名" sortable="true">${XS3201ViewEntity1.shipName}</display:column>
<display:column title="航线" sortable="true">${XS3201ViewEntity1.line}</display:column>
<display:column title="起运港" sortable="true">${XS3201ViewEntity1.staPort}</display:column>
<display:column title="目的港" sortable="true">${XS3201ViewEntity1.aimPort}</display:column>
<display:column title="开航时间" sortable="true">${XS3201ViewEntity1.voyTime}</display:column>
<display:column title="到航时间" sortable="true">${XS3201ViewEntity1.arrive}</display:column>
<display:column title="详细" sortable="true"><a href="XS3201E3S.do?oid=${XS3201ViewEntity1.oid}"><img src="images/s6.gif" width="16" height="16" border="0" title="查看详细"></a></display:column>
<display:column title="修改" sortable="true"><a href="XS3201E4S.do?oid=${XS3201ViewEntity1.oid}"><img src="images/s5.gif" width="16" height="16" border="0" title="修改"></a></display:column>
<display:column title="删除" sortable="true"><a href="javascript:del(${XS3201ViewEntity1.oid})"><img src="images/frameclose.gif" width="16" height="16" border="0" title="删除"></a></display:column>
</display:table>
</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td class="tr_title4"> </td>
</tr>
</body>
</form>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -