xiatian hai 1 ano
pai
achega
1471222ad4
Modificáronse 27 ficheiros con 34 adicións e 34 borrados
  1. 2 2
      stmms-biz/src/main/java/cn/com/qmth/stmms/biz/common/domain/card/CardFile.java
  2. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/layouts/default.jsp
  3. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/exam/arbitrateBatchProcess.jsp
  4. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/exam/arbitrateBatchProcessJson.jsp
  5. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/exam/arbitrateSingleProcess.jsp
  6. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/exam/arbitrateSingleProcessJson.jsp
  7. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/exam/checkAnswerEdit.jsp
  8. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/exam/checkStudentEdit.jsp
  9. 2 2
      stmms-web/src/main/webapp/WEB-INF/views/modules/exam/examIndex.jsp
  10. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/exam/inspected.jsp
  11. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/exam/inspectedImport.jsp
  12. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/exam/inspectedLibrary.jsp
  13. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/exam/jsonView.jsp
  14. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/exam/permission.jsp
  15. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/exam/qualityProcess.jsp
  16. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/exam/qualityProcessJson.jsp
  17. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/exam/studentTrack.jsp
  18. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/mark/markJson.jsp
  19. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/mark/markNew.jsp
  20. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/mark/markTrack.jsp
  21. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/monitor/cache/list.jsp
  22. 2 2
      stmms-web/src/main/webapp/WEB-INF/views/modules/sys/sysIndex.jsp
  23. 1 1
      stmms-web/src/main/webapp/index.html
  24. 1 1
      stmms-web/src/main/webapp/static/answer-check/index.html
  25. 1 1
      stmms-web/src/main/webapp/static/inspected/fuhe.html
  26. 1 1
      stmms-web/src/main/webapp/static/pic-config/index.html
  27. 5 5
      stmms-web/src/main/webapp/static/utils/image-utils.js

+ 2 - 2
stmms-biz/src/main/java/cn/com/qmth/stmms/biz/common/domain/card/CardFile.java

@@ -56,7 +56,7 @@ public class CardFile {
     }
 
     private void postInit() {
-        // 解析卡格式文件中的裁切图坐标,用于阅卷同步
+        // 解析卡格式文件中的裁切图坐标,用于阅卷平台同步
         this.sliceConfig = new SliceConfig();
         if (pages != null) {
             int pageNumber = 0;
@@ -70,7 +70,7 @@ public class CardFile {
                 }
             }
         }
