📄 sysmoduleedit.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='<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="自动生成">
<script language="javascript">
<!--
function checkForm(form){
name_returnStr = XN_CheckNull(form.name.value) ;
if (name_returnStr != Validationstr){ //不能为空
XN_alert(er+"名称"+name_returnStr);
form.name.focus();
return false;
}
link_returnStr = XN_CheckNull(form.link.value) ;
if (link_returnStr != Validationstr){ //不能为空
XN_alert(er+"连接"+link_returnStr);
form.link.focus();
return false;
}
}
function cancelValue() {
// form.action = '<c:url value="/sys/article/searchArticle.html"/>';
// form.method.value = "searchArticlesByColumnStatus";
// form.onsubmit = "";
// form.submit();
window.history.go(-1);
}
-->
</script>
</head>
<body>
<table border="0" cellpadding="4" cellspacing="1" class=table width="720">
<html:form action="/sys/sysmodule/saveSysmodule.html" enctype="multipart/form-data" onsubmit="return checkForm(this);">
<input type="hidden" name="from" value='<c:out value="${from}"/>'>
<html:hidden property="id"/>
<!--没有编辑的字段都需要在此添加-->
<tr>
<th width="100%" align="center" colspan="2">系统模块说明</th>
</tr>
<tr class="td">
<td align="left" width="40%" nowrap>名称:(√)(最多255字符)</td>
<td align="left" width="60%">
<html:text property="name" size="40" maxlength = "255"/></td>
</tr>
<tr class="td">
<td align="left" width="40%" nowrap>描述:(最多20字符)</td>
<td align="left" width="60%">
<html:textarea property="description" cols="39" rows="4"><c:out value="${description}"/></html:textarea></td>
</tr>
<tr class="td">
<td align="left" width="40%" nowrap>连接:(√)(最多255字符)</td>
<td align="left" width="60%"><input type="text" name="link" size="40" maxlength="255" value='<c:out value="${sysmoduleForm.link}"/>' <c:if test="${sysmoduleForm.isdelete == 0}"> readonly </c:if> >
</td>
</tr>
<tr class="td"><td colspan="2" align=center><input type="submit" Class="button" value=" 确定 " <c:if test="${isGuest}">disabled</c:if>/> <input type="button" value=" 取消 " onclick="cancelValue();" class="button" ></td></tr>
</html:form>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -