📄 add.jsp
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ taglib uri="struts-html" prefix="html" %>
<%@ include file="/view/setBasePath.jsp" %>
<%
String message=(String)request.getAttribute("AddR");
if(message==null)
message="<li>请填写发布信息!</li>";
%>
<html>
<head>
<title>广运物流-添加</title>
<base href="<%=basePath %>">
</head>
<body>
<center>
<html:form action="/transport/goodsdyn">
<input type="hidden" name="method" value="Add">
<input type="hidden" name="actionType" value="doadd">
<table border="1" width="609" cellspacing="0" bordercolor="#BEC7CE" bordercolorlight="#BEC7CE" bordercolordark="white" rules="none" style="margin-top:1pt">
<tr height="28" bgcolor="#BFD6E4"><td colspan="2" align="center"><%=message%></td></tr>
<tr height="1" bgcolor="#BEC7CE"><td colspan="2"></td></tr>
<tr height="40">
<td align="center" width="25%">信息标题:</td>
<td>
<html:text property="title" size="43"/>
<html:errors property="GoodsDynTitleE"/>
</td>
</tr>
<tr height="30">
<td align="center">发 布 人:</td>
<td>
<html:text property="issuer" size="43"/>
<html:errors property="GoodsDynIssuerE"/>
</td>
</tr>
<tr height="30">
<td align="center" rowspan="2">信息内容:</td>
<td>
<font color="gray">[最多输入 2000 个字符]</font>
<html:errors property="GoodsDynTextE"/>
</td>
</tr>
<tr>
<td align="left">
<html:textarea property="text" rows="8" cols="58"/>
</td>
</tr>
<tr height="50">
<td align="center" width="20%" colspan="2">
<html:submit style="border:0;width=47;height=20;background-image:url(image/add_submit.gif)" value=" "/>
<html:reset style="border:0;width=47;height=20;background-image:url(image/reset.gif)" value=" "/>
</td>
</tr>
<tr height="15" bgcolor="#E8F3F7"><td colspan="2"> </td></tr>
</table>
</html:form>
<jsp:include page="operate.jsp"/>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -