leavemessageedit.jsp
上传用户:huijianzhu
上传日期:2009-11-25
资源大小:9825k
文件大小:1k
源码类别:

电子政务应用

开发平台:

Java

  1. <%@ page language="java"  pageEncoding="GB2312" contentType="text/html;charset=GB2312"%>
  2. <%@ include file="/common/taglibs.jsp"%>
  3. <%@ include file="/common/meta.jsp"%>
  4. <html>
  5. <head>
  6. <title>留言信息</title>
  7. <link rel="stylesheet" type="text/css" href="../include/style.css"><SCRIPT LANGUAGE="JavaScript" src='<c:url value="/scripts/_js.js"/>'></SCRIPT>
  8. <META NAME="Author" CONTENT="xunuo">
  9. <META NAME="Keywords" CONTENT="xunuo">
  10. <META NAME="Description" CONTENT="自动生成">
  11. <script language="javascript">
  12. <!--
  13. function checkForm(form){
  14. }
  15. -->
  16. </script>
  17. </head>
  18. <body>
  19. <table border="0" cellpadding="4" cellspacing="1" class=table width="100%">
  20. <html:form action="/sys/leavemessage/saveLeavemessage.html" enctype="multipart/form-data" onsubmit="return checkForm(this);">
  21. <input type="hidden" name="from" value='<c:out value="${from}"/>'>
  22. <html:hidden property="id"/>
  23. <html:hidden property = "havefile" />
  24. <!--没有编辑的字段都需要在此添加-->
  25. <tr>
  26.   <th width="100%" align="center" colspan="2">留言信息</th>
  27. </tr>
  28. <tr class="td"><td colspan="2" align=center><html:submit property="yes" styleClass="button" value="确定"/></td></tr>
  29. </html:form>
  30. </table>
  31. </body>
  32. </html>