Commit 2b0fabf0d6df226f931668c025afe9a585469c50
1 parent
2ce5245b
修改标题
Showing
3 changed files
with
5 additions
and
5 deletions
WebRoot/WEB-INF/jsp/sunvote/admin/admin_main.jsp
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | <meta charset="utf-8"> |
15 | 15 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
16 | 16 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
17 | -<title>中天电子-教育管理系统</title> | |
17 | +<title>鹿鸣周测管理系统</title> | |
18 | 18 | |
19 | 19 | <!-- Bootstrap --> |
20 | 20 | <!-- <link | ... | ... |
WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_main.jsp
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | <meta charset="utf-8"> |
15 | 15 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
16 | 16 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
17 | -<title>教育管理系统</title> | |
17 | +<title>鹿鸣周测管理系统</title> | |
18 | 18 | |
19 | 19 | <!-- Bootstrap --> |
20 | 20 | <link href="../static/css/bootstrap.min.css" rel="stylesheet"> | ... | ... |
WebRoot/WEB-INF/jsp/system/index/login.jsp
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | <meta charset="utf-8"> |
15 | 15 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
16 | 16 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
17 | -<title>中天电子-教育管理系统</title> | |
17 | +<title>鹿鸣周测管理系统</title> | |
18 | 18 | |
19 | 19 | <!-- Bootstrap --> |
20 | 20 | <link href="static/css/bootstrap.min.css" rel="stylesheet"> |
... | ... | @@ -85,12 +85,12 @@ body{ |
85 | 85 | <input type="checkbox" id="rem_flag"/> |
86 | 86 | <span>记住密码</span> |
87 | 87 | </div> |
88 | - <div class="language" style="display:inline-block;width:50%;margin-top:10px;text-align:right;"> | |
88 | + <!-- <div class="language" style="display:none;width:50%;margin-top:10px;text-align:right;"> | |
89 | 89 | <select name="language" id="language" style="line-height:34px;height:34px;width:120px;"> |
90 | 90 | <option value="zh">中文</option> |
91 | 91 | <option value="en">English</option> |
92 | 92 | </select> |
93 | - </div> | |
93 | + </div> --> | |
94 | 94 | </div> |
95 | 95 | <a href="#" onclick="severCheck();" class="login_btn">登录</a> |
96 | 96 | ... | ... |