login.xhtml

13 lines | 422 B Blame History Raw Download
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core"
	xmlns:ui="http://java.sun.com/jsf/facelets">
<h:head>
	<meta charset="utf-8"></meta>
	<title>Log in to #{login.name}</title>
	<link href="#{login.stylesheet}" rel="stylesheet" />
</h:head>

<h:body class="rcue-login-register">
	<ui:include src="#{login.loginTemplate}" />
</h:body>

</html>