Explorar el Código

jsp去掉讯飞字样

ting.yin hace 6 años
padre
commit
9a9d2b86d8

+ 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/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" />
 

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

@@ -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"/>
@@ -128,7 +128,7 @@
 <%-- 			    <%@include file="/WEB-INF/views/include/picConfig.jsp" %> --%>
 			</div>
 		    <div id="footer" class="row-fluid">
-	            Copyright &copy; 2012-2014 讯飞云阅卷(高校版) - Powered By <a href="http://www.qmth.com.cn" target="_blank">启明软件</a> V1.0
+	            Copyright &copy; 2012-2014 云阅卷(高校版) - Powered By <a href="http://www.qmth.com.cn" target="_blank">启明软件</a> V1.0
 			</div>
 		</div>
 	</div>

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/mark/markLeader.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-leader/css/bootstrap.css" rel="stylesheet" type="text/css" />
 <link href="${ctxStatic}/mark-leader/css/style.css" rel="stylesheet" type="text/css" />
 

+ 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" />
 

+ 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" />
 

+ 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>

+ 3 - 3
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"/>
@@ -102,7 +102,7 @@
 				</div>
 			</div>
 		    <div id="footer" class="row-fluid">
-	            Copyright &copy; 2012-2014 讯飞云阅卷(高校版) - Powered By <a href="http://www.qmth.com.cn" target="_blank">启明软件</a> V1.0
+	            Copyright &copy; 2012-2014 云阅卷(高校版) - Powered By <a href="http://www.qmth.com.cn" target="_blank">启明软件</a> V1.0
 			</div>
 		</div>
 	</div>