From cb115953879ee007d3157843f9cff0afbb5c2baa Mon Sep 17 00:00:00 2001 From: ChineseTony <13206573871@163.com> Date: Tue, 9 Apr 2019 12:51:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/jsp/AddTbPermission.jsp | 124 +++++++++++++++++ WebContent/jsp/AddTbRole.jsp | 99 ++++++++++++++ WebContent/jsp/Header.jsp | 10 +- WebContent/jsp/QueryTbPermission.jsp | 102 ++++++++++++++ WebContent/jsp/QueryTbRole.jsp | 103 +++++++++++++++ WebContent/jsp/UpdateTbPermission.jsp | 125 ++++++++++++++++++ .../controller/CourseController.class | Bin 6350 -> 6334 bytes .../controller/CourseController.java | 1 - .../controller/TbPermissionController.java | 96 ++++++++++++++ .../controller/TbRoleController.java | 93 +++++++++++++ 10 files changed, 751 insertions(+), 2 deletions(-) create mode 100644 WebContent/jsp/AddTbPermission.jsp create mode 100644 WebContent/jsp/AddTbRole.jsp create mode 100644 WebContent/jsp/QueryTbPermission.jsp create mode 100644 WebContent/jsp/QueryTbRole.jsp create mode 100644 WebContent/jsp/UpdateTbPermission.jsp create mode 100644 src/cn/edu/hrbcu/curriculum/controller/TbPermissionController.java create mode 100644 src/cn/edu/hrbcu/curriculum/controller/TbRoleController.java diff --git a/WebContent/jsp/AddTbPermission.jsp b/WebContent/jsp/AddTbPermission.jsp new file mode 100644 index 0000000..44028bc --- /dev/null +++ b/WebContent/jsp/AddTbPermission.jsp @@ -0,0 +1,124 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" + pageEncoding="UTF-8"%> +<%@taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%> +<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> + + + + + + + 增加权限 + + + + + + + + + + + + + + + + +
+ + + +
+ + +
+ +
+ + +
+ +
+
+ +
+
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+
+
+ + +
+
+
+ +
+ +
+
+ + + + + \ No newline at end of file diff --git a/WebContent/jsp/AddTbRole.jsp b/WebContent/jsp/AddTbRole.jsp new file mode 100644 index 0000000..45f5097 --- /dev/null +++ b/WebContent/jsp/AddTbRole.jsp @@ -0,0 +1,99 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" + pageEncoding="UTF-8"%> +<%@taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%> +<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> + + + + + + + 增加角色 + + + + + + + + + + + + + + + + +
+ + + +
+ + +
+ +
+ + +
+ +
+
+ +
+
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+
+
+ + +
+
+
+ +
+ +
+
+ + + + + \ No newline at end of file diff --git a/WebContent/jsp/Header.jsp b/WebContent/jsp/Header.jsp index 33d0768..d241403 100644 --- a/WebContent/jsp/Header.jsp +++ b/WebContent/jsp/Header.jsp @@ -38,7 +38,15 @@
  •   用户管理
  • - +
  •   角色管理
  • +
  •   权限管理
  • + + +