?? infofeedbacktypeedit.jsp
字號(hào):
<%@ 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/datechoice.js"/>'></SCRIPT><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="自動(dòng)生成">
<script language="javascript">
<!--
function checkForm(form){
feedbacktype_returnStr = XN_CheckNull(form.feedbacktype.value) ;
if (feedbacktype_returnStr != Validationstr){ //不能為空
XN_alert(er+"反饋類別"+feedbacktype_returnStr);
form.feedbacktype.focus();
return false;
}
if (form.status.value != "1"){
form.status.value="0" ;
}
}
-->
</script>
</head>
<body>
<table border="0" cellpadding="4" cellspacing="1" class=table width="720">
<html:form action="/sys/infofeedbacktype/saveInfofeedbacktype.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="serialnumber" />
<!--沒有編輯的字段都需要在此添加-->
<tr>
<th width="100%" align="center" colspan="2">信息反饋分類說明</th>
</tr>
<tr class="td">
<td align="left" width="40%" nowrap>反饋類別:(√)(最多50字符)</td>
<td align="left" width="60%">
<html:text property="feedbacktype" size="40" maxlength = "50"/></td>
</tr>
<tr class="td">
<td align="left" width="40%" nowrap>狀態(tài):(最多20字符)</td>
<td align="left" width="60%">
<select name="status"><option value="1" <c:if test="${infofeedbacktypeForm.status==1}"><c:out value="selected" /></c:if> >發(fā)布</option><option value="0" <c:if test="${infofeedbacktypeForm.status==0}"><c:out value="selected" /></c:if>>不發(fā)布</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>></td></tr>
</html:form>
</table>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -