You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.4 KiB
35 lines
1.4 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="utf-8"> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
<meta name="description" content=""> |
|
<meta name="author" content=""> |
|
|
|
<!--拦截后返回的页面--> |
|
<title>长沙康来生物有限公司 授权认证</title> |
|
|
|
<link href="/css/bootstrap.min.css" rel="stylesheet"> |
|
<link href="/css/signin.css" rel="stylesheet"> |
|
</head> |
|
|
|
<body class="sign_body"> |
|
<div class="container form-margin-top"> |
|
<form class="form-signin" action="/token/form" method="post"> |
|
<h2 class="form-signin-heading" align="center">康来生物统一授权认证系统</h2> |
|
<input type="hidden" name="clientId" class="form-control" value="kicc" placeholder="所属客户端" > |
|
<input type="text" name="username" class="form-control form-margin-top" placeholder="账号" required autofocus> |
|
<input type="password" name="password" class="form-control" placeholder="密码" required> |
|
<button class="btn btn-lg btn-primary btn-block" type="submit">sign in</button> |
|
<#if error??> |
|
<span style="color: red; ">${error}</span> |
|
</#if> |
|
</form> |
|
</div> |
|
<footer> |
|
<p>关于: 长沙康来生物有限公司</p> |
|
<p>邮箱: <a href="mailto:github.wangxiang4@gmail.com">联系我们</a>.</p> |
|
</footer> |
|
</body> |
|
</html>
|
|
|