|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
|
|
|
|
<title>登录能源管理系统</title>
|
|
|
|
|
<meta name="description" content="新疆昆仑能源管理系统">
|
|
|
|
|
<title>登录传感器数据平台</title>
|
|
|
|
|
<meta name="description" content="新疆昆仑传感器数据平台">
|
|
|
|
|
<link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/>
|
|
|
|
|
<link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.min.css}" rel="stylesheet"/>
|
|
|
|
|
<link href="../static/css/style.css" th:href="@{/css/style.css}" rel="stylesheet"/>
|
|
|
|
@ -27,7 +27,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-5">
|
|
|
|
|
<form id="signupForm" autocomplete="off">
|
|
|
|
|
<p align=center><font style="font-size: 24pt; filter: shadow(color=black); width: 71.27%; color: #006666; line-height: 150%; font-family: 华文彩云; height: 60px"><b>能源管理系统</b></font></p>
|
|
|
|
|
<p align=center><font style="font-size: 24pt; filter: shadow(color=black); width: 71.27%; color: #006666; line-height: 150%; font-family: 华文彩云; height: 60px"><b>传感器数据平台</b></font></p>
|
|
|
|
|
<input type="text" name="username" class="form-control uname" placeholder="用户名" value=""/>
|
|
|
|
|
<input type="password" name="password" class="form-control pword" placeholder="密码" value=""/>
|
|
|
|
|
<div class="row m-t" th:if="${captchaEnabled==true}">
|
|
|
|
|