From 971505b05c37cfaa2fb14fefd947df2d49db83a1 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 15 Mar 2019 09:33:33 +0800 Subject: [PATCH] 1 --- WebRoot/WEB-INF/jsp/sunvote/grade/grade_edit2.jsp | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ WebRoot/WEB-INF/jsp/sunvote/pagetemplate/pagetemplate_list2.jsp | 348 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ WebRoot/WEB-INF/jsp/sunvote/teacher/creat_template.jsp | 228 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_edit2.jsp | 226 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ WebRoot/static/css/edit.css | 21 +++++++++++++++++++++ 5 files changed, 947 insertions(+), 0 deletions(-) create mode 100644 WebRoot/WEB-INF/jsp/sunvote/grade/grade_edit2.jsp create mode 100644 WebRoot/WEB-INF/jsp/sunvote/pagetemplate/pagetemplate_list2.jsp create mode 100644 WebRoot/WEB-INF/jsp/sunvote/teacher/creat_template.jsp create mode 100644 WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_edit2.jsp create mode 100644 WebRoot/static/css/edit.css diff --git a/WebRoot/WEB-INF/jsp/sunvote/grade/grade_edit2.jsp b/WebRoot/WEB-INF/jsp/sunvote/grade/grade_edit2.jsp new file mode 100644 index 0000000..0216c70 --- /dev/null +++ b/WebRoot/WEB-INF/jsp/sunvote/grade/grade_edit2.jsp @@ -0,0 +1,124 @@ +<%@ 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/pagetemplate/pagetemplate_list2.jsp b/WebRoot/WEB-INF/jsp/sunvote/pagetemplate/pagetemplate_list2.jsp new file mode 100644 index 0000000..4cc3229 --- /dev/null +++ b/WebRoot/WEB-INF/jsp/sunvote/pagetemplate/pagetemplate_list2.jsp @@ -0,0 +1,348 @@ +<%@ 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 + "/"; +%> + + + + + + + + + + + + + +
+ +
+
+
+

+ 模板管理 +

+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + +
序号模板名称科目年级试卷总分操作
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${vs.index+1}${var.NAME}${myelfun:findSubjectCName(var.SUBJECT_ID)}${myelfun:findGradeName(var.GRADE_ID)}${var.PAGE_SCORE}
没有相关数据
+ +
+
+ + + + + <%@ include file="../../system/index/foot.jsp"%> + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/WebRoot/WEB-INF/jsp/sunvote/teacher/creat_template.jsp b/WebRoot/WEB-INF/jsp/sunvote/teacher/creat_template.jsp new file mode 100644 index 0000000..fea75bf --- /dev/null +++ b/WebRoot/WEB-INF/jsp/sunvote/teacher/creat_template.jsp @@ -0,0 +1,228 @@ +<%@ 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 + "/"; +%> + + + + + + 创建试卷 + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_edit2.jsp b/WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_edit2.jsp new file mode 100644 index 0000000..5c9970d --- /dev/null +++ b/WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_edit2.jsp @@ -0,0 +1,226 @@ +<%@ 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/static/css/edit.css b/WebRoot/static/css/edit.css new file mode 100644 index 0000000..28d5516 --- /dev/null +++ b/WebRoot/static/css/edit.css @@ -0,0 +1,21 @@ +#zhongxin .table > tbody > tr > td{border:0;} +.btn-primary{background-color:#3bc2d6 !important;border-color:#3bc2d6;display: inline-block;width: 60px;font-size:16px;text-shadow:none;} +.btn-primary:hover{background-color:#3bc2d6 !important;border-color:#3bc2d6;} +.btn-danger{background-color:#f29c9f !important;margin-left:10px;border-color:#f29c9f;display: inline-block;width: 60px;font-size:16px;text-shadow:none;} +.btn-danger:hover{background-color:#f29c9f !important;border-color:#f29c9f;} +select.form-control{width:98%;} + +::-webkit-scrollbar {/*ʽ*/ + width: 4px; /*߿ֱӦijߴ*/ + height: 4px; +} +::-webkit-scrollbar-thumb {/*С*/ + border-radius: 5px; + -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); + background: rgba(0,0,0,0.2); +} +::-webkit-scrollbar-track {/**/ + -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); + border-radius: 0; + background: rgba(0,0,0,0.1); +} \ No newline at end of file -- libgit2 0.21.4