Skip to content

Commit 15ced32

Browse files
author
何明胜
committed
1.更新底部版权信息;
1 parent 9a0f09f commit 15ced32

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

web-mobile/WebContent/module/login/login.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,6 @@ <h1 class="text-center login-title">登录</h1>
8787

8888
<!-- 底部版权信息 -->
8989
<nav class="navbar-fixed-bottom navbar-bottom">
90-
<span class="glyphicon glyphicon-copyright-mark"></span>2017&nbsp;何明胜&nbsp;版权所有&nbsp;渝ICP备16013250号
90+
<span class="glyphicon glyphicon-copyright-mark"></span>2018&nbsp;何明胜&nbsp;版权所有&nbsp;<a
91+
href="http://www.miibeian.gov.cn" target="_blank">渝ICP备16013250号</a>
9192
</nav>

web-pc/.classpath

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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>

web-pc/WebContent/module/login/login.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<link rel="stylesheet" href="/css/login/login.css">
2-
1+
<link rel="stylesheet" href="/css/login/login.css">
2+
33
<!-- 注册窗口 -->
44
<div id="register" class="modal fade" tabindex="-1"
55
data-backdrop="static" data-keyboard="false">
@@ -77,8 +77,8 @@ <h1 class="text-center login-title">登录</h1>
7777
class="btn btn-danger" data-dismiss="modal" value="取消">
7878
</div>
7979
<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>
8282
</div>
8383
</div>
8484
</div>
@@ -87,4 +87,6 @@ <h1 class="text-center login-title">登录</h1>
8787

8888
<!-- 底部版权信息 -->
8989
<nav class="navbar-fixed-bottom navbar-bottom">
90-
<span class="glyphicon glyphicon-copyright-mark"></span>2017&nbsp;何明胜&nbsp;版权所有&nbsp;渝ICP备16013250号</nav>
90+
<span class="glyphicon glyphicon-copyright-mark"></span>2018&nbsp;何明胜&nbsp;版权所有&nbsp;<a
91+
href="http://www.miibeian.gov.cn" target="_blank">渝ICP备16013250号</a>
92+
</nav>

0 commit comments

Comments
 (0)