📄 codeaddtypeok.jsp
字号:
<%@ page language="java" pageEncoding="GBK"%>
<%@ page import="cn.edu.ujn.srms.code.*" %>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
<head>
<html:base />
<title>代码管理</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<script type="text/javascript" src="js/dtree.js"></script>
</head>
<body><font size="2">
<h3>添加成功!</h3>
<br/><br/>
<h3>继续添加代码</h3>
<html:form action="/codeMng.do?method=addCodeTypesuccess">
代码类型名称 : <html:text property="name"/><html:errors property="name"/><br/>
代码类型编码 : <html:text property="code"/><html:errors property="code"/><br/>
代码类型描述 : <html:text property="note"/><html:errors property="note"/><br/>
代码类型次序 : <html:text property="sequenceNo"/><html:errors property="sequenceNo"/><br/>
<html:submit>确定</html:submit><html:cancel>取消</html:cancel>
</html:form>
<br/><br/>
</font>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -