-
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.
Corrigido: Alterar dados de todos os módulos
- Loading branch information
Showing
35 changed files
with
381 additions
and
56 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
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,71 @@ | ||
<!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"> | ||
<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>Relatórios</h2> | ||
</div> | ||
<div class="span6 offset3"> | ||
<h:form id="relatorio-form"> | ||
<fieldset> | ||
<legend>Período</legend> | ||
<label for="relatorio-form:data-inicial"><span style="color: red;">*</span> Data inicial</label> | ||
<h:inputText value="#{Relatorio.dataInicial}" id="data-inicial" style="width:150px" > | ||
<f:convertDateTime pattern="yyyy-MM-dd" /> | ||
</h:inputText> | ||
<label for="relatorio-form:data-final"><span style="color: red;">*</span> Data final</label> | ||
<h:inputText value="#{Relatorio.dataFinal}" id="data-final" style="width:150px" > | ||
<f:convertDateTime pattern="yyyy-MM-dd" /> | ||
</h:inputText> | ||
|
||
<label></label> | ||
<h:selectBooleanCheckbox value="#{Relatorio.faturamento}" style="margin-bottom: 5px;" id="relatorio-valorTotal"/> Valor total dos exames | ||
|
||
</fieldset> | ||
<label style="padding-top: 10px;"><span style="color: red;">*</span> Campos obrigatórios</label> | ||
<center> | ||
<h:commandButton style="margin-top: 15px;" class="btn btn-primary" action="#{Relatorio.pesquisar()}" value="Pesquisar"/> | ||
<h:messages for="relatorio-form" styleClass="alert alert-info pull-right" style="margin-top: 15px; list-style: none; margin-right: 58px; padding-right: 15px;"/> | ||
</center> | ||
</h:form> | ||
</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 +1 @@ | ||
,mateus,mateus-pc,24.02.2013 14:00,file:///home/mateus/.config/libreoffice/3; | ||
,mateus,mateus-pc,27.02.2013 19:34,file:///home/mateus/.config/libreoffice/3; |
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,9 +1,9 @@ | ||
deploy.ant.properties.file=/home/administrador/.netbeans/7.2.1/gfv31160793558.properties | ||
deploy.ant.properties.file=/home/mateus/.netbeans/7.2.1/gfv3-483267606.properties | ||
j2ee.platform.is.jsr109=true | ||
j2ee.server.domain=/home/administrador/glassfish-3.1.2.2/glassfish/domains/domain1 | ||
j2ee.server.home=/home/administrador/glassfish-3.1.2.2/glassfish | ||
j2ee.server.instance=[/home/administrador/glassfish-3.1.2.2/glassfish:/home/administrador/glassfish-3.1.2.2/glassfish/domains/domain1]deployer:gfv3ee6wc:localhost:4848 | ||
j2ee.server.middleware=/home/administrador/glassfish-3.1.2.2 | ||
j2ee.server.domain=/home/mateus/glassfish-3.1.2.2/glassfish/domains/domain1 | ||
j2ee.server.home=/home/mateus/glassfish-3.1.2.2/glassfish | ||
j2ee.server.instance=[/home/mateus/glassfish-3.1.2.2/glassfish:/home/mateus/glassfish-3.1.2.2/glassfish/domains/domain1]deployer:gfv3ee6wc:localhost:4848 | ||
j2ee.server.middleware=/home/mateus/glassfish-3.1.2.2 | ||
javac.debug=true | ||
javadoc.preview=true | ||
user.properties.file=/home/administrador/.netbeans/7.2.1/build.properties | ||
user.properties.file=/home/mateus/.netbeans/7.2.1/build.properties |
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.