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.
52 lines
2.0 KiB
52 lines
2.0 KiB
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<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="">
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
|
<title>${project_title!"PLM-PDA"}</title>
|
|
<!-- Bootstrap core CSS -->
|
|
<link rel="stylesheet" type="text/css" href="/js/bootstrap-3.3.7/css/bootstrap.min.css">
|
|
<link rel="stylesheet" type="text/css" href="/js/bootstrap-3.3.7/css/bootstrap-theme.min.css">
|
|
<link rel="stylesheet" type="text/css" href="/css/login.css">
|
|
<link rel="stylesheet" type="text/css" href="/css/button.css">
|
|
|
|
<style>
|
|
h4.form-signin-heading{
|
|
text-align: center;
|
|
}
|
|
button{
|
|
font-size: 18px;
|
|
width: 100%;
|
|
background-color: #17b3a3;
|
|
border-color: #17b3a3;
|
|
color: #FFF;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container" style="margin-top: 30%;">
|
|
<h4 class="form-signin-heading" >PLM-PDA</h4>
|
|
<label for="username" class="sr-only">用户名</label>
|
|
<input type="text" id="username" name="username" class="form-control" autocomplete="off" placeholder="用户名" required autofocus><br>
|
|
<label for="inputPassword" class="sr-only">Password</label>
|
|
<input type="password" id="inputPassword" name="password" class="form-control" autocomplete="off" placeholder="密码" required> <br>
|
|
<button onclick="checkUser()" type="submit">登录</button>
|
|
</div>
|
|
</body>
|
|
<script type="text/javascript" src="/js/jquery/jquery-2.1.4.js"></script>
|
|
<script type="text/javascript" src="/js/jquery/jquery.cookie.js"></script>
|
|
<script type="text/javascript" src="/js/layer/layer.js"></script>
|
|
<script type="text/javascript" src="/js/common.js"></script>
|
|
<script type="text/javascript" src="/js/login.js"></script>
|
|
<#--
|
|
font-size: 18px;
|
|
width: 100%;
|
|
background-color: #17b3a3;
|
|
border-color: #17b3a3;
|
|
color: #FFF;
|
|
-->
|
|
</html>
|