-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adicionado: Validações, mascaras, login e etc (IFET)
- Loading branch information
Showing
59 changed files
with
3,403 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml" | ||
xmlns:h="http://java.sun.com/jsf/html" | ||
xmlns:ui="http://java.sun.com/jsf/facelets" | ||
xmlns:f="http://java.sun.com/jsf/core"> | ||
<f:metadata> | ||
<f:event type="preRenderView" listener="#{Usuario.verificaLogin()}"/> | ||
</f:metadata> | ||
<h:head> | ||
<meta charset="utf-8" /> | ||
<title>SAEC</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta name="author" content="Mateus Ferreira Silva" /> | ||
|
||
<h:outputStylesheet name="bootstrap.css" library="css" /> | ||
<h:outputStylesheet name="bootstrap-responsive.css" library="css" /> | ||
<h:outputStylesheet name="my-style.css" library="css" /> | ||
<link href="resources/img/favicon.gif" type="image/png" rel="icon" /> | ||
</h:head> | ||
<body> | ||
<ui:include src="navbar.xhtml" /> | ||
|
||
<div class="container"> | ||
<div class="row-fluid"> | ||
<div class="span8 offset2"> | ||
<div class="hero-unit"> | ||
<h2>Página não encontrada</h2> | ||
</div> | ||
<div style="text-align: center;"><h3>Erro 404</h3></div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<ui:include src="footer.xhtml" /> | ||
|
||
<script src="resources/js/jquery.js"></script> | ||
<script src="resources/js/bootstrap-transition.js"></script> | ||
<script src="resources/js/bootstrap-alert.js"></script> | ||
<script src="resources/js/bootstrap-modal.js"></script> | ||
<script src="resources/js/bootstrap-dropdown.js"></script> | ||
<script src="resources/js/bootstrap-scrollspy.js"></script> | ||
<script src="resources/js/bootstrap-tab.js"></script> | ||
<script src="resources/js/bootstrap-tooltip.js"></script> | ||
<script src="resources/js/bootstrap-popover.js"></script> | ||
<script src="resources/js/bootstrap-button.js"></script> | ||
<script src="resources/js/bootstrap-collapse.js"></script> | ||
<script src="resources/js/bootstrap-carousel.js"></script> | ||
<script src="resources/js/bootstrap-typeahead.js"></script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
META-INF/orm.xml | ||
META-INF/eclipselink-orm.xml | ||
META-INF/orm.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.