<%@ include file="taglib.jsp" %>
<html>
<c:view>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=GBK"/>
<link href="/css/style.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" language="javascript" src="/js/Appclient.js"></script>
<script type="text/javascript" language="javascript" src="/js/check.js"></script>
</head>
<body>
<tiles:insert attribute="body" flush="true"/>
</body>
</c:view>
</html>
<%@ include file="/pages/include/taglib.jsp"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<h:form>
<h:outputLabel value="用户名" />
<h:inputText id="username" value="#{user.username}" />
<h:message for="username" />
<BR>
<h:outputLabel value="密码" />
<h:inputText id="password" value="#{user.password}" />
<h:message for="password"></h:message>
<BR>
<h:commandButton value="提交" action="#{user.loginVerify}" />
</h:form>