index.ftl 1.49 KB
<!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 &amp; 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>