diff --git a/WebRoot/WEB-INF/jsp/sunvote/attachkeyboard/attachkeyboard_edit.jsp b/WebRoot/WEB-INF/jsp/sunvote/attachkeyboard/attachkeyboard_edit.jsp new file mode 100644 index 0000000..641ef7a --- /dev/null +++ b/WebRoot/WEB-INF/jsp/sunvote/attachkeyboard/attachkeyboard_edit.jsp @@ -0,0 +1,114 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<% + String path = request.getContextPath(); + String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; +%> + + + + + + + + <%@ include file="../../system/index/top.jsp"%> + + + + + +
+ +
+
+
+
+
+ +
+ +
+ + + + + + + + + + + + +
班级: + +
键盘:
+ 保存 + 取消 +
+
+ +
+
+ +
+ +
+ +
+
+ +
+ + + + + <%@ include file="../../system/index/foot.jsp"%> + + + + + + + + + \ No newline at end of file diff --git a/WebRoot/WEB-INF/jsp/sunvote/attachkeyboard/attachkeyboard_list.jsp b/WebRoot/WEB-INF/jsp/sunvote/attachkeyboard/attachkeyboard_list.jsp new file mode 100644 index 0000000..351eba0 --- /dev/null +++ b/WebRoot/WEB-INF/jsp/sunvote/attachkeyboard/attachkeyboard_list.jsp @@ -0,0 +1,344 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ taglib prefix="myelfun" uri="/WEB-INF/tld/elfun.tld"%> +<% + String path = request.getContextPath(); + String basePath = request.getScheme() + "://" + + request.getServerName() + ":" + request.getServerPort() + + path + "/"; +%> + + + + + + + +<%@ include file="../../system/index/top.jsp"%> + + + + + + +
+ +
+
+
+
+
+ + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + 序号班级键盘操作
+ + ${vs.index+1}${myelfun:findClassName(var.CLASS_ID)}${var.KEYBOARD_ID} + + + + + +
您无权查看
没有相关数据
+ +
+ +
+ +
+ +
+ +
+
+ + + + + + + +
+ + + + + <%@ include file="../../system/index/foot.jsp"%> + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/WebRoot/WEB-INF/jsp/sunvote/coursemanagement/coursemanagement_list.jsp b/WebRoot/WEB-INF/jsp/sunvote/coursemanagement/coursemanagement_list.jsp index f2acd0e..a81c3b1 100644 --- a/WebRoot/WEB-INF/jsp/sunvote/coursemanagement/coursemanagement_list.jsp +++ b/WebRoot/WEB-INF/jsp/sunvote/coursemanagement/coursemanagement_list.jsp @@ -34,22 +34,13 @@
- - - diff --git a/WebRoot/WEB-INF/jsp/sunvote/event/event_edit.jsp b/WebRoot/WEB-INF/jsp/sunvote/event/event_edit.jsp new file mode 100644 index 0000000..47c1f41 --- /dev/null +++ b/WebRoot/WEB-INF/jsp/sunvote/event/event_edit.jsp @@ -0,0 +1,178 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<% + String path = request.getContextPath(); + String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; +%> + + + + + + + + <%@ include file="../../system/index/top.jsp"%> + + + + + +
+ +
+
+
+
+
+ + + +
+
- - - - - + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
时间名称:
事件人:
事件类型:
事件起始时间:
事件结束时间:
客户ID:
IP:
+ 保存 + 取消 +
+ + +
+ + + + + + + + + + + + + + + <%@ include file="../../system/index/foot.jsp"%> + + + + + + + + + \ No newline at end of file diff --git a/WebRoot/WEB-INF/jsp/sunvote/event/event_list.jsp b/WebRoot/WEB-INF/jsp/sunvote/event/event_list.jsp new file mode 100644 index 0000000..697fa5b --- /dev/null +++ b/WebRoot/WEB-INF/jsp/sunvote/event/event_list.jsp @@ -0,0 +1,376 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<% + String path = request.getContextPath(); + String basePath = request.getScheme() + "://" + + request.getServerName() + ":" + request.getServerPort() + + path + "/"; +%> + + + + + + + +<%@ include file="../../system/index/top.jsp"%> + + + + + + +
+ +
+
+
+
+
+ + +
+ + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + 序号时间名称事件人事件类型事件起始时间事件结束时间客户IDIP操作
+ + ${vs.index+1}${var.EVENT_NAME}${var.EVENT_USER}${var.EVENT_TYPE}${var.EVENT_START_TIME}${var.EVENT_STOP_TIME}${var.CLIENT_ID}${var.EVENT_IP} + + + + + +
您无权查看
没有相关数据
+ +
+ +
+ +
+ +
+ +
+
+ + + + + + + +
+ + + + + <%@ include file="../../system/index/foot.jsp"%> + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/WebRoot/WEB-INF/jsp/sunvote/schoolgradesubject/schoolgradesubject_edit.jsp b/WebRoot/WEB-INF/jsp/sunvote/schoolgradesubject/schoolgradesubject_edit.jsp index a6d8b65..8f9ab24 100644 --- a/WebRoot/WEB-INF/jsp/sunvote/schoolgradesubject/schoolgradesubject_edit.jsp +++ b/WebRoot/WEB-INF/jsp/sunvote/schoolgradesubject/schoolgradesubject_edit.jsp @@ -33,15 +33,33 @@ - + - + - + - - - + + +
学校: + +
年级: + +
科目: + +
diff --git a/WebRoot/WEB-INF/jsp/sunvote/schoolgradesubject/schoolgradesubject_list.jsp b/WebRoot/WEB-INF/jsp/sunvote/schoolgradesubject/schoolgradesubject_list.jsp index 71fcdeb..b4c4001 100644 --- a/WebRoot/WEB-INF/jsp/sunvote/schoolgradesubject/schoolgradesubject_list.jsp +++ b/WebRoot/WEB-INF/jsp/sunvote/schoolgradesubject/schoolgradesubject_list.jsp @@ -1,6 +1,7 @@ <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ taglib prefix="myelfun" uri="/WEB-INF/tld/elfun.tld"%> <% String path = request.getContextPath(); String basePath = request.getScheme() + "://" @@ -33,27 +34,15 @@
- - - - - -
- - - - - + + +
@@ -84,9 +73,9 @@
${vs.index+1}${var.SCHOOL_ID}${var.GRADE_ID}${var.SUBJECT_ID}${myelfun:findSchoolName(var.SCHOOL_ID)}${myelfun:findGradeName(var.GRADE_ID)}${myelfun:findSubjectCName(var.SUBJECT_ID)} diff --git a/WebRoot/afterService/document/高思答题器售后维修流程.pdf b/WebRoot/afterService/document/高思答题器售后维修流程.pdf new file mode 100644 index 0000000..5a70bc4 --- /dev/null +++ b/WebRoot/afterService/document/高思答题器售后维修流程.pdf diff --git a/WebRoot/afterService/gsdt_info.html b/WebRoot/afterService/gsdt_info.html index 7da7f3c..e1877a8 100644 --- a/WebRoot/afterService/gsdt_info.html +++ b/WebRoot/afterService/gsdt_info.html @@ -74,8 +74,7 @@ @@ -84,8 +83,8 @@
diff --git a/WebRoot/afterService/gsindex.html b/WebRoot/afterService/gsindex.html index d7a6164..b56e584 100644 --- a/WebRoot/afterService/gsindex.html +++ b/WebRoot/afterService/gsindex.html @@ -105,7 +105,7 @@