Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
7816c1c2
Commit
7816c1c2
authored
Dec 18, 2018
by
zhh
Browse files
删除无用代码
parent
0b285dd3
Changes
201
Hide whitespace changes
Inline
Side-by-side
mall-demo/src/main/resources/templates/login.html
deleted
100644 → 0
View file @
0b285dd3
<!DOCTYPE HTML>
<html
lang=
"zh-cn"
xmlns:th=
"http://www.thymeleaf.org"
>
<head>
<meta
charset=
"utf-8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<title>
登录页
</title>
<link
th:href=
"@{/plugins/bootstrap-3.3.0/css/bootstrap.min.css}"
rel=
"stylesheet"
/>
<link
th:href=
"@{/plugins/material-design-iconic-font-2.2.0/css/material-design-iconic-font.min.css}"
rel=
"stylesheet"
/>
<link
th:href=
"@{/plugins/waves-0.7.5/waves.min.css}"
rel=
"stylesheet"
/>
<link
th:href=
"@{/plugins/checkbix/css/checkbix.min.css}"
rel=
"stylesheet"
/>
<link
th:href=
"@{/css/login.css}"
rel=
"stylesheet"
/>
</head>
<body>
<div
id=
"login-window"
>
<div
class=
"input-group m-b-20"
>
<span
class=
"input-group-addon"
><i
class=
"zmdi zmdi-account"
></i></span>
<div
class=
"fg-line"
>
<input
id=
"username"
type=
"text"
class=
"form-control"
name=
"username"
placeholder=
"帐号"
required=
"required"
autofocus=
"autofocus"
value=
"test"
/>
</div>
</div>
<div
class=
"input-group m-b-20"
>
<span
class=
"input-group-addon"
><i
class=
"zmdi zmdi-male"
></i></span>
<div
class=
"fg-line"
>
<input
id=
"password"
type=
"password"
class=
"form-control"
name=
"password"
placeholder=
"密码"
required=
"required"
value=
"123"
/>
</div>
</div>
<div
class=
"clearfix"
>
</div>
<div
class=
"checkbox"
>
<input
id=
"rememberMe"
type=
"checkbox"
class=
"checkbix"
data-text=
"自动登录"
name=
"rememberMe"
/>
</div>
<a
id=
"login-bt"
href=
"javascript:;"
class=
"waves-effect waves-button waves-float"
><i
class=
"zmdi zmdi-arrow-forward"
></i></a>
</div>
<script
th:src=
"@{/plugins/jquery.1.12.4.min.js}"
></script>
<script
th:src=
"@{/plugins/bootstrap-3.3.0/js/bootstrap.min.js}"
></script>
<script
th:src=
"@{/plugins/waves-0.7.5/waves.min.js}"
></script>
<script
th:src=
"@{/plugins/checkbix/js/checkbix.min.js}"
></script>
<script
th:src=
"@{/js/login.js}"
></script>
<script
type=
"text/javascript"
>
Checkbix
.
init
();
</script>
</body>
</html>
\ No newline at end of file
Prev
1
…
7
8
9
10
11
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment