index.ftl
1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html >
<html >
<head>
<#--<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />-->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta charset="utf-8" />
<title>项目管理系统</title>
<meta name="description" content="overview & stats" />
<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1, user-scalable=no">
<link href="css/bootstrap.min.css" title="" rel="stylesheet" />
<link title="orange" href="css/login.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div style="height:1px;"></div>
<div class="login">
<header>
<h1>统一通信项目管理</h1>
</header>
<div class="sr">
<form action="/welcome/login" method="get">
<div class="name">
<label>
<i class="sublist-icon glyphicon glyphicon-user"></i>
</label>
<input type="text" id="username" name="username" placeholder="登录名" class="name_inp">
</div>
<div class="name">
<label>
<i class="sublist-icon glyphicon glyphicon-pencil"></i>
</label>
<input type="text" id="password" name="password" placeholder="登录密码" class="name_inp">
</div>
<button class="dl" >登录</button>
</form>
</div>
</div>
<script src="/js/jquery.js"></script>
<script type="text/javascript">
// function showRegist(){
// var name = $("#username").valueOf();
// console.log(name);
// }
</script>
</body>
</html>