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

电子政务应用

开发平台:

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">
  8. <SCRIPT LANGUAGE="JavaScript" src='<c:url value="/scripts/datechoice.js"/>'></SCRIPT><SCRIPT LANGUAGE="JavaScript" src='<c:url value="/scripts/_js.js"/>'></SCRIPT>
  9. <META NAME="Author" CONTENT="xunuo">
  10. <META NAME="Keywords" CONTENT="xunuo">
  11. <META NAME="Description" CONTENT="自动生成">
  12. <script language="javascript">
  13. <!--
  14. function checkForm(form){
  15. }
  16. -->
  17. </script>
  18. </head>
  19. <body>
  20. <table border="0" cellpadding="4" cellspacing="1" class=table width="720">
  21. <html:form action="/sys/sysuser_inputcolumn/saveSysuser_inputcolumn.html" enctype="multipart/form-data" onsubmit="return checkForm(this);">
  22. <input type="hidden" name="from" value='<c:out value="${from}"/>'>
  23. <html:hidden property="id"/>
  24. <html:hidden property = "havefile" />
  25. <!--没有编辑的字段都需要在此添加-->
  26. <tr>
  27.   <th width="100%" align="center" colspan="2">用户可输入的栏目</th>
  28. </tr>
  29. <tr class="td">
  30.   <td align="left" width="40%" nowrap>用户id:(最多50字符)</td>
  31.   <td align="left"  width="60%">
  32. <html:text property="userid" size="40" maxlength = "50"/></td>
  33. </tr>
  34. <tr class="td">
  35.   <td align="left" width="40%" nowrap>栏目id:(最多50字符)</td>
  36.   <td align="left"  width="60%">
  37. <html:text property="columnid" size="40" maxlength = "50"/></td>
  38. </tr>
  39. <tr class="td"><td colspan="2" align=center><html:submit property="yes" styleClass="button" value="确定"/></td></tr>
  40. </html:form>
  41. </table>
  42. </body>
  43. </html>