[code]<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:p="http://primefaces.org/ui">
<!--f:view-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<h:head>
<title>Login Coordenador/Aluno</title>
</h:head>
<h:body>
<link href="./ProLanding_files/style.css" rel=“stylesheet” type=“text/css”/>
<link rel=“stylesheet” type=“text/css” href=“Untitled-2.css” />
<link rel=“stylesheet” type=“text/css” href=“Untitled-1.css” />
<style type=“text/css”>
<!–
#apDiv1 {
position:absolute;
width:132px;
height:395px;
z-index:1;
left: 11px;
top: 250px;
}
#apDiv2 {
position:absolute;
width:1049px;
height:68px;
z-index:2;
left: 151px;
top: 133px;
}
#apDiv3 {
position:absolute;
width:401px;
height:41px;
z-index:1;
left: 323px;
top: 217px;
}
#apDiv4 {
position:absolute;
width:136px;
height:427px;
z-index:1;
left: 13px;
top: 238px;
}
#apDiv5 {
position:absolute;
width:167px;
height:62px;
z-index:6;
left: 52px;
top: 587px;
}
#apDiv6 {
position:absolute;
width:172px;
height:76px;
z-index:7;
left: 51px;
top: 672px;
}
–>
</style>
<!–/head–>
<!-- start header -->
<div id=“navMenu”>
<div class=“header”>
<div class=“cont”>
- Sistema CEPEP
- O seu melhor jeito de solicitar projetos.
</ul>
<div class="clear"></div>
</div>
</div>
<!-- end header -->
<!-- start newsletter -->
<div class=“newsletter”>
<div class=“cont”>
<!-- start form -->
<form action="" class=“newsletter_form”>
</form>
<div class=“clear”></div>
<!-- end form -->
</div>
</div>
<h:outputLabel for="CPF" value="CPF: " />
<p:inputText id="cpf" value="#{CoordenadorProfessorController.usuario.CPF}" size="50" required="true" requiredMessage="Campo Obrigatório"/>
<h:outputLabel for="Senha" value="Senha: " />
<p:password id="login" value="#{CoordenadorProfessorController.usuario.login}" size="50" required="true" requiredMessage="Campo Obrigatório" />
<f:facet name="footer">
<p:commandButton type="button" value="Logar" action="#{CoordenadorProfessorController.logar}" icon="ui-icon-check" style="margin:0"/>
<p:commandButton type="button" value="Novo Usuario" action="CadastroCoordenadorProfessor.faces" icon="ui-icon-check" style="margin:0"/>
<p:commandButton type="button" value="Voltar" action="welcomeJSF.faces" icon="ui-icon-check" style="margin:0"/>
</f:facet>
</h:panelGrid>
</h:form>
</center>
</f:view>
<br/>
<p></p>
<!-- start footer -->
<div class=“footer”>
<div class=“cont”>
-
<h3>Duvidas</h3>
</ul> - <h3>Categorias</h3>
-
<h3>Rede Social</h3>
</ul> </li> </ul> <div class="clear"></div> <div class="hr2"></div> <p>Todos direitos reservados.</p></div>
</div><!-- end footer -->
</h:body><!-- /f:view–>
</html>[/code]