📄 carry.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gbk"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>My JSP 'synopsis.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<link rel="stylesheet" type="text/css" href="admin/css/navigation.css">
</head>
<body>
<form action="navigation.do?action=update&type=carry" method="post">
<TABLE width="750" border="1" align="center" cellpadding="3" cellspacing="1" bordercolorlight="#326598" bordercolordark="#ffffff">
<tr height=25 >
<TD align="center" background="admin/images/admin_bg_1.gif">
<font color="#FFFFFF"><b>运货服务</b></TD>
</TR>
<tr>
<td width="560" height="580" align="center">
<span style="margin-left:15;">${requestScope.editor}</span>
</td>
</tr>
<tr height="80">
<td height="28" align="center"><div align="center">
<input type="submit" value="确认修改"/>
</div>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -