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

电子政务应用

开发平台:

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="/scripts/datechoice.js"></SCRIPT><SCRIPT LANGUAGE="JavaScript" src="/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. name_returnStr = XN_CheckNull(form.name.value)  ;
  16. if (name_returnStr != Validationstr){  //不能为空
  17. XN_alert(er+"名称"+name_returnStr);
  18. form.name.focus();
  19. return false;
  20. }
  21. if (form.status.value != "1"){
  22. form.status.value="0" ;
  23. }
  24. if (form.revisable.value != "1"){
  25. form.revisable.value="0" ;
  26. }
  27. document.all.description.value = document.all.content.value ;
  28. var isSubmit = false ;
  29. if(form.uploadFile.value != "") {
  30.         form.havefile.value = "1" ;
  31. }
  32. if(!isSubmit) {
  33. isSubmit = true ;
  34.     return true ;
  35. }
  36. }
  37. -->
  38. </script>
  39. </head>
  40. <body>
  41. <table border="0" cellpadding="4" cellspacing="1" class=table width="100%">
  42. <html:form action="/sys/plate/savePlate.html" enctype="multipart/form-data" onsubmit="return checkForm(this);">
  43. <html:hidden property="id"/>
  44. <html:hidden property="serialnumber" />
  45. <html:hidden property = "parentid" />
  46. <html:hidden property = "revisable" />
  47. <html:hidden property = "level" />
  48. <html:hidden property = "ifinter" />
  49. <html:hidden property = "numback" />
  50. <html:hidden property = "strback" />
  51. <html:hidden property = "havefile" />
  52. <html:hidden property = "filename" />
  53. <html:hidden property="pageCurrent"/>
  54. <input type="hidden" name="from" value='<c:out value="${from}"/>'>
  55. <tr>
  56.   <th width="100%" align="center" colspan="2">板块栏目属性说明</th>
  57. </tr>
  58. <tr class="td">
  59.   <td align="left" width="40%" nowrap>名称:(√)(最多255字符)</td>
  60.   <td align="left"  width="60%">
  61. <html:text property="name" size="40" maxlength = "255"/></td>
  62. </tr>
  63. <tr class="td">
  64.   <td align="left" width="40%" nowrap>状态:(最多20字符)</td>
  65.   <td align="left"  width="60%">
  66. <html:text property = "status" size="20" maxlength = "20"/>(1表示发表,其它数字表示不发表)</td>
  67. </tr>
  68. <tr class="td">
  69. <td width="10%" align="center" colspan="2" nowrap>
  70. <textarea name="description" style="display:none"></textarea>
  71. <textarea name="content" style="display:none"><c:out value="${plateForm.description}" /></textarea><iframe ID="eWebEditor1" src="../editor/index.jsp?id=content&style=s_newssystem&originalfilename=d_originalfilename&savefilename=d_savefilename&savepathfilename=d_savepathfilename" frameborder="0" scrolling="no" width="666" HEIGHT="450"></iframe>
  72. </td>
  73. </tr>
  74. <tr class="td">
  75.   <td align="left" width="40%" nowrap>目标:(最多50字符)</td>
  76.   <td align="left"  width="60%">
  77. <html:text property="target" size="40" maxlength = "50"/></td>
  78. </tr>
  79. <tr class="td">
  80.   <td align="left" width="40%" nowrap>连接:(最多255字符)</td>
  81.   <td align="left"  width="60%">
  82. <html:text property="url" size="40" maxlength = "255"/></td>
  83. </tr>
  84. <tr class="td">
  85.   <td align="left" width="40%" nowrap>图片:(最多255字符)</td>
  86.   <td align="left"  width="60%">
  87. <html:file property="uploadFile" size="20"/>
  88. <c:if test="${plateForm.havefile != null && plateForm.havefile != 0 &&plateForm.id != null && plateForm.id != '' && plateForm.filename != '' && plateForm.filename != null}">
  89. <a href='<c:url value="${filename}"/>' target="_blank"><img src='<c:url value="${filename}"/>' border="0" width="50" height="50"></a><input type="button" value="删除图片" onclick="havefile.value=0;alert('按确定后才生效!')"/>
  90. </c:if>
  91. </td>
  92. </tr>
  93. <tr class="td">
  94.   <td align="left" width="40%" nowrap>浏览者分类:(最多50字符)</td>
  95.   <td align="left"  width="60%">
  96. <html:text property="mansort" size="40" maxlength = "50"/></td>
  97. </tr>
  98. <tr class="td"><td colspan="2" align=center><html:submit property="yes" styleClass="button" value="确定"/></td></tr>
  99. </html:form>
  100. </table>
  101. </body>
  102. </html>