⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 modify.jsp

📁 java web开发技术方案宝典
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ taglib uri="struts-html" prefix="html" %>
<%@ include file="/view/setBasePath.jsp" %>
<%
  String message=(String)request.getAttribute("ModifyR");
  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="Modify">
          <input type="hidden" name="actionType" value="domodify">
                    <table border="1" width="600" cellspacing="0" bordercolor="#BEC7CE" bordercolorlight="#BEC7CE" bordercolordark="white" rules="none" style="margin-top:1pt">
                        <tr><td align="right" colspan="2"><jsp:include page="operate.jsp"/></td></tr>
                        <tr height="1" bgcolor="#BEC7CE"><td colspan="2"></td></tr>                
                        <tr height="1" bgcolor="white"><td colspan="2"></td></tr>                        
                        <tr height="25" bgcolor="#BFD6E4">
                            <td width="25%">&nbsp;信息编号:</td>
                            <td width="70%"><html:hidden property="id" write="true"/></td>
                        </tr>
                        <tr><td colspan="2" align="center"><%=message %></td></tr>
                        <tr height="30">
                            <td align="center">信息标题:</td>
                            <td>
                                <html:text property="title" size="40"/>
                                &nbsp;
                                <html:errors property="GoodsDynTitleE"/>
                            </td>
                        </tr>
                        <tr height="30">
                            <td align="center">发 布 人:</td>
                            <td>
                                <html:text property="issuer" size="40"/>
                                &nbsp;
                                <html:errors property="GoodsDynIssuerE"/>                                
                            </td>
                        </tr>
                        <tr height="30">
                            <td align="center">发布时间:</td>
                            <td><font color="gray"><html:hidden property="time" write="true"/></font></td>
                        </tr>
                        <tr height="30">
                            <td align="center">信息内容:</td>
                            <td>
                                <font color="gray">[最多不得超过 2000 个字符]</font>
                                 &nbsp;
                                <html:errors property="GoodsDynTextE"/>                                
                            </td>
                        </tr>
                        <tr>
                            <td colspan="2" align="center">
                                <html:textarea property="text" rows="8" cols="68"/>
                            </td>
                        </tr>
                        <tr height="30">
                            <td align="center" width="20%" colspan="2">
                                <html:submit style="border:0;width=47;height=20;background-image:url(image/update_submit.gif)" value=" "/>
                                <html:reset style="border:0;width=47;height=20;background-image:url(image/reset.gif)" value=" "/>
                            </td>
                        </tr>
                        <tr height="10" bgcolor="#E9F2F9"><td colspan="2">&nbsp;</td></tr>
      </table>
      </html:form>
  </center>  
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -