|
|
|
@ -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>登录SCADA管理系统</title>
|
|
|
|
|
<meta name="description" content="SCADA后台管理框架">
|
|
|
|
|
<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"/>
|
|
|
|
@ -99,10 +99,10 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-6" >
|
|
|
|
|
<form id="signupForm" autocomplete="off">
|
|
|
|
|
<p class="m-t-md" style="font-size: 30px" align="center">仓库管理系统</p>
|
|
|
|
|
<p class="m-t-md" style="font-size: 30px" align="center">SCADA管理系统</p>
|
|
|
|
|
|
|
|
|
|
<input type="text" name="username" class="form-control uname" placeholder="用户名" value="admin" />
|
|
|
|
|
<input type="password" name="password" class="form-control pword" placeholder="密码" value="admin123" />
|
|
|
|
|
<input type="text" name="username" class="form-control uname" placeholder="用户名" />
|
|
|
|
|
<input type="password" name="password" class="form-control pword" placeholder="密码" />
|
|
|
|
|
<div class="row m-t" th:if="${captchaEnabled==true}">
|
|
|
|
|
<!--<div class="col-xs-6">
|
|
|
|
|
<input type="text" name="validateCode" class="form-control code" placeholder="验证码" maxlength="5" />
|
|
|
|
|