- |
+ |
+<%@ include file="include/footer.jsp" %>
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/searchJudge.jsp b/src/main/webapp/searchJudge.jsp
index 3bfb4ef..852f902 100644
--- a/src/main/webapp/searchJudge.jsp
+++ b/src/main/webapp/searchJudge.jsp
@@ -1,160 +1,222 @@
<%@ page language="java" contentType="text/html; charset=UTF-8"
- pageEncoding="UTF-8"%>
-<%@ taglib uri="/struts-tags" prefix="s"%>
+ pageEncoding="UTF-8" %>
+<%@ taglib uri="/struts-tags" prefix="s" %>
-
-Java考试系统--搜索判断题
-
-
-
-
-
-
+ .namelink a:HOVER {
+ color: #17f;
+ }
+
- <%@ include file="include/header.jsp" %>
-
-
+<%@ include file="include/footer.jsp" %>
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/updateCourse.jsp b/src/main/webapp/updateCourse.jsp
new file mode 100644
index 0000000..070c160
--- /dev/null
+++ b/src/main/webapp/updateCourse.jsp
@@ -0,0 +1,69 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+ pageEncoding="UTF-8" %>
+<%@ taglib uri="/struts-tags" prefix="s" %>
+
+
+
+
+
+ Java考试系统
+
+
+
+
+
+
+
+
+
+<%@ include file="include/header.jsp" %>
+
+<%@ include file="include/footer.jsp" %>
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/updateKnowledge.jsp b/src/main/webapp/updateKnowledge.jsp
new file mode 100644
index 0000000..899ba1f
--- /dev/null
+++ b/src/main/webapp/updateKnowledge.jsp
@@ -0,0 +1,69 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+ pageEncoding="UTF-8" %>
+<%@ taglib uri="/struts-tags" prefix="s" %>
+
+
+
+
+
+ Java考试系统
+
+
+
+
+
+
+
+
+
+<%@ include file="include/header.jsp" %>
+
+<%@ include file="include/footer.jsp" %>
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/userList.jsp b/src/main/webapp/userList.jsp
new file mode 100644
index 0000000..a5c83fc
--- /dev/null
+++ b/src/main/webapp/userList.jsp
@@ -0,0 +1,136 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+ pageEncoding="UTF-8"%>
+<%@ taglib uri="/struts-tags" prefix="s"%>
+
+
+
+
+ Java考试系统--用户列表
+
+
+
+
+
+
+
+
+
+<%@ include file="include/header.jsp" %>
+
+
+<%@ include file="include/footer.jsp" %>
+
+
+
+
+
+
+
\ No newline at end of file
|