File tree Expand file tree Collapse file tree 3 files changed +17
-14
lines changed
web-mobile/WebContent/module/login Expand file tree Collapse file tree 3 files changed +17
-14
lines changed Original file line number Diff line number Diff line change @@ -87,5 +87,6 @@ <h1 class="text-center login-title">登录</h1>
87
87
88
88
<!-- 底部版权信息 -->
89
89
< nav class ="navbar-fixed-bottom navbar-bottom ">
90
- < span class ="glyphicon glyphicon-copyright-mark "> </ span > 2017 何明胜 版权所有 渝ICP备16013250号
90
+ < span class ="glyphicon glyphicon-copyright-mark "> </ span > 2018 何明胜 版权所有 < a
91
+ href ="http://www.miibeian.gov.cn " target ="_blank "> 渝ICP备16013250号</ a >
91
92
</ nav >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <classpath >
3
- <classpathentry kind =" src" path =" src" />
4
- <classpathentry combineaccessrules = " false " kind =" src " path =" /web-core " />
5
- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER " />
6
- <classpathentry kind =" con " path =" org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v8.5 " />
7
- <classpathentry kind =" output" path =" build/classes" />
8
- </classpath >
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <classpath >
3
+ <classpathentry kind =" src" path =" src" />
4
+ <classpathentry kind =" con " path =" org.eclipse.jdt.launching.JRE_CONTAINER " />
5
+ <classpathentry kind =" con" path =" org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v8.5 " />
6
+ <classpathentry combineaccessrules = " false " kind =" src " path =" /web-core " />
7
+ <classpathentry kind =" output" path =" build/classes" />
8
+ </classpath >
Original file line number Diff line number Diff line change 1
- < link rel ="stylesheet " href ="/css/login/login.css ">
2
-
1
+ < link rel ="stylesheet " href ="/css/login/login.css ">
2
+
3
3
<!-- 注册窗口 -->
4
4
< div id ="register " class ="modal fade " tabindex ="-1 "
5
5
data-backdrop ="static " data-keyboard ="false ">
@@ -77,8 +77,8 @@ <h1 class="text-center login-title">登录</h1>
77
77
class ="btn btn-danger " data-dismiss ="modal " value ="取消 ">
78
78
</ div >
79
79
< a href ="" data-toggle ="modal " data-dismiss ="modal "
80
- data-target ="#register "> 注册账号</ a >
81
- < a id =" btn_forgetPwd " href ="" class ="forget-pwd " data-dismiss ="modal "> 忘记密码?</ a >
80
+ data-target ="#register "> 注册账号</ a > < a id =" btn_forgetPwd " href =""
81
+ class ="forget-pwd " data-dismiss ="modal "> 忘记密码?</ a >
82
82
</ div >
83
83
</ div >
84
84
</ div >
@@ -87,4 +87,6 @@ <h1 class="text-center login-title">登录</h1>
87
87
88
88
<!-- 底部版权信息 -->
89
89
< nav class ="navbar-fixed-bottom navbar-bottom ">
90
- < span class ="glyphicon glyphicon-copyright-mark "> </ span > 2017 何明胜 版权所有 渝ICP备16013250号</ nav >
90
+ < span class ="glyphicon glyphicon-copyright-mark "> </ span > 2018 何明胜 版权所有 < a
91
+ href ="http://www.miibeian.gov.cn " target ="_blank "> 渝ICP备16013250号</ a >
92
+ </ nav >
You can’t perform that action at this time.
0 commit comments