leavemessageedit.jsp

来自「灵智电子政务网站系统 本系统的使用平台为jdk1.5+tomcat1.5」· JSP 代码 · 共 40 行

JSP
40
字号

<%@ page language="java"  pageEncoding="GB2312" contentType="text/html;charset=GB2312"%>
<%@ include file="/common/taglibs.jsp"%>
<%@ include file="/common/meta.jsp"%>
<html>
<head>
<title>留言信息</title>
<link rel="stylesheet" type="text/css" href="../include/style.css"><SCRIPT LANGUAGE="JavaScript" src='<c:url value="/scripts/_js.js"/>'></SCRIPT>
<META NAME="Author" CONTENT="xunuo">
<META NAME="Keywords" CONTENT="xunuo">
<META NAME="Description" CONTENT="自动生成">
<script language="javascript">
<!--
function checkForm(form){
	
}
-->
</script>
</head>
<body>
<table border="0" cellpadding="4" cellspacing="1" class=table width="100%">
<html:form action="/sys/leavemessage/saveLeavemessage.html" enctype="multipart/form-data" onsubmit="return checkForm(this);">
<input type="hidden" name="from" value='<c:out value="${from}"/>'>
<html:hidden property="id"/>

<html:hidden property = "havefile" />
<!--没有编辑的字段都需要在此添加-->


	<tr>
	  <th width="100%" align="center" colspan="2">留言信息</th>
	</tr>

	<tr class="td"><td colspan="2" align=center><html:submit property="yes" styleClass="button" value="确定"/></td></tr>
</html:form>
</table>
</body>
</html>

⌨️ 快捷键说明

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