<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Insert title here</title>
<script type="text/javascript" src="/jquery-1.8.3.js"></script>
<script type="text/javascript" src="/angularjs.js"></script>
<!-- 最新版本的 Bootstrap 核心 CSS 文件 -->
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- 可选的 Bootstrap 主题文件(一般不用引入) -->
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script>
</script>
</head>
<body>
<div class="col-md-3 col-md-offset-4">
<form action="/user/login">
<table class="table table-striped table-bordered table-hover table-condensed">
<tr>
<td>用户名
</td>
<td><input type="text" name="username" class="form-control" id="name">
</td>
</tr>
<tr>
<td>密码</td>
<td><input type="password" name="pwd" class="form-control" id="password"> </td>
</tr>
<tr>
<td colspan="2" align="center">
<button value="登录" class="btn btn-primary" id="button">登录</button>
</td>
</tr>
<tr>
<td colspan="2">
<p id="p">
<#if ab>
<#else>
${abc}
</#if>
</p>
</td>
</tr>
</table>
</form>
</div>
</body>
</html>
<html>
<head>
<meta charset="UTF-8" />
<title>Insert title here</title>
<script type="text/javascript" src="/jquery-1.8.3.js"></script>
<script type="text/javascript" src="/angularjs.js"></script>
<!-- 最新版本的 Bootstrap 核心 CSS 文件 -->
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- 可选的 Bootstrap 主题文件(一般不用引入) -->
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script>
</script>
</head>
<body>
<div class="col-md-3 col-md-offset-4">
<form action="/user/login">
<table class="table table-striped table-bordered table-hover table-condensed">
<tr>
<td>用户名
</td>
<td><input type="text" name="username" class="form-control" id="name">
</td>
</tr>
<tr>
<td>密码</td>
<td><input type="password" name="pwd" class="form-control" id="password"> </td>
</tr>
<tr>
<td colspan="2" align="center">
<button value="登录" class="btn btn-primary" id="button">登录</button>
</td>
</tr>
<tr>
<td colspan="2">
<p id="p">
<#if ab>
<#else>
${abc}
</#if>
</p>
</td>
</tr>
</table>
</form>
</div>
</body>
</html>