-        // 解析卡格式文件中的大题评卷坐标,用于阅卷评卷分组设置
+        // 解析卡格式文件中的大题评卷坐标,用于阅卷平台评卷分组设置
         this.markConfig = new MarkConfig();
         if (pages != null) {
             int pageNumber = 0;

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/layouts/default.jsp

@@ -4,7 +4,7 @@
 <!DOCTYPE html>
 <html>
 	<head>
-		<title><sitemesh:title/> - 阅卷</title>
+		<title><sitemesh:title/> - 阅卷平台</title>
 		<sitemesh:head/>
 	</head>
 	<body>

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/arbitrateBatchProcess.jsp

@@ -3,7 +3,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-    <title>阅卷高校版</title>
+    <title>阅卷平台高校版</title>
     <link href="${ctxStatic}/mark-new/css/bootstrap.css" rel="stylesheet" type="text/css"/>
     <link href="${ctxStatic}/mark-new/css/style.css" rel="stylesheet" type="text/css"/>
     

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/arbitrateBatchProcessJson.jsp

@@ -3,7 +3,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-    <title>阅卷高校版</title>
+    <title>阅卷平台高校版</title>
     <link href="${ctxStatic}/mark-new/css/bootstrap.css" rel="stylesheet" type="text/css"/>
     <link href="${ctxStatic}/mark-new/css/style.css" rel="stylesheet" type="text/css"/>
     

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/arbitrateSingleProcess.jsp

@@ -3,7 +3,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-    <title>阅卷高校版</title>
+    <title>阅卷平台高校版</title>
     <link href="${ctxStatic}/mark-new/css/bootstrap.css" rel="stylesheet" type="text/css"/>
     <link href="${ctxStatic}/mark-new/css/style.css" rel="stylesheet" type="text/css"/>
     

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/arbitrateSingleProcessJson.jsp

@@ -3,7 +3,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-    <title>阅卷高校版</title>
+    <title>阅卷平台高校版</title>
     <link href="${ctxStatic}/mark-new/css/bootstrap.css" rel="stylesheet" type="text/css"/>
     <link href="${ctxStatic}/mark-new/css/style.css" rel="stylesheet" type="text/css"/>
     

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/checkAnswerEdit.jsp

@@ -4,7 +4,7 @@
 <html lang="en">
 <head>
     <meta charset="UTF-8">
-    <title>阅卷</title>
+    <title>阅卷平台</title>
     <meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"/>
     <link rel="stylesheet" href="${ctxStatic}/answer-check/css/style.css"/>
     <script type="text/javascript" src="${ctxStatic}/mark-new/js/jquery.min.js"></script>

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/checkStudentEdit.jsp

@@ -4,7 +4,7 @@
 <html lang="en">
 <head>
     <meta charset="UTF-8">
-    <title>阅卷</title>
+    <title>阅卷平台</title>
     <meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"/>
     <link rel="stylesheet" href="${ctxStatic}/answer-check/css/style.css"/>
     <script type="text/javascript" src="${ctxStatic}/mark-new/js/jquery.min.js"></script>

+ 2 - 2
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/examIndex.jsp

@@ -2,7 +2,7 @@
 <%@ include file="/WEB-INF/views/include/taglib.jsp" %>
 <html>
 <head>
-    <title data-i18n-text="head.title">高校阅卷</title>
+    <title data-i18n-text="head.title">高校阅卷平台</title>
     <meta name="decorator" content="default"/>
     <%@include file="/WEB-INF/views/include/head.jsp" %>
     <style type="text/css">
@@ -75,7 +75,7 @@
 <div id="main">
     <div id="header" class="navbar navbar-fixed-top">
         <div class="navbar-inner">
-            <div class="brand" data-i18n-text="head.title">阅卷</div>
+            <div class="brand" data-i18n-text="head.title">阅卷平台</div>
             <div class="nav-collapse">
                 <%-- <ul id="menu" class="nav">
                   <c:set var="firstMenu" value="true"/>

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/inspected.jsp

@@ -4,7 +4,7 @@
 <html lang="en">
 <head>
     <meta charset="UTF-8">
-    <title>阅卷</title>
+    <title>阅卷平台</title>
     <meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"/>
     <link rel="stylesheet" href="${ctxStatic}/inspected/css/style.css"/>
     <script type="text/javascript" src="${ctxStatic}/mark-new/js/jquery.min.js"></script>

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/inspectedImport.jsp

@@ -4,7 +4,7 @@
 <html lang="en">
 <head>
     <meta charset="UTF-8">
-    <title>阅卷</title>
+    <title>阅卷平台</title>
     <meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"/>
     <link rel="stylesheet" href="${ctxStatic}/inspected/css/style.css"/>
     <script type="text/javascript" src="${ctxStatic}/mark-new/js/jquery.min.js"></script>

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/inspectedLibrary.jsp

@@ -4,7 +4,7 @@
 <html lang="en">
 <head>
     <meta charset="UTF-8">
-    <title>阅卷</title>
+    <title>阅卷平台</title>
     <meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"/>
     <link rel="stylesheet" href="${ctxStatic}/inspected/css/inspectedLibrary.css"/>
     <script type="text/javascript" src="${ctxStatic}/mark-new/js/jquery.min.js"></script>

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/jsonView.jsp

@@ -4,7 +4,7 @@
 <html lang="en">
 <head>
     <meta charset="UTF-8">
-    <title>阅卷</title>
+    <title>阅卷平台</title>
     <meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"/>
     <script type="text/javascript" src="${ctxStatic}/mark-new/js/jquery.min.js"></script>
     <script type="text/javascript" src="${ctxStatic}/mark-new/js/jquery-ui.min.js"></script>

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/permission.jsp

@@ -2,7 +2,7 @@
 <%@ include file="/WEB-INF/views/include/taglib.jsp"%>
 <html>
 <head>
-	<title>阅卷</title>
+	<title>阅卷平台</title>
 	<meta name="decorator" content="default"/>
 	<%@include file="/WEB-INF/views/include/head.jsp" %>
 </head>

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/qualityProcess.jsp

@@ -3,7 +3,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-    <title>阅卷高校版</title>
+    <title>阅卷平台高校版</title>
     <link href="${ctxStatic}/mark-new/css/bootstrap.css" rel="stylesheet" type="text/css"/>
     <link href="${ctxStatic}/mark-new/css/style.css" rel="stylesheet" type="text/css"/>
     

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/qualityProcessJson.jsp

@@ -3,7 +3,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-    <title>阅卷高校版</title>
+    <title>阅卷平台高校版</title>
     <link href="${ctxStatic}/mark-new/css/bootstrap.css" rel="stylesheet" type="text/css"/>
     <link href="${ctxStatic}/mark-new/css/style.css" rel="stylesheet" type="text/css"/>
     

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/studentTrack.jsp

@@ -4,7 +4,7 @@
 <html lang="en">
 <head>
     <meta charset="UTF-8">
-    <title>阅卷</title>
+    <title>阅卷平台</title>
     <meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"/>
     <script type="text/javascript" src="${ctxStatic}/mark-new/js/jquery.min.js"></script>
     <script type="text/javascript" src="${ctxStatic}/mark-new/js/jquery-ui.min.js "></script>

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/mark/markJson.jsp

@@ -3,7 +3,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-    <title>阅卷高校版</title>
+    <title>阅卷平台高校版</title>
     <link href="${ctxStatic}/mark-new/css/bootstrap.css" rel="stylesheet" type="text/css"/>
     <link href="${ctxStatic}/mark-new/css/style.css" rel="stylesheet" type="text/css"/>
     <script type="text/javascript" src="${ctxStatic}/mark-new/js/json2.js"></script>

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/mark/markNew.jsp

@@ -3,7 +3,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-    <title>阅卷高校版</title>
+    <title>阅卷平台高校版</title>
     <link href="${ctxStatic}/mark-new/css/bootstrap.css" rel="stylesheet" type="text/css"/>
     <link href="${ctxStatic}/mark-new/css/style.css" rel="stylesheet" type="text/css"/>
     <script type="text/javascript" src="${ctxStatic}/utils/image-utils.js"></script>

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/mark/markTrack.jsp

@@ -3,7 +3,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-    <title>阅卷高校版</title>
+    <title>阅卷平台高校版</title>
     <link href="${ctxStatic}/mark-track/css/bootstrap.css" rel="stylesheet" type="text/css"/>
     <link href="${ctxStatic}/mark-track/css/style.css" rel="stylesheet" type="text/css"/>
     <script type="text/javascript" src="${ctxStatic}/utils/image-utils.js"></script>

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/monitor/cache/list.jsp

@@ -4,7 +4,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title>阅卷高校版</title>
+<title>阅卷平台高校版</title>
 <link href="${ctxStatic}/mark-new/css/bootstrap.css" rel="stylesheet" type="text/css" />
 <link href="${ctxStatic}/mark-new/css/style.css" rel="stylesheet" type="text/css" />
 <script src="${ctxStatic}/jquery/jquery-1.9.1.min.js" type="text/javascript"></script>

+ 2 - 2
stmms-web/src/main/webapp/WEB-INF/views/modules/sys/sysIndex.jsp

@@ -2,7 +2,7 @@
 <%@ include file="/WEB-INF/views/include/taglib.jsp"%>
 <html>
 <head>
-	<title>阅卷-高校版</title>
+	<title>阅卷平台-高校版</title>
 	<meta name="decorator" content="default"/>
 	<%@include file="/WEB-INF/views/include/head.jsp" %>
 	<style type="text/css">
@@ -44,7 +44,7 @@
 	<div id="main">
 		<div id="header" class="navbar navbar-fixed-top">
 	      <div class="navbar-inner">
-	      	 <div class="brand">阅卷</div>
+	      	 <div class="brand">阅卷平台</div>
 	         <div class="nav-collapse">
 	           <%-- <ul id="menu" class="nav">
 				 <c:set var="firstMenu" value="true"/>

+ 1 - 1
stmms-web/src/main/webapp/index.html

@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title>阅卷 MarkingCloud</title>
+<title>阅卷平台 MarkingCloud</title>
 <link href="http://static.qmth.com.cn/markingcloud/style/style.css" rel="stylesheet" type="text/css" />
 <script type="text/javascript" src="http://static.qmth.com.cn/markingcloud/js/jquery-1.8.0.min.js"></script>
 <script type="text/javascript" src="http://static.qmth.com.cn/markingcloud/js/bootstrap.js"></script>

+ 1 - 1
stmms-web/src/main/webapp/static/answer-check/index.html

@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <meta charset="UTF-8">
-<title>阅卷</title>
+<title>阅卷平台</title>
 <meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"/>
 <link rel="stylesheet" href="css/style.css">
 <script type="text/javascript" src="js/jquery.min.js"></script>

+ 1 - 1
stmms-web/src/main/webapp/static/inspected/fuhe.html

@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<title>阅卷复核</title>
+<title>阅卷平台复核</title>
 <link href="css/style.css" rel="stylesheet" type="text/css" />
 </head>
 

+ 1 - 1
stmms-web/src/main/webapp/static/pic-config/index.html

@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <meta charset="UTF-8">
-<title>阅卷</title>
+<title>阅卷平台</title>
 <meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"/>
 <link rel="stylesheet" href="css/style.css">
 </head>

+ 5 - 5
stmms-web/src/main/webapp/static/utils/image-utils.js

@@ -16,10 +16,10 @@ function getPixelRatio(context) {
 }
 
 /**
- * 针对阅卷场景多图片处理工具
+ * 针对阅卷平台场景多图片处理工具
  * 1. 支持指定服务器地址、是否强制刷新、是否严格模式、自适应大图切割规则
- * 2. 支持按阅卷规则筛选实际需要加载的图片
- * 3. 支持动态使用画布,按阅卷规则垂直拼接出新的图片
+ * 2. 支持按阅卷平台规则筛选实际需要加载的图片
+ * 3. 支持动态使用画布,按阅卷平台规则垂直拼接出新的图片
  *
  * @param {{server: *, flush: boolean, strict: boolean, split: array}} option
  */
@@ -134,7 +134,7 @@ ImageLoader.prototype.contain = function (number, config) {
 
 
 /**
- * 使用指定画布,按照阅卷拼接规则,加载图片并组合
+ * 使用指定画布,按照阅卷平台拼接规则,加载图片并组合
  *
  * @param {array} urls
  * @param {canvas} canvas
@@ -248,7 +248,7 @@ ImageLoader.prototype.merge = function (urls, canvas, config, onSuccess, onError
 /**
  * 针对画布的辅助工具类
  * 1. 灵活调整大小与视网膜屏幕下的高清显示
- * 2. 按照阅卷的图片拼接规则绘制图片内容
+ * 2. 按照阅卷平台的图片拼接规则绘制图片内容
  *
  * @param {} option
  */