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

📄 infofeedbackedit_.jsp

📁 SSH开发的电子政务系统
💻 JSP
字号:

<%@ 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="/scripts/datechoice.js"></SCRIPT><SCRIPT LANGUAGE="JavaScript" src="/scripts/_js.js"></SCRIPT>
<META NAME="Author" CONTENT="xunuo">
<META NAME="Keywords" CONTENT="xunuo">
<META NAME="Description" CONTENT="自动生成">
<script language="javascript">
<!--
function checkForm(form){
	title_returnStr = XN_CheckNull(form.title.value)  ;
	if (title_returnStr != Validationstr){  //不能为空
		XN_alert(er+"标题"+title_returnStr);
		form.title.focus();
		return false;
	}
	dealprocess_returnStr = XN_CheckNull(form.dealprocess.value)  ;
	if (dealprocess_returnStr != Validationstr){  //不能为空
		XN_alert(er+"处理过程"+dealprocess_returnStr);
		form.dealprocess.focus();
		return false;
	}
	
	if (form.status.value != "1"){
		form.status.value="0" ;
	}

}
-->
</script>
<style>
.main{
	clear: both;
	height: 25px;
	margin:0 auto;
	width: 778px;
}
	.div{
	float: left;
    clear: right;
	height: 300px;
	width: 233px;
	text-align:left ;
	}
	.right{
	float: left;
    clear: right;
	height: 25px;
	width: 720px;
	text-align:left ;
	}
</style>
</head>
<body  topmargin=0 leftmargin=0>
<div class="main">
<div class="div">速度发
<div>
<div class="right">
<table border=0 width="100%" cellspacing=0 cellpadding=0 height="720">
<tr>
	<td id="midleft"></td>
	<td style="padding:5pt" valign="top">
<table border="0" cellpadding="4" cellspacing="1" class=table width="720">
<html:form action="/sys/infofeedback/saveInfofeedback.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 = "parentid" />
<html:hidden property = "title" />
<html:hidden property = "author" />
<html:hidden property = "content" />
<html:hidden property = "createtime" />
<html:hidden property = "createip" />
<html:hidden property = "viewtime" />
<html:hidden property = "dealtime" />
<html:hidden property = "viewadminauthor" />
<html:hidden property = "dealadminauthor" />
<html:hidden property = "goalid" />
<input type="hidden" name="_" value="_">
<!--没有编辑的字段都需要在此添加-->


	<tr>
	  <th width="100%" align="center" colspan="2">信息反馈说明</th>
	</tr>

	<tr class="td">
	  <td align="left" width="40%" nowrap>标题:</td>
	  <td align="left"  width="60%"><b><c:out value="${infofeedbackForm.title}" /></b></td>
	</tr>
	<tr class="td">
	  <td align="left" width="40%" nowrap>反馈人:</td>
	  <td align="left"  width="60%"><b><c:out value="${infofeedbackForm.author}" /></b></td>
	</tr>
	<tr class="td">
	  <td align="left" width="40%" nowrap>反馈内容:(最多20字符)</td>
	  <td align="left"  width="60%"><b><c:out value="${infofeedbackForm.content}" escapeXml="false"/></b></td>
	</tr>

	<tr class="td">
		<td width="10%" align="center" colspan="2" nowrap>
		处理结果:<br>
		<html:textarea property="dealresult" styleClass="input_text" style="display: none"/>
		<c:if test="${isGuest}"><br><c:out value="${infofeedbackForm.dealresult}" escapeXml="false"/><br>
		</c:if>
		<c:if test="${!isGuest}">
		<iframe ID="eWebEditor1" src='<c:url value="/sys/editor/index.jsp"/>?id=dealresult&style=s_newssystem&originalfilename=d_originalfilename&savefilename=d_savefilename&savepathfilename=d_savepathfilename' frameborder="0" scrolling="no" width="100%" HEIGHT="300"></iframe>
		</c:if>
		</td>
	</tr>

	<tr class="td">
	  <td align="left" width="40%" nowrap>处理过程:(√)(最多50字符)</td>
	  <td align="left"  width="60%">
	  <select name="dealprocess" >
	  <c:forEach var="xn" items="${dealsList}">
		<option value='<c:out value="${xn.id}"/>' <c:if test="${infofeedbackForm.dealprocess == xn.id}"> selected </c:if>><c:out value="${xn.dealprocess}" /></option>
	  </c:forEach>
	  </select>处理结束后请选择发布
	  </td>
	</tr>

	<tr class="td">
	  <td align="left" width="40%" nowrap>状态:(最多20字符)</td>
	  <td align="left"  width="60%">
<select name="status"><option value="1" <c:if test="${infofeedbackForm.status==1}"><c:out value="selected" /></c:if> >发布</option><option value="0" <c:if test="${infofeedbackForm.status==0}"><c:out value="selected" /></c:if>>不发布</option></select>只有当选择发布后才能显示
</td>
	</tr>

	<tr class="td"><td colspan="2" align=center><input type="submit " Class="button" value="确定" <c:if test="${isGuest}">disabled</c:if>/> <b>已经处理完成的信息请不要在此确定</b></td></tr>
</html:form>
</table>
</td></tr></table>
</div>
</div>
</body>
</html>

⌨️ 快捷键说明

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